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

Philippe 18/11/2016: KTEST: suffix for netCDF files is now .nc (instead of...

Philippe 18/11/2016: KTEST: suffix for netCDF files is now .nc (instead of .nc4). This is necessary to respect CF convention.
parent f5939550
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 27 deletions
......@@ -4,6 +4,6 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../001_prep_ideal_case/HYD2D.??? .
ln -fs ../001_prep_ideal_case/HYD2D.{des,lfi,nc} .
rm -f EXPER.1.HYD* OUT*
time ${MONORUN} MESONH${XYZ}
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/EXPER.1.HYD2D.00?.??? .
rm -f EXPER.1.HYD2D.002-3d.???
ln -sf ../002_mesonh/EXPER.1.HYD2D.00?.{des,lfi,nc} .
rm -f EXPER.1.HYD2D.002-3d.{des,lfi,nc}
time ${POSTRUN} conv2dia < dir_conv2dia
......@@ -4,6 +4,6 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../003_convdia/EXPER.1.HYD2D.002-3d.??? .
ln -sf ../003_convdia/EXPER.1.HYD2D.002-3d.{des,lfi} .
rm -f dir.0*
${POSTRUN} diaprog < dir.2Drelief
rm -f *.nc4 *.ps
rm -f *.nc *.ps
......@@ -9,8 +9,8 @@ begin
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("EXPER.1.HYD2D.002.nc4", "r")
fichier2 = addfile("EXPER.1.HYD2D.003.nc4", "r")
fichier1 = addfile("EXPER.1.HYD2D.002.nc", "r")
fichier2 = addfile("EXPER.1.HYD2D.003.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
......@@ -4,8 +4,8 @@
#MNH_LIC for details. version 1.
set -x
ln -sf ../002_mesonh/EXPER.1.HYD2D.002.nc4 .
ln -sf ../002_mesonh/EXPER.1.HYD2D.003.nc4 .
ln -sf ../002_mesonh/EXPER.1.HYD2D.002.nc .
ln -sf ../002_mesonh/EXPER.1.HYD2D.003.nc .
ncl plot_2Drelief.ncl
display visu_2Drelief.000001.png
......
......@@ -4,6 +4,6 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../001_prep_ideal_case/RELIEF3D.*??? .
ln -fs ../001_prep_ideal_case/RELIEF3D.{des,lfi,nc} .
rm -f REL3D.1* OUT*
time ${MPIRUN} MESONH${XYZ}
set -x
rm -f REL3D.1.EXP01.002.???
rm -f REL3D.1.EXP01.002dg.???
rm -f REL3D.1.EXP01.002.{des,lfi,nc}
rm -f REL3D.1.EXP01.002dg.{des,lfi,nc}
rm -f dirconv FICJD LISTING_DIA OUT_DIA pipe_name
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/REL3D.1.EXP01.002.??? .
rm -f REL3D.1.EXP01.002dg.???
ln -sf ../002_mesonh/REL3D.1.EXP01.002.{des,lfi,nc} .
rm -f REL3D.1.EXP01.002dg.{des,lfi,nc}
${POSTRUN} conv2dia < dir_conv2dia
......@@ -4,8 +4,8 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../003_convdia/REL3D.1.EXP01.002dg.??? .
#ln -sf ../003_convdia/REL3D_autre_run.??? .
ln -sf ../003_convdia/REL3D.1.EXP01.002dg.{des,lfi} .
#ln -sf ../003_convdia/REL3D_autre_run.{des,lfi} .
rm -f dir.0*
${POSTRUN} diaprog < dir_3Drelief
rm -f *.nc4 *.ps
rm -f *.nc *.ps
......@@ -9,7 +9,7 @@
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("REL3D.1.EXP01.002.nc4", "r")
fichier1 = addfile("REL3D.1.EXP01.002.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
ln -sf ../002_mesonh/REL3D.1.EXP01.002.nc4 .
ln -sf ../002_mesonh/REL3D.1.EXP01.002.nc .
rm -f visu_3Drelief*
......
......@@ -4,6 +4,6 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../001_prep_ideal_case/KWRAIN.*??? .
ln -fs ../001_prep_ideal_case/KWRAIN.{des,lfi,nc} .
rm -f KWRAI.1.* OUT*
time ${MPIRUN} MESONH${XYZ}
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/KWRAI.1.SEG01.004.??? .
rm -f KWRAI.1.SEG01.004dg.???
ln -sf ../002_mesonh/KWRAI.1.SEG01.004.{des,lfi,nc} .
rm -f KWRAI.1.SEG01.004dg.{des,lfi,nc}
${POSTRUN} conv2dia < dir_conv2dia
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../003_convdia/KWRAI.1.SEG01.004dg.??? .
ln -sf ../003_convdia/KWRAI.1.SEG01.004dg.{des,lfi} .
rm -f dir.*
${POSTRUN} diaprog < dir_KW78
#idt gmeta
rm -f *.nc4 *.ps
rm -f *.nc *.ps
......@@ -9,7 +9,7 @@
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("KWRAI.1.SEG01.004.nc4", "r")
fichier1 = addfile("KWRAI.1.SEG01.004.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
ln -sf ../002_mesonh/KWRAI.1.SEG01.004.nc4 .
ln -sf ../002_mesonh/KWRAI.1.SEG01.004.nc .
ncl plot_KW78.ncl
display visu_KW78.000001.png
......
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../001_prep_pgd/REUNION_PGD_1km5.*??? .
ln -sf ../001_prep_pgd/REUNION_PGD_1km5.{des,lfi,nc} .
rm -f REUNION_IDEA* OUTPUT_LISTING* pipe* *.tex
time ${MPIRUN} PREP_IDEAL_CASE${XYZ}
......
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