Ignore:
Timestamp:
10/18/12 09:13:37 (12 years ago)
Author:
sdipsl
Message:
  • prepare sys lib to be able to run/store on scratchdir when running TEST simulation
  • bugfix : rebuild can't overwrite existing files neither write things in a tmp file before moving it to a final file. So we need to clean things up for him
  • cosmetics
File:
1 edited

Legend:

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

    r719 r725  
    129129 
    130130#==================================================== 
     131#- IN 
     132typeset -r R_IN=${R_IN:=/home/orchidee01/mmancip/IGCM} 
     133 
     134#==================================================== 
    131135#- ARCHIVE (dedicated to large files) 
    132136typeset -r ARCHIVE=${ARCHIVE:=/home/scratch01/${LOGIN}} 
    133137 
    134 #- ARCHIVE (dedicated to small/medium files) 
     138#==================================================== 
     139#- STORAGE (dedicated to small/medium files) 
    135140typeset -r STORAGE=${ARCHIVE} 
    136  
    137 #==================================================== 
    138 #- IN 
    139 typeset -r R_IN=${R_IN:=/home/orchidee01/mmancip/IGCM} 
    140141 
    141142#==================================================== 
     
    188189(( DEFAULT_NUM_PROC_ATM = BATCH_NUM_PROC_TOT - DEFAULT_NUM_PROC_OCE - DEFAULT_NUM_PROC_CPL )) 
    189190DEFAULT_NUM_PROC_TOTAL=${BATCH_NUM_PROC_TOT} 
     191 
     192#D-#================================================== 
     193#D-function IGCM_sys_ChangeArchive 
     194#D-* Purpose: Just a dummy call on this machine 
     195#D-* Examples: 
     196#D- 
     197function IGCM_sys_ChangeArchive { 
     198 
     199  IGCM_debug_Print 1 " dummy function : IGCM_sys_ChangeArchive " 
     200 
     201} 
    190202 
    191203#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.