Ignore:
Timestamp:
03/18/09 18:37:16 (15 years ago)
Author:
sdipsl
Message:

libIGCM is ready for ulam except concerning the monitoring

  • fix issue due to mfls (chaotic behaviour) do not use mfls anymore
  • change due to the fact that ulam do not see gaya : imply some libsys homogeneisation
  • atlas/monitoring01 needs an adaptation to ulam (because of "ls $homegaya" like command)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_se

    r66 r67  
    420420# DODS copy 
    421421for comp in ${config_ListOfComponents[*]} ; do 
    422     for SE_Dir in $( ls ${R_SAVE}/${comp}/Analyse/ 2>&1 | grep SE ) ; do 
    423         [ -d ${R_SAVE}/${comp}/Analyse/${SE_Dir} ] && IGCM_sys_Put_Dods ${comp}/Analyse/${SE_Dir} 
    424     done 
     422    IGCM_sys_TestDirArchive ${R_SAVE}/${comp}/Analyse/SE 
     423    [ $? = 0 ] && IGCM_sys_Put_Dods ${comp}/Analyse/SE 
    425424done 
    426425 
Note: See TracChangeset for help on using the changeset viewer.