- Timestamp:
- 13/04/12 15:44:51 (9 years ago)
- Location:
- CDB/trunk/driver
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CDB/trunk/driver/cdb_header
r1 r2 1 source ~/cdb_header 1 2 # PROGRAMS: 3 # 4 export CDB_CDO_PATH="/home/$USER/local/cdo/bin" 5 export CDB_NCO_PATH="/home/$USER/local/nco/bin" 6 export CDB_PYTHON_PATH="/home/$USER/local/bin" 7 # 8 # DIRECTORIES: 9 # 10 #GENERAL SETUP 11 CDB_VERSION="0.1" 12 13 #CODE SETUP 14 export CDB_ROOT_DIR="/home/$USER/CDB/$CDB_VERSION" 15 export CDB_DIAG_DIR="${CDB_ROOT_DIR}/diags" 16 export CDB_SCRIPT_DIR="${CDB_ROOT_DIR}/scripts" 17 export CDB_SOURCE_DIR="${CDB_ROOT_DIR}/driver" 18 19 #OUTPUT AND INPUT SETUP 20 export CDB_SCRATCH_DIR="/data/$USER/CDB/$CDB_VERSION" 21 export CDB_IN_DIR="${CDB_SCRATCH_DIR}/in" 22 export CDB_TEMP_DIR="${CDB_SCRATCH_DIR}/temp/$USER" 23 export CDB_OUT_DIR="${CDB_SCRATCH_DIR}/out" 24 25 26 #This link points to the local ESG archive. This is the setup 27 #for CICLAD at IPSL: 28 export CDB_DATA_DIR="/prodigfs/esg/CMIP5/merge"
Note: See TracChangeset
for help on using the changeset viewer.