Skip to content

Commit

Permalink
Adding new files
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Mar 15, 2023
1 parent bb8f490 commit f0136e5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions internal/scripts/installation/modulefiles/2.0.2_jet
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions internal/scripts/installation/modulefiles/2.0.2_orion
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f0136e5

Please sign in to comment.