From 7782c47a21bad04d0242f151e99e0936f07269aa Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Thu, 19 Jan 2023 14:51:20 -0700 Subject: [PATCH] Per #267, updating modulefiles --- .../installation/modulefiles/1.0.0_mars | 22 ------------------- .../installation/modulefiles/1.1.0_gaea | 20 ----------------- .../installation/modulefiles/1.1.0_hera | 20 ----------------- .../installation/modulefiles/2.0.0_gaea | 13 +++++++++++ .../installation/modulefiles/2.0.0_orion | 3 +-- 5 files changed, 14 insertions(+), 64 deletions(-) delete mode 100644 internal/scripts/installation/modulefiles/1.0.0_mars delete mode 100644 internal/scripts/installation/modulefiles/1.1.0_gaea delete mode 100644 internal/scripts/installation/modulefiles/1.1.0_hera create mode 100644 internal/scripts/installation/modulefiles/2.0.0_gaea diff --git a/internal/scripts/installation/modulefiles/1.0.0_mars b/internal/scripts/installation/modulefiles/1.0.0_mars deleted file mode 100644 index 1c2b1175..00000000 --- a/internal/scripts/installation/modulefiles/1.0.0_mars +++ /dev/null @@ -1,22 +0,0 @@ -#%Module###################################################################### -## -## METcalcpy -## -proc ModulesHelp { } { - puts stderr "Sets up the paths and environment variables to use the METcalcpy-1.0.0. - *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" -} - -module load ips/18.0.1.163 -module load python/3.6.3 -setenv METCALPY_PATH /gpfs/dell2/emc/verification/noscrub/emc.metplus/METcalcpy/METcalcpy-1.0.0 -prepend-path PATH ${METCALCPY_PATH}/metcalcpy/contributed -prepend-path PATH ${METCALCPY_PATH}/metcalcpy/util -prepend-path PATH ${METCALCPY_PATH}/metcalcpy -prepend-path PATH ${METCALCPY_PATH} -prepend-path PYTHON_PATH ${METCALCPY_PATH}/metcalcpy/contributed -prepend-path PYTHON_PATH ${METCALCPY_PATH}/metcalcpy/util -prepend-path PYTHON_PATH ${METCALCPY_PATH}/metcalcpy -prepend-path PYTHON_PATH ${METCALCPY_PATH} - - diff --git a/internal/scripts/installation/modulefiles/1.1.0_gaea b/internal/scripts/installation/modulefiles/1.1.0_gaea deleted file mode 100644 index dbfbefa9..00000000 --- a/internal/scripts/installation/modulefiles/1.1.0_gaea +++ /dev/null @@ -1,20 +0,0 @@ -#prepend-path PATH %Module###################################################################### -## -## METcalcpy -## -proc ModulesHelp { } { - puts stderr "Sets up the paths and environment variables to use the METcalcpy-1.1.0. - *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" -} - -module load intel/19.0.5.281 - -prepend-path PATH /lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v4.1_py3.6/bin -prepend-path PATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy/contributed -prepend-path PATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy/util -prepend-path PATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy -prepend-path PATH /usw/met/METcalcpy/METcalcpy-1.1.0 -prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy/contributed -prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy/util -prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-1.1.0/metcalcpy -prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-1.1.0 \ No newline at end of file diff --git a/internal/scripts/installation/modulefiles/1.1.0_hera b/internal/scripts/installation/modulefiles/1.1.0_hera deleted file mode 100644 index 46fd60da..00000000 --- a/internal/scripts/installation/modulefiles/1.1.0_hera +++ /dev/null @@ -1,20 +0,0 @@ -#prepend-path PATH %Module###################################################################### -## -## METcalcpy -## -proc ModulesHelp { } { - puts stderr "Sets up the paths and environment variables to use the METcalcpy-1.1.0. - *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" -} - -prereq intel - -prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/bin -prepend-path PATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy/contributed -prepend-path PATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy/util -prepend-path PATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy -prepend-path PATH /contrib/METcalcpy/METcalcpy-1.1.0 -prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy/contributed -prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy/util -prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-1.1.0/metcalcpy -prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-1.1.0 diff --git a/internal/scripts/installation/modulefiles/2.0.0_gaea b/internal/scripts/installation/modulefiles/2.0.0_gaea new file mode 100644 index 00000000..4724dd6a --- /dev/null +++ b/internal/scripts/installation/modulefiles/2.0.0_gaea @@ -0,0 +1,13 @@ +#%Module###################################################################### +## +## METcalcpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METcalcpy-1.1.0. + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +module load intel/19.0.5.281 + +prepend-path PATH /lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin +prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-2.0.0 diff --git a/internal/scripts/installation/modulefiles/2.0.0_orion b/internal/scripts/installation/modulefiles/2.0.0_orion index 52d714f3..00f14d9c 100644 --- a/internal/scripts/installation/modulefiles/2.0.0_orion +++ b/internal/scripts/installation/modulefiles/2.0.0_orion @@ -9,7 +9,6 @@ proc ModulesHelp { } { module load contrib module load intel/2020.2 -module load intelpython3/2020.2 -#setenv METCALCPY_PATH /apps/contrib/MET/METcalcpy/METcalcpy-2.0.0 +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.0