Ignore:
Timestamp:
02/20/12 17:39:05 (12 years ago)
Author:
sdipsl
Message:
  • Mechanism in place to submit pack jobs.
  • Add a PackFrequency? ; default to RebuildFrequency? if not present in config.card
  • Add coherence checks between PackFrequency? and relevant dependant frequencies
  • pack_restart and pack_debug ready in batch mode. Testing in progress. Submission is still a comment in libIGCM_post
  • Move and generalize create_ts_next_date from AA_create_ts to libIGCM_date. Rename to IGCM_date_DaysInNextPeriod
  • Move and generalyze create_ts_begin_date from AA_create_ts to libIGCM_date. Rename to IGCM_date_DaysInPreviousPeriod
  • Cosmetics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromArchive

    r544 r554  
    136136StandAlone=${StandAlone:=true} 
    137137 
    138 #D- Low level debug : to bypass lib test checks and stack construction 
    139 #D- Default : value from AA_job if any 
     138#D- Path to libIGCM 
     139#D- Default : value from AA_job if any 
     140# WARNING For StandAlone use : To run this script on some machine (ulam and cesium) 
     141# WARNING you must check MirrorlibIGCM variable in sys library. 
     142# WARNING If this variable is true, you must use libIGCM_POST path instead 
     143# WARNING of your running libIGCM directory. 
    140144libIGCM=${libIGCM:=::modipsl::/libIGCM} 
    141 # WARNING for StandAlone used : To run this script on some machine, 
    142 # you must check MirrorlibIGCM variable in sys library. 
    143 # If this variable is true, you must use libIGCM_POST path instead 
    144 # of your running libIGCM directory. 
    145145 
    146146#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer. 
Note: See TracChangeset for help on using the changeset viewer.