Ignore:
Timestamp:
11/10/09 17:13:13 (15 years ago)
Author:
sdipsl
Message:
  • Some more step towards post processing from cesium
  • Wait from CCRT actions (cesium node can not ssh mercure), necessary because cesium do not see mercure workdir and thus do not see card
  • Do not use this version on sx9, post-process will fail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r192 r196  
    116116RESOL_ICE=${RESOL_ICE:=ORCA2} 
    117117 
    118 #D- TEMPORARY Flag to determine ice resolution 
    119 #D- Default : value from marine biogeochemistry driver if any 
     118#D- TEMPORARY Flag to determine biogeochemistry resolution 
     119#D- Default : value from ice driver if any 
    120120RESOL_MBG=${RESOL_MBG:=ORCA2} 
    121  
    122121 
    123122#D- Flag to determine surface resolution 
     
    142141 
    143142RUN_DIR=${REBUILD_DIR} 
    144 ListAllRebuildDir=$( ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${PeriodDateBegin} ) 
     143ListAllRebuildDir=$( IGCM_sys_RshMaster ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${PeriodDateBegin} ) 
    145144# 
    146145IGCM_sys_Cd ${RUN_DIR} 
    147146 
    148147for directory in ${ListAllRebuildDir} ; do 
     148    # 
     149    IGCM_sys_Get_Master ${directory} ${RUN_DIR} 
    149150    # 
    150151    IGCM_sys_Cd ${RUN_DIR}/$( basename ${directory} ) 
Note: See TracChangeset for help on using the changeset viewer.