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_fromArchive

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