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/libIGCM_comp/libIGCM_comp.ksh

    r22 r34  
    605605                    else 
    606606                        IGCM_debug_Print 2 "Preparing offline rebuild for ${file_in}" 
    607                         IGCM_sys_Mkdir ${RUN_DIR}/REBUILD_${PeriodDateBegin} 
     607                        [ ! -d ${RUN_DIR}/REBUILD_${PeriodDateBegin} ] && IGCM_sys_Mkdir ${RUN_DIR}/REBUILD_${PeriodDateBegin} 
    608608                        IGCM_sys_Mv ${generic_file_name}_????.nc ${RUN_DIR}/REBUILD_${PeriodDateBegin} 
    609609                        # Prepare headers for the shell dedicated to offline rebuild 
Note: See TracChangeset for help on using the changeset viewer.