Skip to content
Snippets Groups Projects
Commit 4c49f360 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 2/06/2016: modif run_ncl to avoid error at end ( for make examples )

parent f10ac4f9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/EXPER.1.HYD2D.002.nc4 .
ln -sf ../002_mesonh/EXPER.1.HYD2D.003.nc4 .
......@@ -24,3 +24,4 @@ display visu_2Drelief.000013.png
display visu_2Drelief.000014.png
display visu_2Drelief.000015.png
display visu_2Drelief.000016.png
exit 0
......@@ -3,8 +3,9 @@
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/REL3D.1.EXP01.002.nc4 .
ncl plot_3Drelief.ncl
display visu_3Drelief.png
display visu_3Drelief.000001.png
exit 0
......@@ -3,7 +3,7 @@
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../002_mesonh/KWRAI.1.SEG01.004.nc4 .
ncl plot_KW78.ncl
......@@ -20,4 +20,4 @@ display visu_KW78.000010.png
display visu_KW78.000011.png
display visu_KW78.000012.png
display visu_KW78.000013.png
exit 0
......@@ -3,8 +3,9 @@
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
set -x
set -e
ln -sf ../003_mesonh/REUNI.1.00A20.004.nc4 .
ncl plot_Reunion.ncl
display visu_Reunion.000001.png
display visu_Reunion.000002.png
......@@ -13,3 +14,4 @@ display visu_Reunion.000004.png
display visu_Reunion.000005.png
display visu_Reunion.000006.png
display visu_Reunion.000007.png
exit 0
set -x
ln -sf ../008_run2/16JAN.1.12B18.001.nc4 .
ln -sf ../008_run2/16JAN.2.12B18.001.nc4 .
ncl plot_16j.ncl
......@@ -12,4 +13,5 @@ ncl plot_16j_2.ncl
display visu_16j_2.000001.png
display visu_16j_2.000002.png
display visu_16j_2.000003.png
exit 0
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