Ignore:
Timestamp:
02/22/13 16:01:21 (11 years ago)
Author:
sdipsl
Message:
  • Files waiting for rebuild are stored within the relevant simulation tree. see #87

--> /IGCM_OUT/TagName/SpaceName/ExperiementName/JobName/REBUILD

  • Using only 1 proc and having RebuildFrequency? != NONE won't be an issue. see #88
  • Homogenize RUN_DIR PATH during computing and post-processing. see #92
  • Save text files before restarts and outputs. (more chance to have a clue of what went wrong) see #103
  • Remove useless variable BIG_DIR
  • Cosmectics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r801 r804  
    168168#- R_BUF (ONLY FOR double copy an scratch) 
    169169typeset -r R_BUF=${SCRATCHDIR}/IGCM_OUT 
    170  
    171 #==================================================== 
    172 #- BIG_DIR : BIG_DIR to store files waiting for rebuild 
    173 typeset -r BIG_DIR=${BIG_DIR:=${SCRATCHDIR}/REBUILD} 
    174170 
    175171#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.