Ignore:
Timestamp:
12/01/09 13:00:56 (15 years ago)
Author:
sdipsl
Message:
  • Add LMDZ4 39 levels detection, launch atlas accordingly.
  • Try to clarify which variables need to be change in case one use StandAlone? mode
  • Clean up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r205 r206  
    8888StandAlone=${StandAlone:=true} 
    8989 
     90#D- Low level debug : to bypass lib test checks and stack construction 
     91#D- Default : value from AA_job if any 
     92libIGCM=${libIGCM:=/path/to/your/libIGCM} 
     93 
     94#D- Directory where files we need to rebuild are store 
     95#D- Default : value from AA_job if any 
     96REBUILD_DIR=${REBUILD_DIR:=/path/to/your/TMP/REBUILD/FILES} 
     97 
     98#D- How many directory to rebuild we have to consider 
     99#D- Default : value from AA_job if any 
     100NbRebuildDir=${NbRebuildDir:=12} 
     101 
     102#D- Suffix date we will use to determine which directory to rebuild 
     103#D- We will rebuild NbRebuildDir before and including PeriodDateBegin 
     104#D- Default : value from AA_job if any 
     105PeriodDateBegin=${PeriodDateBegin:=18901201} 
     106 
    90107#D- Flag to determine atlas job's output directory 
    91108#D- Default : value from libIGCM_post.ksh if any 
     
    99116#D- Default : value from AA_job if any 
    100117DEBUG_debug=${DEBUG_debug:=false} 
    101  
    102 #D- Low level debug : to bypass lib test checks and stack construction 
    103 #D- Default : value from AA_job if any 
    104 libIGCM=${libIGCM:=/path/to/your/libIGCM} 
    105118 
    106119#D- TEMPORARY Flag to determine atmospheric resolution 
Note: See TracChangeset for help on using the changeset viewer.