Ignore:
Timestamp:
09/23/14 12:34:46 (10 years ago)
Author:
sdipsl
Message:
  • bugfixes
File:
1 edited

Legend:

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

    r1061 r1063  
    166166    #==================================================== 
    167167    #- ARCHIVE (dedicated to large files) 
    168     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     168    ARCHIVE=${config_UserChoices_ARCHIVE} 
    169169  else 
    170170    #==================================================== 
    171171    #- ARCHIVE (dedicated to large files) 
    172     typeset ARCHIVE=$( echo ${HOME} | sed -e "s/gpfs1/gpfs3/" ) 
     172    ARCHIVE=$( echo ${HOME} | sed -e "s/gpfs1/gpfs3/" ) 
    173173  fi 
    174174 
     
    176176    #==================================================== 
    177177    #- STORAGE (dedicated to small/medium files) 
    178     typeset STORAGE=${config_UserChoices_STORAGE} 
     178    STORAGE=${config_UserChoices_STORAGE} 
    179179  else 
    180180    #==================================================== 
    181181    #- STORAGE (dedicated to small/medium files) 
    182     typeset STORAGE=${ARCHIVE} 
     182    STORAGE=${ARCHIVE} 
    183183  fi 
    184184 
     
    187187  #==================================================== 
    188188  #- R_OUT 
    189   typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     189  R_OUT=${ARCHIVE}/IGCM_OUT 
    190190 
    191191  #==================================================== 
    192192  #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    193   typeset R_FIG=${WORKDIR}/IGCM_OUT 
     193  R_FIG=${WORKDIR}/IGCM_OUT 
    194194 
    195195  #==================================================== 
    196196  #- R_BUF (ONLY FOR double copy an scratch) 
    197   typeset -r R_BUF=${WORKDIR}/IGCM_OUT 
     197  R_BUF=${WORKDIR}/IGCM_OUT 
    198198 
    199199  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
Note: See TracChangeset for help on using the changeset viewer.