Changeset 1854 for TOOLS


Ignore:
Timestamp:
09/03/12 15:45:47 (12 years ago)
Author:
gpincka
Message:

Traitement (code sequentiel) des simu de taille < 1 Go ou de type create_etat0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/launch_ipsl_enlarge.sh

    r1847 r1854  
    3131export EXE_DIR=${JOB_DIR} 
    3232 
    33 export INPUT_DMF_DATA=/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable 
    34 export OUTPUT_STORE=${SCRATCHDIR}/PSEUDO_DMNFS_STORE 
    35 export OUTPUT_WORK=${SCRATCHDIR}/PSEUDO_DMNFS_WORK 
     33# export INPUT_DMF_DATA=/ccc/dmfbuf/import_data.2/ccrt/dmnfs12/cont003/bacasable # gpdebug : suppr 
     34# export OUTPUT_STORE=${SCRATCHDIR}/PSEUDO_DMNFS_STORE # gpdebug : suppr 
     35# export OUTPUT_WORK=${SCRATCHDIR}/PSEUDO_DMNFS_WORK # gpdebug : suppr 
    3636 
    3737SCRIPT_NAME=$(basename ${0} ) 
    3838 
    39 export IGCM_DEM=${SCRATCHDIR}/IGCM_DEM 
    40 export IGCM_TMP=${SCRATCHDIR}/IGCM_DEM/tmp 
     39# export IGCM_DEM=${SCRATCHDIR}/IGCM_DEM # gpdebug : suppr 
     40# export IGCM_TMP=${SCRATCHDIR}/IGCM_DEM/tmp # gpdebug : suppr 
     41 
     42# On renseigne les variables d'environnement  
     43. load_ipslPack_env.sh 
     44export IGCM_TMP="${IGCM_DEM}/tmp"  # gpdebug : added 
     45 
     46 
    4147export clean_tmp=${clean_tmp:-yes} 
    4248export DEM_LOG=${JOB_DIR}/dem_${LSB_JOBID:-${$}}.log 
Note: See TracChangeset for help on using the changeset viewer.