Skip to content

Commit

Permalink
Feature update modulefiles (#2564)
Browse files Browse the repository at this point in the history
* Adding 6.0.0 file for derecho and removing 5.1.0 file for cheyenne

* Updating modulefiles

* Updating orion file

* Adding file for hercules

* Adding file for casper

* Update internal/scripts/installation/modulefiles/6.0.0_casper

Co-authored-by: George McCabe <[email protected]>

---------

Co-authored-by: George McCabe <[email protected]>
  • Loading branch information
jprestop and georgemccabe authored May 8, 2024
1 parent 828068c commit 14b9128
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 25 deletions.
17 changes: 0 additions & 17 deletions internal/scripts/installation/modulefiles/5.1.0_cheyenne

This file was deleted.

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/12.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
17 changes: 17 additions & 0 deletions internal/scripts/installation/modulefiles/6.0.0_derecho
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#%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/derecho/components/MET/installations/modulefiles
module load met/12.0.0
module load nco

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


17 changes: 17 additions & 0 deletions internal/scripts/installation/modulefiles/6.0.0_hercules
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#%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 load contrib
module load intel-oneapi-compilers/2022.2.1
module load met/12.0.0
module load nco/5.1.6
module load wgrib2/3.1.1

prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
setenv METPLUS_PATH /apps/contrib/MET/METplus/METplus-6.0.0
prepend-path PATH /apps/contrib/MET/METplus/METplus-6.0.0/ush
6 changes: 3 additions & 3 deletions internal/scripts/installation/modulefiles/6.0.0_jet
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prereq nco/4.9.1
prereq wgrib/1.8.1.0b
prereq wgrib2/2.0.8
prereq R/4.0.2
prereq met/12.0.0-beta1
prereq met/12.0.0

setenv METPLUS_PATH /contrib/met/METplus/METplus-12.0.0-beta1
prepend-path PATH /contrib/met/METplus/METplus-12.0.0-beta1/ush:/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
setenv METPLUS_PATH /contrib/met/METplus/METplus-6.0.0
prepend-path PATH /contrib/met/METplus/METplus-6.0.0/ush:/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
## METplus
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplus-5.1.0
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######################################################################
##
## METplus
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplus-5.1.0
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 load contrib
module load intel/2020.2
module load met/11.1.0
module load met/12.0.0
module load nco/4.8.1
module load wgrib/2.0.8
prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
setenv METPLUS_PATH /apps/contrib/MET/METplus/METplus-5.1.0
prepend-path PATH /apps/contrib/MET/METplus/METplus-5.1.0/ush
setenv METPLUS_PATH /apps/contrib/MET/METplus/METplus-6.0.0
prepend-path PATH /apps/contrib/MET/METplus/METplus-6.0.0/ush

0 comments on commit 14b9128

Please sign in to comment.