-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature_2708_mvmode_merge_flag_default
- Loading branch information
Showing
18 changed files
with
328 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,36 @@ | ||
module load gnu/9.2.0 | ||
module load intel/2022.1.2 | ||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 | ||
module load cmake/3.26.4 | ||
|
||
export TEST_BASE=/contrib/met/11.1.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export FC=ifort | ||
export F77=ifort | ||
export F90=ifort | ||
export CC=icc | ||
export CXX=icpc | ||
export TEST_BASE=/contrib/met/12.0.0 | ||
export COMPILER=intel_2022.1.2 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=v11.1.0.tar.gz | ||
export MET_TARBALL=v12.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.10 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.10/config-3.10-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.10\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm\ -lm | ||
export MET_NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 | ||
export MET_HDF5=/apps/hdf5/1.10.5/intel/18.0.5.274 | ||
export ADDTL_DIR=/usr/lib64 | ||
export EXTERNAL_LIBS=${TEST_BASE}/external_libs/ | ||
#export MET_PROJ=${EXTERNAL_LIBS} | ||
#export MET_GSL=${EXTERNAL_LIBS} | ||
#export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
#export BUFRLIB_NAME=-lbufr | ||
#export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
#export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
#export GRIB2CLIB_NAME=-lgrib2c | ||
#export MET_HDF5=${EXTERNAL_LIBS} | ||
#export MET_NETCDF=${EXTERNAL_LIBS} | ||
#export LIB_JASPER=${EXTERNAL_LIBS}/lib | ||
#export LIB_LIBPNG=${EXTERNAL_LIBS}/lib | ||
#export LIB_Z=${EXTERNAL_LIBS}/lib | ||
#export SQLITE_INCLUDE_DIR=${EXTERNAL_LIBS}/include | ||
#export SQLITE_LIB_DIR=${EXTERNAL_LIBS}/lib | ||
export MAKE_ARGS=-j | ||
export SET_D64BIT=FALSE | ||
export CXXFLAGS="-std=c++11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 17 additions & 8 deletions
25
internal/scripts/installation/config/install_met_env_met_only.jet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,36 @@ | ||
module load gnu/9.2.0 | ||
module load intel/2022.1.2 | ||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 | ||
module load cmake/3.26.4 | ||
|
||
export TEST_BASE=/contrib/met/11.1.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export FC=ifort | ||
export F77=ifort | ||
export F90=ifort | ||
export CC=icc | ||
export CXX=icpc | ||
export TEST_BASE=/contrib/met/12.0.0 | ||
export COMPILER=intel_2022.1.2 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=v11.1.0.tar.gz | ||
export MET_TARBALL=v12.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.10 | ||
export MET_PYTHON_LD=`${MET_PYTHON}/bin/python3-config --ldflags --embed` | ||
export MET_NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 | ||
export MET_HDF5=/apps/hdf5/1.10.5/intel/18.0.5.274 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.10/config-3.10-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.10\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm\ -lm | ||
export ADDTL_DIR=/usr/lib64 | ||
export EXTERNAL_LIBS=${TEST_BASE}/external_libs/ | ||
export MET_PROJ=${EXTERNAL_LIBS} | ||
export MET_GSL=${EXTERNAL_LIBS} | ||
export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
export BUFRLIB_NAME=-lbufr | ||
export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
export GRIB2CLIB_NAME=-lgrib2c | ||
export MET_HDF5=${EXTERNAL_LIBS} | ||
export MET_NETCDF=${EXTERNAL_LIBS} | ||
export LIB_JASPER=${EXTERNAL_LIBS}/lib | ||
export LIB_LIBPNG=${EXTERNAL_LIBS}/lib | ||
export LIB_Z=${EXTERNAL_LIBS}/lib | ||
export SQLITE_INCLUDE_DIR=${EXTERNAL_LIBS}/include | ||
export SQLITE_LIB_DIR=${EXTERNAL_LIBS}/lib | ||
export MAKE_ARGS=-j | ||
export SET_D64BIT=FALSE | ||
export CXXFLAGS="-std=c++11" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v12.0.0 | ||
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
prereq intel | ||
|
||
set base /contrib/met/12.0.0 | ||
set ver 12.0.0 | ||
set share $base/share/met | ||
setenv MET_ROOT $base/$ver/MET-12.0.0 | ||
|
||
prepend-path PATH $base/bin:$base/external_libs/bin:/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.