Ignore:
Timestamp:
10/24/12 10:45:59 (12 years ago)
Author:
aclsce
Message:

Modified to write log files in TMP_MIGR_DATA directory (instead of current directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/find_size_pack.sh

    r1851 r1900  
    1717 
    1818# ---- 
    19 export JOB_DIR=${JOB_DIR:-${PWD}} 
     19export JOB_DIR=${JOB_DIR:-${TMP_MIGR_DATA}} 
    2020export IGCM_DEM=${IGCM_DEM:-${SCRATCHDIR}/IGCM_DEM} 
    2121export IGCM_TMP=${IGCM_TMP:-${IGCM_DEM}/tmp} 
     
    3838 
    3939DEM_log -0 "Demmarrage de ${SCRIPT_NAME}" 
    40 cd ${JOB_DIR} 
     40cd ${EXE_DIR} 
    4141# ---- 
    4242 
Note: See TracChangeset for help on using the changeset viewer.