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

Juan 18/06/2021: configure, upgrade VERSION_ECRAD to 1.4.0

parent 64762f7d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export VERSION_OASIS=${VERSION_OASIS:-"mct_v3"}
export VERSION_TOY=${VERSION_TOY:-"v1-0"}
export VERSION_NCL=${VERSION_NCL:-"ncl-6.4.0"}
export VERSION_ECRAD=${VERSION_ECRAD:-"1.0.1"}
export VERSION_ECRAD=${VERSION_ECRAD:-"1.4.0"}
export VER_ECRAD=${VERSION_ECRAD//./}
export LEN_HREC=${LEN_HREC:-16}
......@@ -559,6 +559,12 @@ if [ "x${MNH_GRIBAPI}" == "xyes" ] ; then
else
( cd $LOCAL/src/LIB ; [ ! -d eccodes-${VERSION_ECCODES}-Source ] && [ -f eccodes-${VERSION_ECCODES}-Source.tar.gz ] && gunzip -c eccodes-${VERSION_ECCODES}-Source.tar.gz |tar -xvf - )
fi
#
# Install ECRAD 1.4.0 if MNH_ECRAD=1 & VERSION_ECRAD=1.4.0
#
if [ "x${MNH_ECRAD}" == "x1" ] && [ "x${VERSION_ECRAD}" == "x1.4.0" ] ; then
( cd $LOCAL/src/LIB/RAD ; [ ! -d ecrad-1.4.0 ] && tar xvfz ecrad-1.4.0.tar.gz )
fi
##########################################################
# #
# RESUME #
......
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