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

    r801 r804  
    153153#- R_BUF (ONLY FOR double copy an scratch) 
    154154typeset -r R_BUF=${SCRATCHDIR}/IGCM_OUT 
    155  
    156 #==================================================== 
    157 #- BIG_DIR : BIG_DIR to store files waiting for rebuild 
    158 typeset -r BIG_DIR=${BIG_DIR:=${SCRATCHDIR}/REBUILD} 
    159155 
    160156#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.