Skip to content

Commit

Permalink
Feature update modulefiles (#377)
Browse files Browse the repository at this point in the history
* Adding 3.0.0 file for derecho

* Updating modulefiles

* Removing old orion file and adding gaea file

* Adding file for hercules

* Adding file for casper
  • Loading branch information
jprestop committed Apr 25, 2024
1 parent c2900d8 commit cd4aa06
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 21 deletions.
15 changes: 0 additions & 15 deletions internal/scripts/installation/modulefiles/2.1.0_cheyenne

This file was deleted.

14 changes: 14 additions & 0 deletions internal/scripts/installation/modulefiles/3.0.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-3.0.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-3.0.0
15 changes: 15 additions & 0 deletions internal/scripts/installation/modulefiles/3.0.0_derecho
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#%Module######################################################################
##
## METcalcpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METcalcpy-3.0.0
*** For help see the official MET webpage at
#http://www.dtcenter.org/met/users ***"
}

module load ncarenv/23.09
module load intel/2023.2.1

prepend-path PATH /glade/work/dtcrt/METplus/derecho/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METcalcpy/installations/METcalcpy-3.0.0
13 changes: 13 additions & 0 deletions internal/scripts/installation/modulefiles/3.0.0_gaea
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-3.0.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module load intel-oneapi/2022.0.2

prepend-path PATH /gpfs/f5/esrl/proj-shared/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-3.0.0-beta3
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## METcalcpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.1.0.
puts stderr "Sets up the paths and environment variables to use the METcalcpy-3.0.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

prereq intel

prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-2.1.0
prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-3.0.0
14 changes: 14 additions & 0 deletions internal/scripts/installation/modulefiles/3.0.0_hercules
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-3.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

prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /apps/contrib/MET/METcalcpy/METcalcpy-3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## METcalcpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.1.0.
puts stderr "Sets up the paths and environment variables to use the METcalcpy-3.0.0.
*** 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.1_py3.10/bin
prepend-path PYTHONPATH /contrib/met/METcalcpy/METcalcpy-2.1.0
prepend-path PYTHONPATH /contrib/met/METcalcpy/METcalcpy-3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## METcalcpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.1.0.
puts stderr "Sets up the paths and environment variables to use the METcalcpy-3.0.0.
*** 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.1_py3.10/bin
prepend-path PYTHONPATH /apps/contrib/MET/METcalcpy/METcalcpy-2.1.0
prepend-path PYTHONPATH /apps/contrib/MET/METcalcpy/METcalcpy-3.0.0

0 comments on commit cd4aa06

Please sign in to comment.