Skip to content

Commit

Permalink
Create 2.1.0_casper
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Feb 5, 2024
1 parent b359855 commit 959e38d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions internal/scripts/installation/modulefiles/2.1.0_casper
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.1.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module load ncarenv/23.10
module load intel-classic/2023.2.1

prepend-path PATH /glade/work/dtcrt/METplus/casper/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METcalcpy/installations/METcalcpy-2.1.0

0 comments on commit 959e38d

Please sign in to comment.