Ignore:
Timestamp:
08/08/13 11:06:18 (11 years ago)
Author:
sdipsl
Message:
  • Dods copy is controled by an option in config.card/[Post]. See #150
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_LMDZ

    r880 r903  
    162162 
    163163# DODS copy 
    164 IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
    165 [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
    166  
     164if [ X${config_Post_DodsCopy} = XTRUE ]  ; then 
     165  IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
     166  [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
     167fi 
    167168# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    168169IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
Note: See TracChangeset for help on using the changeset viewer.