| 2 | |
| 3 | The CDB was coded in such a way that it looks for data in two places: |
| 4 | 1. First, it looks in the CDB_IN_DIR/fix directory, as if it was an ESG archive. |
| 5 | 2. Second, it looks in the local CDB_DATA_DIR, the local shared ESG archive. |
| 6 | |
| 7 | This way, the user can add missing data to an archive in a transparent way. The user simply has to structure the input data as if it was part of the ESG archive and then put it in the CDB_IN_DIR/fix directory. The CDB (retrieval_script.sh and find_optimset.sh) should then recognize the data. |