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

    r719 r725  
    100100 
    101101#==================================================== 
     102#- IN 
     103typeset -r R_IN=${R_IN:=/u/rech/psl/rpsl035/IGCM} 
     104typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/u/rech/psl/rpsl376} 
     105 
     106#==================================================== 
    102107#- ARCHIVE 
    103108# modified 17/10/2011 /u to be used for file stored on gaya 
     
    109114 
    110115#==================================================== 
    111 #- IN 
    112 typeset -r R_IN=${R_IN:=/u/rech/psl/rpsl035/IGCM} 
    113 typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/u/rech/psl/rpsl376} 
    114  
    115 #==================================================== 
    116116#- OUT 
    117117typeset -r R_OUT=${ARCHIVE}/IGCM_OUT 
     
    136136#- Max number of arguments passed to nco operator or demigration command 
    137137UNIX_MAX_LIMIT=120 
     138 
     139#D-#================================================== 
     140#D-function IGCM_sys_ChangeArchive 
     141#D-* Purpose: Just a dummy call on this machine 
     142#D-* Examples: 
     143#D- 
     144function IGCM_sys_ChangeArchive { 
     145 
     146  IGCM_debug_Print 1 " dummy function : IGCM_sys_ChangeArchive " 
     147 
     148} 
    138149 
    139150#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.