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_default.ksh

    r801 r804  
    133133#- R_BUF (ONLY FOR double copy an scratch) 
    134134typeset -r R_BUF=${STORAGE}/IGCM_OUT 
    135  
    136 #==================================================== 
    137 #- BIG_DIR : BIG_DIR to store files waiting for rebuild 
    138 typeset -r BIG_DIR=${BIG_DIR:=${STORAGE}/REBUILD} 
    139135 
    140136#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.