Ignore:
Timestamp:
10/23/14 19:15:06 (10 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_SE_Checker

    r1112 r1114  
    1313 
    1414#D- Task type (computing or post-processing) 
    15 TaskType=post-processing 
     15TaskType=checking 
     16 
     17#D- Low level debug : to perform lib test checks, stack construction and IO functions instrumentation 
     18DEBUG_debug=false 
     19 
     20#D- Messaging : all activities and call stacks will be sent to ipsl servers 
     21BigBrother=false 
    1622 
    1723# Check that everything went well during seasonal average production 
     
    198204    IGCM_debug_Print 2 -e "\033[1;31mSubmit create_se \033[m for period ${an_deb}-${an_fin}" 
    199205 
    200     listVarEnv="libIGCM,SUBMIT_DIR,POST_DIR,Script_Post_Output,DateBegin,PeriodDateEnd,RebuildFrequency,RESOL_ATM,RESOL_SRF,RESOL_SBG,RESOL_OCE,RESOL_ICE,RESOL_MBG" 
     206    listVarEnv="DEBUG_debug,BigBrother,libIGCM,SUBMIT_DIR,POST_DIR,Script_Post_Output,DateBegin,PeriodDateEnd,RebuildFrequency,RESOL_ATM,RESOL_SRF,RESOL_SBG,RESOL_OCE,RESOL_ICE,RESOL_MBG" 
     207    export DEBUG_debug=${DEBUG_debug} 
     208    export BigBrother=${BigBrother} 
    201209    export libIGCM=${libIGCM} 
    202210    export SUBMIT_DIR=${CARD_DIR} 
Note: See TracChangeset for help on using the changeset viewer.