Ignore:
Timestamp:
11/25/09 16:18:50 (15 years ago)
Author:
sdipsl
Message:
  • With cesium we manage the TMPDIR; reflect that fact in some job
  • Post-processing is done in the cesium's ${SCRATCHDIR}
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromArchive

    r192 r202  
    141141 
    142142RUN_DIR=${RUN_DIR_PATH} 
     143IGCM_sys_MkdirWork ${RUN_DIR} 
     144IGCM_sys_Cd ${RUN_DIR} 
     145# 
    143146ListAllRebuildDir=$( IGCM_sys_RshArchive ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${PeriodDateBegin} ) 
    144147# 
    145 IGCM_sys_Cd ${RUN_DIR} 
    146148 
    147149for directory in ${ListAllRebuildDir} ; do 
Note: See TracChangeset for help on using the changeset viewer.