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_ORCHIDEE

    r880 r903  
    169169 
    170170# DODS copy 
    171 IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
    172 [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
     171if [ X${config_Post_DodsCopy} = XTRUE ]  ; then 
     172  IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
     173  [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
     174fi 
    173175 
    174176# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
Note: See TracChangeset for help on using the changeset viewer.