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_create_multi_se

    r880 r903  
    393393 
    394394# DODS copy 
    395 for comp in ${config_ListOfComponents[*]} ; do 
    396   IGCM_sys_TestDirArchive ${R_SAVE}/${comp}/Analyse/${DIR_OUT} 
    397   [ $? = 0 ] && IGCM_sys_Put_Dods ${comp}/Analyse/${DIR_OUT} 
    398 done 
    399  
     395if [ X${config_Post_DodsCopy} = XTRUE ]  ; then 
     396  for comp in ${config_ListOfComponents[*]} ; do 
     397    IGCM_sys_TestDirArchive ${R_SAVE}/${comp}/Analyse/${DIR_OUT} 
     398    [ $? = 0 ] && IGCM_sys_Put_Dods ${comp}/Analyse/${DIR_OUT} 
     399  done 
     400fi 
     401 
     402# Temporal coverage id for atlas 
    400403YEARS=${an_multi_deb}_${an_multi_fin} 
    401404 
Note: See TracChangeset for help on using the changeset viewer.