Skip to content

Commit

Permalink
Feature develop update install files (#317)
Browse files Browse the repository at this point in the history
* Removing old files and adding new ones for next release

* Adding files for hera nad jet

* Adding new files

* Adding file for cheyenne

* Adding file for wcoss2
  • Loading branch information
jprestop authored Jul 25, 2023
1 parent fe47753 commit b0345d4
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## METcalcpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METcalcpy-2.0.0.
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/1.3
module load intel/2021.2

prepend-path PATH /glade/p/ral/jntp/MET/METplus/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METcalcpy/METcalcpy-2.0.0
prepend-path PATH /glade/p/ral/jntp/MET/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METcalcpy/METcalcpy-2.1.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.0.0.
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 ***"
}

prereq intel

prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin
prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-2.0.0
prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-2.1.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.0.0.
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 ***"
}

prereq intel

prepend-path PATH /lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin
prepend-path PYTHONPATH /contrib/met/METcalcpy/METcalcpy-2.0.0
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
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.0.0.
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 contrib
module load intel/2020.2

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

module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304
module load intel
module use /apps/dev/modulefiles/
module load ve/evs/2.0

prepend-path PYTHONPATH /apps/sw_review/emc/METcalcpy/2.1.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-1.1.0.
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 intel/19.0.5.281
prereq intel

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
prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PYTHONPATH /contrib/METcalcpy/METcalcpy-2.1.0

0 comments on commit b0345d4

Please sign in to comment.