Changeset 2172


Ignore:
Timestamp:
11/21/13 16:27:18 (10 years ago)
Author:
jgipsl
Message:

Updated with correct path at storedir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/INTERP_NUDGE/interp_from_era.ksh

    r1366 r2172  
    1313 
    1414# gridfile : file grilles_gcm.nc containing longitudes and latitudes of the destination grid 
    15 gridfile=/work/cont003/p86ghatt/GUIDAGE/INTERP_FROM_TS/LMD96x95_grilles_gcm.nc 
     15gridfile=/ccc/store/cont003/dsm/p86ghatt/IGCM_OUT/LMDZ/ELC-128x118x39/ATM/Output/Grid/ELC-128x118x39_grilles_gcm.nc 
    1616 
    1717# indir : path for directory containing the files to interpolate 
    1818#indir=/u/rech/psl/rpsl376/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL 
    19 indir=/dmnfs/cont003/p24data/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL 
     19indir=/ccc/store/cont003/subipsl/subipsl/dmf_import/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL 
    2020# insuffix : suffix in input files 
    2121insuffix=.aphei.GLOBAL_075.nc 
     
    2626# Variables for output : 
    2727# outdir : directory to store output files 
    28 outdir=/dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGEFILES/LMD9695/ERAI 
     28outdir=$WORKDIR/NUDGEFILES/ERAI-128x118x39 
    2929# outsuffix : suffix to output files 
    3030outsuffix=_erai.nc 
     
    3737 
    3838# rundir : temporary run directory 
    39 rundir=$CSCRATCHDIR/RUNDIR/interprun 
     39rundir=`pwd`/rundir 
     40echo rundir=$rundir 
     41 
    4042############################################################################### 
    4143# END USER DEFINITION 
Note: See TracChangeset for help on using the changeset viewer.