Changeset 1727


Ignore:
Timestamp:
05/16/12 10:15:39 (12 years ago)
Author:
aclsce
Message:

Cleaning.

Location:
TOOLS/PACK_IPSL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/PACK_IPSL/enlarge_my_files.sh

    r1717 r1727  
    11#!/bin/bash 
    2  
    3 #====================================================== 
    4 # Author: Patrick.Brockmann@cea.fr 
    5 # 
    6 #====================================================== 
    72 
    83#------------------------------------------------------ 
  • TOOLS/PACK_IPSL/launch_ipsl_enlarge.sh

    r1717 r1727  
    2020SCRIPT_NAME=$(basename ${0} ) 
    2121 
    22 export IGCM_DEM=${SCRATCHDIR}/IGCM_DEM_WORK_WORK 
    23 export IGCM_TMP=${SCRATCHDIR}/IGCM_DEM_WORK_WORK/tmp 
     22export IGCM_DEM=${SCRATCHDIR}/IGCM_DEM 
     23export IGCM_TMP=${SCRATCHDIR}/IGCM_DEM/tmp 
    2424export clean_tmp=${clean_tmp:-yes} 
    2525export DEM_LOG=${JOB_DIR}/dem_${LSB_JOBID:-${$}}.log 
  • TOOLS/PACK_IPSL/launch_ipsl_pack.sh

    r1717 r1727  
    1010#MSUB -q mono 
    1111 
    12 # ex : ./launch_ipsl_pack.sh fichier_param_test1.txt liste_fichier_dmnfs 
    13 # ex : ./launch_ipsl_pack.sh param_SL.txt SL_information_dmnfs_2012-03-21 
    14 # ex : ./launch_ipsl_pack.sh param_OM.txt OM_information_dmnfs_2012-03-21 
     12# ex : ./launch_ipsl_pack.sh fichier_param_test1.txt 
     13# ex : ./launch_ipsl_pack.sh param_SL.txt 
     14# ex : ./launch_ipsl_pack.sh param_OM.txt 
    1515 
    1616export JOB_DIR=${LS_SUBCWD:-${PWD}} 
Note: See TracChangeset for help on using the changeset viewer.