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

    r651 r725  
    9393 
    9494#==================================================== 
     95#- IN 
     96typeset -r R_IN=${R_IN:=/gpfs1/home/sabin} 
     97typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/gpfs1/home/sabin} 
     98 
     99#==================================================== 
    95100#- ARCHIVE 
    96101typeset -r ARCHIVE=$( echo ${HOME} | sed -e "s/gpfs1/gpfs3/" ) 
     
    106111 
    107112#==================================================== 
    108 #- IN 
    109 typeset -r R_IN=${R_IN:=/gpfs1/home/sabin} 
    110 typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/gpfs1/home/sabin} 
    111  
    112 #==================================================== 
    113113#- OUT 
    114114typeset -r R_OUT=${ARCHIVE}/IGCM_OUT 
     
    133133#- Max number of arguments passed to nco operator or demigration command 
    134134UNIX_MAX_LIMIT=360 
     135 
     136#D-#================================================== 
     137#D-function IGCM_sys_ChangeArchive 
     138#D-* Purpose: Just a dummy call on this machine 
     139#D-* Examples: 
     140#D- 
     141function IGCM_sys_ChangeArchive { 
     142 
     143  IGCM_debug_Print 1 " dummy function : IGCM_sys_ChangeArchive " 
     144 
     145} 
    135146 
    136147#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.