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_move-and-rename

    r508 r554  
    3333######################################################################## 
    3434 
    35 # Chemin vers MODIPSL 
     35# Path to modipsl 
    3636MODIPSL=${MODIPSL:=::modipsl::} 
    3737 
    38 # Chemin vers libIGCM 
    39 libIGCM=${libIGCM:=${MODIPSL}/libIGCM} 
    40 # Attention : à changer si la machine de post-traitement n'est pas la frontale du serveur de calcul ! 
    41 #             voir précence de la variable MirrorlibIGCM dans votre couche systÚme. 
    42  
     38#D- Path to libIGCM 
     39#D- Default : value from AA_job if any 
     40# WARNING For StandAlone use : To run this script on some machine (ulam and cesium) 
     41# WARNING you must check MirrorlibIGCM variable in sys library. 
     42# WARNING If this variable is true, you must use libIGCM_POST path instead 
     43# WARNING of your running libIGCM directory. 
     44libIGCM=${libIGCM:=::modipsl::/libIGCM} 
    4345 
    4446DEBUG_sys=false 
Note: See TracChangeset for help on using the changeset viewer.