Skip to content

Commit

Permalink
Adding file for casper
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Apr 24, 2024
1 parent 940aaa5 commit 509119b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions internal/scripts/installation/modulefiles/6.0.0_casper
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#%Module######################################################################
##
## METplus
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplus-6.0.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module use /glade/work/dtcrt/METplus/casper/components/MET/installations/modulefiles
module load met/6.0.0
module load nco

setenv METPLUS_PATH /glade/work/dtcrt/METplus/casper/components/METplus/installations/METplus-6.0.0
prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplus/installations/METplus-6.0.0/ush:/glade/work/dtcrt/METplus/casper/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin

0 comments on commit 509119b

Please sign in to comment.