diff --git a/internal/scripts/installation/modulefiles/2.0.2_jet b/internal/scripts/installation/modulefiles/2.0.2_jet new file mode 100644 index 00000000..f7a0c9d8 --- /dev/null +++ b/internal/scripts/installation/modulefiles/2.0.2_jet @@ -0,0 +1,13 @@ +#%Module###################################################################### +## +## METcalcpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.0.2. + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +prereq intel + +prepend-path PATH /lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin +prepend-path PYTHONPATH /contrib/met/METcalcpy/METcalcpy-2.0.2 diff --git a/internal/scripts/installation/modulefiles/2.0.2_orion b/internal/scripts/installation/modulefiles/2.0.2_orion new file mode 100644 index 00000000..956a61cf --- /dev/null +++ b/internal/scripts/installation/modulefiles/2.0.2_orion @@ -0,0 +1,14 @@ +#%Module###################################################################### +## +## METcalcpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.0.2. + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +module load contrib +module load intel/2020.2 + +prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin +prepend-path PYTHONPATH /apps/contrib/MET/METcalcpy/METcalcpy-2.0.2