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

    r719 r725  
    9696 
    9797#==================================================== 
     98#- IN 
     99typeset -r R_IN=${R_IN:=/u/rech/psl/rpsl035/IGCM} 
     100typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/u/rech/psl/rpsl376} 
     101 
     102#==================================================== 
    98103#- ARCHIVE 
    99104typeset -r ARCHIVE=$( echo ${HOME} | sed -e "s/homegpfs/u/" ) 
     
    108113typeset -r HOME_POST=$( echo ${HOME} | sed -e "s/homegpfs/home/" ) 
    109114typeset -r libIGCM_POST=${HOME_POST}/MIRROR/${PATHlibIGCM}/libIGCM 
    110  
    111 #==================================================== 
    112 #- IN 
    113 typeset -r R_IN=${R_IN:=/u/rech/psl/rpsl035/IGCM} 
    114 typeset -r R_IN_ECMWF=${R_IN_ECMWF:=/u/rech/psl/rpsl376} 
    115115 
    116116#==================================================== 
     
    150150[ X${BATCH_NUM_PROC_TOT} = X ] || (( DEFAULT_NUM_PROC_ATM = BATCH_NUM_PROC_TOT - DEFAULT_NUM_PROC_OCE - DEFAULT_NUM_PROC_CPL )) 
    151151DEFAULT_NUM_PROC_TOTAL=${BATCH_NUM_PROC_TOT} 
     152 
     153#D-#================================================== 
     154#D-function IGCM_sys_ChangeArchive 
     155#D-* Purpose: Just a dummy call on this machine 
     156#D-* Examples: 
     157#D- 
     158function IGCM_sys_ChangeArchive { 
     159 
     160  IGCM_debug_Print 1 " dummy function : IGCM_sys_ChangeArchive " 
     161 
     162} 
    152163 
    153164#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.