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

Philippe 22/06/2018: ncl: correct type in a script + add rm of png files before execution

parent d075bdf4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ set -x
ln -sf ../002_mesonh/EXPER.1.HYD2D.002.nc .
ln -sf ../002_mesonh/EXPER.1.HYD2D.003.nc .
rm -f visu_2Drelief.*.png
ncl plot_2Drelief.ncl
display visu_2Drelief.000001.png
display visu_2Drelief.000002.png
......
......@@ -6,6 +6,8 @@ set -x
ln -sf ../003_mesonh/REUNI.1.00A20.004.nc .
rm -f visu_Reunion.*.png
ncl plot_Reunion.ncl
display visu_Reunion.000001.png
display visu_Reunion.000002.png
......
......@@ -6,6 +6,8 @@ set -x
ln -sf ../002_mesonh/ARM__.1.CEN4T.000.* .
rm -f visu_ARM.*.png
ncl plot_arm.ncl
display visu_ARM.000001.png
display visu_ARM.000002.png
......
......@@ -161,13 +161,13 @@ wt1@lon2d = lon2d
zhat= fichier1->ZHAT(1:kmax+1)
; Unstagger zhat (from grid 4 to 1)
nzhat=new(kmax,double)
nzhat=new(kmax,typeof(pabst1))
do k=0,kmax-1
nzhat(k)=(zhat(k)+zhat(k+1))/2.
end do
; Create Z3D == ALT
alt=new(dimsizes(tht1),double)
alt=new(dimsizes(tht1),typeof(pabst1))
zcoef=1.-zs/nzhat(kmax-1)
do i=0,imax-1
......
set -x
rm -f visu_16j*.png
ln -sf ../008_run2/16JAN.1.12B18.001.nc .
ln -sf ../008_run2/16JAN.2.12B18.001.nc .
ncl plot_16j.ncl
......
......@@ -6,6 +6,8 @@ set -x
#set -e
ln -sf ../002_mesonh/KWRAI.1.SEGCH.004.nc .
rm -f visu_KW78_chem.*.png
ncl plot_KW78_chem.ncl
for ECH in '000001' '000002' '000003' '000004' '000005' '000006' '000007' '000008' '000009' '000010' '000011' '000012' '000013' '000014' '000015' '000016' '000017' '000018' '000019' '000020' '000021' '000022' '000023' '000024' '000025' '000026' '000027'
do
......
set -x
ln -sf ../004_restart/DUST7.1.SEG02.004.nc .
rm -f visu_dust.*.png
ncl plot_dust.ncl
for ECH in '000001' '000002' '000003' '000004' '000005' '000006' '000007' '000008' '000009' '000010' '000011'
......
......@@ -6,6 +6,8 @@ set -x
ln -sf ../002_mesonh/XPREF.1.SEG01.000.nc .
rm -f visu_LIMA.*.png
ncl plot_LIMA.ncl
display visu_LIMA.*.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment