Ignore:
Timestamp:
05/22/15 15:40:47 (9 years ago)
Author:
sdipsl
Message:
  • Supervize post-processing jobs see #252
  • Homogenize post-processing jobs comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_ORCHIDEE

    r1192 r1198  
    117117IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    118118 
    119 # 
    120 IGCM_sys_MkdirArchive ${R_FIGR} 
     119# ------------------------------------------------------------------ 
     120# Activate BigBrother so as to supervise this job 
     121# ------------------------------------------------------------------ 
     122IGCM_debug_BigBro_Initialize 
    121123 
     124#================================== 
     125# Then set up several directories 
     126#================================== 
    122127R_ATLAS=ATLAS/SE_${YEARS} 
    123128R_OUT_SRF=${R_SAVE}/SRF 
    124129DIR_OUT=${DIR_OUT:=SE} 
    125  
    126130RUN_DIR=${RUN_DIR_PATH}/ATLAS_ORCHIDEE_${YEARS} 
     131IGCM_sys_MkdirArchive ${R_FIGR} 
    127132IGCM_sys_MkdirWork ${RUN_DIR} 
    128133IGCM_sys_Cd ${RUN_DIR} 
     
    163168# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    164169IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
     170 
     171# ------------------------------------------------------------------ 
     172# Finalize BigBrother to inform that the jobs end 
     173# ------------------------------------------------------------------ 
     174IGCM_debug_BigBro_Finalize 
Note: See TracChangeset for help on using the changeset viewer.