Changeset 475 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
05/31/11 15:12:20 (13 years ago)
Author:
sdipsl
Message:
  • Better error handling within libGCM
  • Pre requisite to have more robust post-processing workflow
  • Improve verbosity to help users identify problem
  • Cosmetic
  • backward compatible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r473 r475  
    166166#D- Increased verbosity (1, 2, 3) 
    167167Verbosity=3 
     168#D- Experience type : DEB(ug), DEV(elopment), RUN (default) 
     169JobType=RUN 
    168170#D- Number of execution in one job 
    169171PeriodNb=1 
     
    171173 
    172174#D- 
    173 # -------------------------------------------------------------------- 
    174 #D- ! Optionnal features /!\ Use with care ! 
    175 # -------------------------------------------------------------------- 
     175# --------------------------------------------------------------------------------------------------# 
     176#D-                          ! Optionnal features /!\ Use with care !                               # 
     177# --------------------------------------------------------------------------------------------------# 
     178 
    176179 
    177180#D- Low level debug : to bypass lib test checks and stack construction 
     
    183186#DEBUG_sys=false 
    184187 
    185 #D- Experience type : DEB(ug), DEV(elopment), RUN (default) 
    186 JobType=RUN 
    187  
    188188#D- Define running directory 
    189189#D- Default=${TMPDIR} ie temporary batch directory 
     
    198198#BIG_DIR=/somewhere/with/lot/of/space/scratchdir/may/be 
    199199 
     200#D- Define input file root directory 
     201#D- Default=/IGCMG/common/account/of/this/machine 
     202#R_IN=/u/rech/por/rpor111/DATA 
     203 
    200204#D- Turn in dry run mode ? (0,1,2,3) 
    201205#D- Default=0 
    202206#DRYRUN=3 
    203 # YOU MUST COMPILE YOUR EXE FILES FOR DRYRUN MODE ! 
     207# YOU HAVE TO COMPILE YOUR EXE FILES to USE DRYRUN MODE ! 
    204208# ------------------------------------------------------------------------------------- 
    205209# | DRYRUN=  |  Date computations, | sys_Get    |  Exe    | sys_Put_Out; sys_Put_Rest | 
     
    216220# ------------------------------------------------------------------------------------- 
    217221 
    218 #D- Define input file root directory 
    219 #D- Default=/IGCMG/common/account/of/this/machine 
    220 #R_IN=/u/rech/por/rpor111/DATA 
     222#D- 
     223# --------------------------------------------------------------------------------------------------# 
     224#D- ! End of optionnal features /!\ Do not modify anything below unless you know what you are doing # 
     225# --------------------------------------------------------------------------------------------------# 
    221226 
    222227#D- 
Note: See TracChangeset for help on using the changeset viewer.