Changeset 34 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
11/28/08 18:12:33 (16 years ago)
Author:
sdipsl
Message:

SD : - 2 options for asynchronous rebuild

  • from SCRATCHDIR (very good for platine, the same for mercure)
  • from Archive (good for platine, good for mercure)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r22 r34  
    180180 
    181181# --------------------------------------------------------------------== 
     182#D- Define REBUILD_DIR :  
     183#D- where we store files needing rebuild process 
     184#D-   
     185# --------------------------------------------------------------------== 
     186if [ ${config_Post_RebuildFromArchive} = true ]; then 
     187    REBUILD_DIR=${R_SAVE}/TMP 
     188    IGCM_sys_MkdirArchive ${REBUILD_DIR} 
     189else 
     190    REBUILD_DIR=\${RUN_DIR} 
     191fi 
     192 
     193# --------------------------------------------------------------------== 
    182194#D- Initialize each components taking part 
    183195#D- into simulation configuration : 
Note: See TracChangeset for help on using the changeset viewer.