Changeset 2172
- Timestamp:
- 11/21/13 16:27:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/INTERP_NUDGE/interp_from_era.ksh
r1366 r2172 13 13 14 14 # 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.nc15 gridfile=/ccc/store/cont003/dsm/p86ghatt/IGCM_OUT/LMDZ/ELC-128x118x39/ATM/Output/Grid/ELC-128x118x39_grilles_gcm.nc 16 16 17 17 # indir : path for directory containing the files to interpolate 18 18 #indir=/u/rech/psl/rpsl376/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL 19 indir=/ dmnfs/cont003/p24data/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL19 indir=/ccc/store/cont003/subipsl/subipsl/dmf_import/ERAI/NETCDF/GLOBAL_075/4xdaily/AN_PL 20 20 # insuffix : suffix in input files 21 21 insuffix=.aphei.GLOBAL_075.nc … … 26 26 # Variables for output : 27 27 # outdir : directory to store output files 28 outdir= /dmnfs/cont003/p86ghatt/IGCM_OUT/LMDZOR/NUDGEFILES/LMD9695/ERAI28 outdir=$WORKDIR/NUDGEFILES/ERAI-128x118x39 29 29 # outsuffix : suffix to output files 30 30 outsuffix=_erai.nc … … 37 37 38 38 # rundir : temporary run directory 39 rundir=$CSCRATCHDIR/RUNDIR/interprun 39 rundir=`pwd`/rundir 40 echo rundir=$rundir 41 40 42 ############################################################################### 41 43 # END USER DEFINITION
Note: See TracChangeset
for help on using the changeset viewer.