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

Juan 10/11/2016 : update from ncl_521 to ncl_630

parent ea22bd85
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ set -x ...@@ -6,6 +6,9 @@ set -x
ln -sf ../002_mesonh/REL3D.1.EXP01.002.nc4 . ln -sf ../002_mesonh/REL3D.1.EXP01.002.nc4 .
rm -f visu_3Drelief*
ncl plot_3Drelief.ncl ncl plot_3Drelief.ncl
display visu_3Drelief.000001.png #display visu_3Drelief.000001.png
display visu_3Drelief.png
exit 0 exit 0
ncl-6.3.0.tar.gz is ncl_ncarg-6.3.0.Linux_RHEL6.4_x86_64_nodap_gcc472.tar.gz
repackaged in directory ncl-6.3.0 for easer installation
No preview for this file type
...@@ -23,6 +23,8 @@ export MNH_IOCDF4=${MNH_IOCDF4:-1} ...@@ -23,6 +23,8 @@ export MNH_IOCDF4=${MNH_IOCDF4:-1}
export VERSION_OASIS=${VERSION_OASIS:-"mct_v3"} export VERSION_OASIS=${VERSION_OASIS:-"mct_v3"}
export VERSION_TOY=${VERSION_TOY:-"v1-0"} export VERSION_TOY=${VERSION_TOY:-"v1-0"}
export VERSION_NCL=${VERSION_NCL:-"ncl-6.3.0"}
# #
export NEED_TOOLS=YES export NEED_TOOLS=YES
# #
...@@ -410,7 +412,7 @@ if [ "x${MVWORK}" == "xYES" ] ; then ...@@ -410,7 +412,7 @@ if [ "x${MVWORK}" == "xYES" ] ; then
fi fi
fi fi
if [ "x${NEED_NCARG}" != "xNO" ] ; then if [ "x${NEED_NCARG}" != "xNO" ] ; then
( cd $LOCAL/pub ; [ ! -d ncl_ncarg-5.2.1.Linux_x86_64 ] && tar xvfz ncl_ncarg-5.2.1.Linux_x86_64.tar.gz ) ( cd $LOCAL/pub ; [ ! -d ${VERSION_NCL} ] && ( tar xvfz ${VERSION_NCL}.tar.gz ) )
fi fi
# #
......
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