Skip to content

Commit

Permalink
Per #267, updating modulefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Jan 19, 2023
1 parent 199e80c commit 7782c47
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 64 deletions.
22 changes: 0 additions & 22 deletions internal/scripts/installation/modulefiles/1.0.0_mars

This file was deleted.

20 changes: 0 additions & 20 deletions internal/scripts/installation/modulefiles/1.1.0_gaea

This file was deleted.

20 changes: 0 additions & 20 deletions internal/scripts/installation/modulefiles/1.1.0_hera

This file was deleted.

13 changes: 13 additions & 0 deletions 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
3 changes: 1 addition & 2 deletions internal/scripts/installation/modulefiles/2.0.0_orion
Expand Up @@ -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

0 comments on commit 7782c47

Please sign in to comment.