Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature 267 modulefiles #268

Merged
merged 1 commit into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions internal/scripts/installation/modulefiles/1.0.0_mars

This file was deleted.

20 changes: 0 additions & 20 deletions internal/scripts/installation/modulefiles/1.1.0_gaea

This file was deleted.

20 changes: 0 additions & 20 deletions internal/scripts/installation/modulefiles/1.1.0_hera

This file was deleted.

13 changes: 13 additions & 0 deletions internal/scripts/installation/modulefiles/2.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-1.1.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module load intel/19.0.5.281

prepend-path PATH /lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin
prepend-path PYTHONPATH /usw/met/METcalcpy/METcalcpy-2.0.0
3 changes: 1 addition & 2 deletions internal/scripts/installation/modulefiles/2.0.0_orion
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ proc ModulesHelp { } {

module load contrib
module load intel/2020.2
module load intelpython3/2020.2

#setenv METCALCPY_PATH /apps/contrib/MET/METcalcpy/METcalcpy-2.0.0
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.0