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_ORCA_LIM

    r880 r903  
    205205 
    206206# DODS copy 
    207 IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
    208 [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
     207if [ X${config_Post_DodsCopy} = XTRUE ]  ; then 
     208  IGCM_sys_TestDirArchive ${R_FIGR}/${R_ATLAS} 
     209  [ $? = 0 ] && IGCM_sys_Put_Dods ${R_ATLAS} 
     210fi 
    209211 
    210212# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
Note: See TracChangeset for help on using the changeset viewer.