Ignore:
Timestamp:
10/27/14 16:32:40 (10 years ago)
Author:
sdipsl
Message:

# Nasty hack to overcome /tmp hunting side effect on Ada ...

File:
1 edited

Legend:

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

    r1122 r1129  
    16991699 
    17001700  IGCM_sys_Cd /tmp 
    1701   IGCM_sys_Get ${1} . 
     1701  # NASTY HACK. We force /tmp here. This function is called only from the front-end and interactively. 
     1702  RUN_DIR_PATH=/tmp IGCM_sys_Get ${1} . 
    17021703  eval ${2}=$( cdo showyear $( basename ${1} ) 2> /dev/null | gawk '{ print $NF }' ) 
    17031704  IGCM_sys_Cd - 
Note: See TracChangeset for help on using the changeset viewer.