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 26 additions and 26 deletions
......@@ -9,7 +9,7 @@ rm -f 16JAN* OUT*
#
# First modele
#
ln -sf ../008_run2/16JAN.1.12B18.001.*??? .
ln -sf ../008_run2/16JAN.1.12B18.001.*{des,lfi,nc} .
ln -sf ../003_nest/16JAN98_9km.neste1.* .
ln -sf ../003_nest/16JAN98_36km.neste1.* .
......@@ -19,6 +19,6 @@ time ${MPIRUN} DIAG${XYZ}
#
# 2nd modele
#
ln -sf ../008_run2/16JAN.2.12B18.001.*??? .
ln -sf ../008_run2/16JAN.2.12B18.001.*{des,lfi,nc} .
cp DIAG1.nam2 DIAG1.nam
time ${MPIRUN} DIAG${XYZ}
......@@ -4,8 +4,8 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../009_diag/16JAN.?.12B18.001dg.??? .
rm -f 16JAN.?.12B18.001cv.???
ln -sf ../009_diag/16JAN.?.12B18.001dg.{des,lfi,nc} .
rm -f 16JAN.?.12B18.001cv.{des,lfi,nc}
${POSTRUN} conv2dia < dir_conv2dia1
${POSTRUN} conv2dia < dir_conv2dia2
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../010_conv2dia/16JAN.?.12B18.001cv.??? .
ln -sf ../010_conv2dia/16JAN.?.12B18.001cv.{des,lfi} .
rm -f dir.0*
${POSTRUN} diaprog < dir_16janv
......@@ -9,7 +9,7 @@ begin
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("16JAN.1.12B18.001.nc4", "r")
fichier1 = addfile("16JAN.1.12B18.001.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
......@@ -9,7 +9,7 @@ begin
;=================================================;
; open file and read in data
;=================================================;
fichier1 = addfile("16JAN.2.12B18.001.nc4", "r")
fichier1 = addfile("16JAN.2.12B18.001.nc", "r")
;==================================================;
; Open the workstation
;==================================================;
......
set -x
ln -sf ../008_run2/16JAN.1.12B18.001.nc4 .
ln -sf ../008_run2/16JAN.2.12B18.001.nc4 .
ln -sf ../008_run2/16JAN.1.12B18.001.nc .
ln -sf ../008_run2/16JAN.2.12B18.001.nc .
ncl plot_16j.ncl
display visu_16j.000001.png
......
......@@ -13,4 +13,4 @@ if [ "X$ANSWER" = "Xyes" ]
then
rm -fr ran* gs*
fi
rm -f *.lfi *.nc4
rm -f *.lfi *.nc
......@@ -12,7 +12,7 @@ begin
; Open file
;=============================================================;
mnh_file="16JAN.1.12B18.001.nc4"
mnh_file="16JAN.1.12B18.001.nc"
a = addfile(mnh_file, "r")
;=================================================;
......
......@@ -8,7 +8,7 @@ begin
; Open file
;=================================================;
; MESONH input file
mnh_file="16JAN.1.12B18.001.nc4"
mnh_file="16JAN.1.12B18.001.nc"
a = addfile(mnh_file, "r")
;==================================================;
......
......@@ -9,7 +9,7 @@ begin
;=================================================;
; Open file
;=================================================;
in_file="16JAN.1.12B18.001.nc4"
in_file="16JAN.1.12B18.001.nc"
a = addfile(in_file, "r")
;=================================================;
......
......@@ -9,7 +9,7 @@ begin
;=================================================;
; Open file
;=================================================;
mnh_file="16JAN.1.12B18.001.nc4"
mnh_file="16JAN.1.12B18.001.nc"
a = addfile(mnh_file, "r")
;=================================================;
......
......@@ -15,7 +15,7 @@ begin
;=================================================;
; The MESONH input file.
; ----------------------
mnh_file="16JAN.1.12B18.001.nc4"
mnh_file="16JAN.1.12B18.001.nc"
a = addfile(mnh_file,"r")
;==================================================;
......
......@@ -20,7 +20,7 @@ begin
; MESONH netcdf4 input file
;=================================================;
mnh_file="16JAN.1.12B18.001.nc4"
mnh_file="16JAN.1.12B18.001.nc"
a = addfile(mnh_file, "r")
;=================================================;
......
......@@ -2,7 +2,7 @@ set -x
#### Get highres coastline data for ncl
./get_ncl_highres_files
#### nc4 file to plot
ln -sf ../008_run2/16JAN.1.12B18.001.nc4
ln -sf ../008_run2/16JAN.1.12B18.001.nc
#### Initilizing variables for ncl
path_ncl=`which ncl`
if [ "$path_ncl" == "" ]
......
......@@ -4,7 +4,7 @@
#MNH_LIC for details. version 1.
set -x
set -e
ln -fs ../008_run2/16JAN.1.12B18.001.*??? .
ln -fs ../008_run2/16JAN.1.12B18.001.*{des,lfi,nc} .
time ${MONORUN} SPECTRE${XYZ}
......@@ -11,6 +11,6 @@ ln -sf ${CHIMIE_FILES}/*.20040810.18* .
export GRIB_DEFINITION_PATH=$SRC_MESONH/src/LIB/grib_api-1.13.1/definitions
rm -f ICART* CPLCH20040810.18.* OUTPUT_LISTING* pipe*
ln -sf ../001_pgd1/ICARTT1008_PGD_15km.??? .
ln -sf ../001_pgd1/ICARTT1008_PGD_15km.{des,lfi,nc} .
time ${MONORUN} PREP_REAL_CASE${XYZ}
......@@ -13,6 +13,6 @@ ln -sf ${CHIMIE_FILES}/tuv50/DATAE1 .
ln -sf ${CHIMIE_FILES}/tuv50/DATAJ1 .
ln -sf ${CHIMIE_FILES}/tuv50/DATAS1 .
cp EXSEG1.nam.src EXSEG1.nam
ln -sf ../002_arp2lfi/CPLCH20040810.18.*??? .
ln -sf ../001_pgd1/ICARTT1008_PGD_15km.??? .
ln -sf ../002_arp2lfi/CPLCH20040810.18.{des,lfi,nc} .
ln -sf ../001_pgd1/ICARTT1008_PGD_15km.{des,lfi,nc} .
time ${MPIRUN} MESONH${XYZ}
set -x
rm -f *.png *.nc4
rm -f *.png *.nc
......@@ -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
......
......@@ -5,8 +5,8 @@
set -x
#set -e
ln -sf ../004_diag/ICART.1.SEG01.001dg.nc4 .
ln -sf ../004_diag/ICART.1.SEG01.002dg.nc4 .
ln -sf ../004_diag/ICART.1.SEG01.001dg.nc .
ln -sf ../004_diag/ICART.1.SEG01.002dg.nc .
rm -f *.png
ncl plot_ICARTT.ncl
......
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