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_create_ts

    r203 r206  
    8787StandAlone=${StandAlone:=true} 
    8888 
    89 #D- Flag to determine allready produced time series. 
     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- Flag to determine allready produced time series. Empty if you start from the beginning 
    9094#D- Default : Commented. Uncomment for StandAlone case if you want to continue a time series 
    91 #CompletedFlag= 
     95CompletedFlag=${CompletedFlag:=20001230} 
    9296 
    9397#D- Flag to determine job's output directory 
     
    102106#D- Default : value from AA_job if any 
    103107DEBUG_debug=${DEBUG_debug:=false} 
    104  
    105 #D- Low level debug : to bypass lib test checks and stack construction 
    106 #D- Default : value from AA_job if any 
    107 libIGCM=${libIGCM:=/path/to/your/libIGCM} 
    108108 
    109109#D- TEMPORARY Flag to determine atmospheric resolution 
Note: See TracChangeset for help on using the changeset viewer.