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

Philippe 11/04/2017: corrected scripts for KTEST 014 to use .nc4 files (instead of .nc)

parent 15104e70
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@
LNUMDIFTH = .F.,
LNUMDIFSV = .F. /
&NAM_FMOUT XFMOUT(1,1) = 1800., XFMOUT(1,2) = 3600. /
&NAM_FMOUT XBAK_TIME(1,1) = 1800., XBAK_TIME(1,2) = 3600. /
&NAM_BUDGET CBUTYPE = 'CART',
NBUMOD = 1,
......
......@@ -4,6 +4,6 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../001_prep_ideal_case/SCHAR-JUNGFRAU.??? .
ln -fs ../001_prep_ideal_case/SCHAR-JUNGFRAU.{des,lfi,nc} .
rm -f XPREF.1.SEG01* OUT*
time ${MONORUN} MESONH${XYZ}
rm -f *.nc4 *.png
rm -f *.nc *.png
......@@ -7,7 +7,7 @@ begin
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("XPREF.1.SEG01.000.nc4", "r")
fichier1 = addfile("XPREF.1.SEG01.000.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
ln -sf ../002_mesonh/XPREF.1.SEG01.000.nc4 .
ln -sf ../002_mesonh/XPREF.1.SEG01.000.nc .
ncl plot_LIMA.ncl
display visu_LIMA.*.png
......
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