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_LMDZ

    r1192 r1198  
    116116#================================== 
    117117IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    118 # 
    119 IGCM_sys_MkdirArchive ${R_FIGR} 
    120118 
     119# ------------------------------------------------------------------ 
     120# Activate BigBrother so as to supervise this job 
     121# ------------------------------------------------------------------ 
     122IGCM_debug_BigBro_Initialize 
     123 
     124#================================== 
     125# Then set up several directories 
     126#================================== 
    121127R_ATLAS=ATLAS/SE_${YEARS} 
    122128R_OUT_ATM=${R_SAVE}/ATM 
    123129DIR_OUT=${DIR_OUT:=SE} 
    124  
    125130RUN_DIR=${RUN_DIR_PATH}/ATLAS_LMDZ_${YEARS} 
     131IGCM_sys_MkdirArchive ${R_FIGR} 
    126132IGCM_sys_MkdirWork ${RUN_DIR} 
    127133IGCM_sys_Cd ${RUN_DIR} 
     
    164170# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    165171IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
     172 
     173# ------------------------------------------------------------------ 
     174# Finalize BigBrother to inform that the jobs end 
     175# ------------------------------------------------------------------ 
     176IGCM_debug_BigBro_Finalize 
Note: See TracChangeset for help on using the changeset viewer.