Skip to content
Snippets Groups Projects
Commit 7de0e517 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 02/02/2018: small corrections in scripts and namelists for KTEST

parent 9a8d1952
No related branches found
No related tags found
No related merge requests found
rm -f *.nc *.ps
rm -f *.nc *.ps *.png
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../008_run2/16JAN.1.12B18.001.*{des,lfi,nc} .
ln -fs ../008_run2/16JAN.1.12B18.001.{des,lfi,nc} .
time ${MONORUN} SPECTRE${XYZ}
......@@ -8,8 +8,8 @@ begin
;=================================================;
; open file and read in data
;=================================================;
a = addfile("ICART.1.SEG01.001dg.nc4", "r")
a2 = addfile("ICART.1.SEG01.002dg.nc4", "r")
a = addfile("ICART.1.SEG01.001dg.nc", "r")
a2 = addfile("ICART.1.SEG01.002dg.nc", "r")
;=================================================;
; Get informations on variable sizes
......
......@@ -17,7 +17,7 @@ begin
;
curdir_path=systemfunc("pwd")+"/"
;
file_RSTRT = curdir_path+"IROISE_5KM_201109_02_00.nc4"
file_RSTRT = curdir_path+"IROISE_5KM_201109_02_00.nc"
a=addfile(file_RSTRT,"r")
; fichier *.nc
......
......@@ -16,7 +16,7 @@ import os
curdir_path=os.path.abspath(os.curdir)+'/'
file_RSTRT = netCDF4.Dataset(curdir_path+'IROISE_5KM_201109_02_00.nc4')
file_RSTRT = netCDF4.Dataset(curdir_path+'IROISE_5KM_201109_02_00.nc')
LON_MNH=file_RSTRT.variables['LON'][1:-1,1:-1]
LAT_MNH=file_RSTRT.variables['LAT'][1:-1,1:-1]
......
......@@ -47,7 +47,7 @@
XALKTOP = 0.001,
XALZBOT = 1200. /
&NAM_OUTPUT XFMOUT(1,1)=360. /
&NAM_BACKUP XBAK_TIME(1,1)=360. /
&NAM_CONFn LUSERV=.TRUE.,
LUSECI=.TRUE.,
......
......@@ -47,7 +47,7 @@
XALKTOP = 0.001,
XALZBOT = 1200. /
&NAM_OUTPUT XFMOUT(1,1)=360. /
&NAM_BACKUP XBAK_TIME(1,1)=360. /
&NAM_CONFn LUSERV=.TRUE.,
LUSECI=.TRUE.,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment