Changeset 804 for trunk/libIGCM/AA_job


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/AA_job

    r787 r804  
    152152#SUBMIT_DIR=$( pwd ) 
    153153 
    154 #D- Define BIG_DIR directory 
    155 #D- Default=(strongly machine dependant/see libIGCM_sys for details) 
    156 #BIG_DIR=/somewhere/with/lot/of/space/scratchdir/may/be 
    157  
    158154#D- Define input file root directory 
    159155#D- Default=/IGCMG/common/account/of/this/machine 
     
    167163# | DRYRUN=  |  Date computations, | sys_Get    |  Exe    | sys_Put_Out; sys_Put_Rest | 
    168164# |          |  Cp/Exe param files |            |  Chmod  |                           | 
    169 # |          |      Qsub           |            |         |                           | 
    170165# ------------------------------------------------------------------------------------- 
    171166# |    0     |       yes           |    yes     |  yes    |      yes                  | 
     
    237232#D-   
    238233# --------------------------------------------------------------------== 
    239 RUN_DIR=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName}.${$} 
     234RUN_DIR=${RUN_DIR_PATH}/${config_UserChoices_JobName}.${$} 
    240235IGCM_sys_MkdirWork ${RUN_DIR} 
    241236IGCM_sys_Cd ${RUN_DIR} 
Note: See TracChangeset for help on using the changeset viewer.