From f757d8e5fc43fa5055debf5a82b8cf60be619f89 Mon Sep 17 00:00:00 2001 From: Gaelle Tanguy <gaelle.tanguy@meteo.fr> Date: Thu, 10 Sep 2015 07:34:42 +0000 Subject: [PATCH] update to grib api 1.13.1 --- src/LIB/grib_api-1.13.1.tar.gz | 3 +++ src/configure | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 src/LIB/grib_api-1.13.1.tar.gz diff --git a/src/LIB/grib_api-1.13.1.tar.gz b/src/LIB/grib_api-1.13.1.tar.gz new file mode 100644 index 000000000..b6cc2e331 --- /dev/null +++ b/src/LIB/grib_api-1.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa66c4d744f3073b06792c0e6299fcae99aa2a921f8b59a9ccd9056bf26baf5f +size 14947384 diff --git a/src/configure b/src/configure index 1af082c17..da8581cfe 100755 --- a/src/configure +++ b/src/configure @@ -14,7 +14,7 @@ export VERSION_XYZ=${VERSION_XYZ:-${VERSION_MASTER}-${VERSION_BUG}} export VERSION_DATE=${VERSION_DATE:-"15/04/2015"} export VERSION_CDF=${VERSION_CDF:-"4.1.3"} export VERSION_HDF=${VERSION_HDF:-"1.8.9"} -export VERSION_GRIBAPI=${VERSION_GRIBAPI:-"1.9.9"} +export VERSION_GRIBAPI=${VERSION_GRIBAPI:-"1.13.1"} export MNH_INT=${MNH_INT:-"4"} export LFI_INT=${LFI_INT:-8} export MNH_IOCDF4=${MNH_IOCDF4:-1} @@ -79,8 +79,8 @@ export MPI_DSM_CPULIST=0-7:allhosts module rm intel ; module load intel/13.1.4.183 ; module rm intelmpi ; module load intelmpi/4.1.1.036 ; module rm netcdf ; module load netcdf/4.3.0 ; -module load grib_api/1.10.4 ; -export GRIBAPI_PATH=/opt/softs/libraries/ICC13.1.4.183/grib_api-1.10.4 +module rm grib_api ; module load grib_api/1.13.0_netcdf ; +export GRIBAPI_PATH=/opt/softs/libraries/ICC13.1.4.183/grib_api-1.13.0_netcdf "} ;; 'Linux login0'*|'Linux compute'*) -- GitLab