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

    r801 r804  
    141141#- R_BUF (ONLY FOR double copy an scratch) 
    142142typeset -r R_BUF=${STORAGE}/IGCM_OUT 
    143  
    144 #==================================================== 
    145 #- BIG_DIR : BIG_DIR to store files waiting for rebuild 
    146 typeset -r BIG_DIR=${BIG_DIR:=${STORAGE}/REBUILD} 
    147143 
    148144#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.