-
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.
Feature main v11.0 update install files (#2626)
* Updating hera files * Updating files * Adding files * Adding and updating files
- Loading branch information
Showing
9 changed files
with
150 additions
and
18 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
6 changes: 3 additions & 3 deletions
6
internal/scripts/installation/config/install_met_env_met_only.hera
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
6 changes: 3 additions & 3 deletions
6
internal/scripts/installation/config/install_met_env_met_only.orion
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v11.0.1 | ||
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
# The intel compiler is required to run MET | ||
prereq intel | ||
prereq anaconda/latest | ||
|
||
set base /contrib/met | ||
set ver 11.0.1 | ||
set share $base/$ver/share/met | ||
set lib_base $base/11.0.1 | ||
setenv MET_ROOT $base/$ver/MET-11.0.1 | ||
|
||
|
||
prepend-path PATH $base/$ver/bin:$lib_base/external_libs/bin | ||
|
||
|
||
#prepend-path LD_LIBRARY_PATH $lib_base/external_libs/lib | ||
|
||
#setenv METversion $ver | ||
#setenv MET_CONFIG $share/config | ||
#setenv MET_POLY $share/poly | ||
#setenv MET_COLORTABLES $share/colortables | ||
#setenv MET_PS $share/ps | ||
#setenv MET_TCDATA $share/tc_data | ||
#setenv MET_TABLES $share/table_files | ||
### | ||
#setenv CC icc | ||
#setenv CXX icc | ||
#setenv F77 ifort | ||
|
||
#module load intel/2022.1.2 | ||
#module load anaconda/latest | ||
|
||
#setenv libdir /contrib/met/11.0.1/external_libs/lib | ||
#setenv incdir /contrib/met/11.0.1/external_libs/include | ||
#setenv iprefix /contrib/met/11.0.1/external_libs | ||
#setenv basedir /contrib/met/11.0.1/met-11.0.1 | ||
|
||
#setenv MET_HDF5 $iprefix | ||
#setenv MET_NETCDF $incdir | ||
#setenv MET_GRIB2CINC $incdir | ||
#setenv MET_GRIB2CLIB $libdir | ||
#setenv MET_GSLLIB $libdir | ||
#setenv MET_GSLINC $incdir | ||
#setenv MET_BUFR $libdir | ||
#setenv MET_HDFINC $incdir | ||
#setenv MET_HDFLIB $libdir | ||
#setenv MET_HDFEOSINC $incdir | ||
#setenv MET_HDFEOSLIB $libdir | ||
#setenv MET_PYTHON /contrib/anaconda3/latest | ||
#setenv MET_PYTHON_CC -I/contrib/anaconda/anaconda3/latest/include/python3.7m | ||
#setenv MET_PYTHON_LD -L/contrib/anaconda/anaconda3/latest/lib\ -lpython3.7m\ -lpthread\ -ldl\ -lutil\ -lm\ -Xlinker\ -export-dynamic | ||
#setenv MET_FONT_DIR $basedir/fonts/ | ||
|
||
# CAIRO and FREETYPE were not used | ||
#setenv MET_CAIROLIB $libdir | ||
#setenv MET_CAIROINC $incdir/cairo | ||
#setenv MET_FREETYPELIB $libdir | ||
#setenv MET_FREETYPEINC $incdir/freetype2 | ||
|
||
|
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,19 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v11.1.0 | ||
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
prereq intel | ||
prereq netcdf/4.7.0 | ||
prereq hdf5/1.10.5 | ||
|
||
set base /contrib/met/11.1.0 | ||
set ver 11.1.0 | ||
set share $base/share/met | ||
setenv MET_ROOT $base/$ver/MET-11.1.0 | ||
|
||
prepend-path PATH $base/bin:$base/external_libs/bin:/apps/netcdf/4.7.0/intel/18.0.5.274/bin:/apps/hdf5/1.10.5/intel_seq/18.0.5.274/bin:/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.0_py3.8 |
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,45 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v11.0.1 | ||
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
prereq intel/2020.2 | ||
|
||
set base /apps/contrib/MET | ||
set ver 11.0.1 | ||
set share $base/$ver/share/met | ||
set lib_base $base/11.0.1 | ||
setenv MET_ROOT $base/$ver/MET-11.0.1 | ||
|
||
prepend-path PATH $base/$ver/bin:$lib_base/external_libs/bin:/work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin | ||
|
||
#export CC=icc | ||
#export CXX=icc | ||
#export F77=ifort | ||
#module load intel/2020.2 | ||
#module load intelpython3/2020.2 | ||
#export libdir=/apps/contrib/MET/11.0.1/external_libs/lib | ||
#export incdir=/apps/contrib/MET/11.0.1/external_libs/include | ||
#export iprefix=/apps/contrib/MET/11.0.1/external_libs | ||
#export basedir=/apps/contrib/MET/11.0.1/MET-11.0.1 | ||
#export MET_HDF5=$iprefix | ||
#export MET_NETCDF=$incdir | ||
#export MET_GRIB2CINC=$incdir | ||
#export MET_GRIB2CLIB=$libdir | ||
#setenv MET_GSLLIB=$libdir | ||
#export MET_GSLINC=$incdir | ||
#export MET_BUFR=$libdir | ||
#export MET_HDFINC=$incdir | ||
#export MET_HDFLIB=$libdir | ||
#export MET_HDFEOSINC=$incdir | ||
#export MET_HDFEOSLIB=$libdir | ||
#export MET_PYTHON=/work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.0_py3.8 | ||
#export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.8 | ||
#export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.8/config-3.8-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.8\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm | ||
#export MET_FONT_DIR=$basedir/fonts/ | ||
#export LDFLAGS=-Wl,--disable-new-dtags -Wl,-rpath,${libdir}:${MET_PYTHON}/lib | ||
#export CPPFLAGS=-I/apps/contrib/met/11.0.1/external_libs/include |