Changeset 6122


Ignore:
Timestamp:
04/21/22 16:15:51 (2 years ago)
Author:
aclsce
Message:

Disabled pack restart and debug for Ensembles simulations (XIOS package).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/libIGCM/libIGCM_post/libIGCM_post.ksh

    r5899 r6122  
    484484    # 
    485485    listVarEnv="DEBUG_debug,BigBrother,postProcessingStopLevel,MODIPSL,libIGCM,libIGCM_SX,SUBMIT_DIR,POST_DIR,Script_Post_Output,MASTER,DateBegin,DateEnd,PeriodPack,StandAlone" 
     486    if [ ! ${config_Ensemble_EnsembleXIOS} = TRUE ] ; then 
    486487    IGCM_sys_RshPost <<-EOF 
    487488    export DEBUG_debug=${DEBUG_debug} 
     
    508509    IGCM_debug_Verif_Exit 
    509510EOF 
     511    fi 
    510512    # 
    511513    script=pack_restart 
     
    513515    Script_Post_Output=${script}.${PeriodDateEnd} 
    514516    # 
     517      if [ ! ${config_Ensemble_EnsembleXIOS} = TRUE ] ; then 
    515518      IGCM_sys_RshPost <<-EOF 
    516519      export DEBUG_debug=${DEBUG_debug} 
     
    538541      IGCM_debug_Verif_Exit 
    539542EOF 
     543      fi 
    540544    # 
    541545    script=pack_output 
Note: See TracChangeset for help on using the changeset viewer.