Skip to content

Commit

Permalink
Feature develop update install files (#374)
Browse files Browse the repository at this point in the history
* Adding updated file and removing old ones

* Updated conda executable location

* Adding file for jet

* Adding file

* Added file for cheyenne

* Added env vars

* Adding file for wcoss2
  • Loading branch information
jprestop authored Jul 25, 2023
1 parent 5f85dac commit 32302e1
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 103 deletions.
25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/2.0.0_gaea

This file was deleted.

25 changes: 0 additions & 25 deletions internal/scripts/installation/modulefiles/2.0.0_hera

This file was deleted.

26 changes: 0 additions & 26 deletions internal/scripts/installation/modulefiles/2.0.0_jet

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.0.0.
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.1.0
*** For help see the official MET webpage at
http://www.dtcenter.org/met/users ***"
#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 PATH /glade/p/ral/jntp/MET/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin

prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/contributed
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots/performance_diagram
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/contributed
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0/metplotpy
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.0.0
setenv METPLOTPY_SOURCE /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0
setenv METPLOTPY_BASE /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0

prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PYTHONPATH /glade/p/ral/jntp/MET/METplotpy/METplotpy-2.1.0
25 changes: 25 additions & 0 deletions internal/scripts/installation/modulefiles/2.1.0_hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.1.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

prereq intel

setenv METPLOTPY_SOURCE /contrib/METplotpy/METplotpy-2.1.0
setenv METPLOTPY_BASE /contrib/METplotpy/METplotpy-2.1.0

prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PATH /contrib/METplotpy/METplotpy-2.1.0
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-2.1.0
25 changes: 25 additions & 0 deletions internal/scripts/installation/modulefiles/2.1.0_jet
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.1.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

prereq intel

setenv METPLOTPY_SOURCE /contrib/met/METplotpy/METplotpy-2.1.0
setenv METPLOTPY_BASE /contrib/met/METplotpy/METplotpy-2.1.0

prepend-path PATH /lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PATH /contrib/met/METplotpy/METplotpy-2.1.0
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-2.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.0.0.
puts stderr "Sets up the paths and environment variables to use the METplotpy-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

setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-2.0.0
setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-2.0.0/
prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.0_py3.8/bin
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/contributed
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots/performance_diagram
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/contributed
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy/plots
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0/metplotpy
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.0.0
setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-2.1.0
setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-2.1.0

#setenv METPLOTPY_PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/
prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/contributed
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy/plots
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0/metplotpy
prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-2.1.0
30 changes: 30 additions & 0 deletions internal/scripts/installation/modulefiles/2.1.0_wcoss2
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#%Module######################################################################
##
## METplotpy
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the METplotpy-2.1.0.
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

module reset
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
module use /apps/sw_review/emc/METcalcpy/modulefiles
module load metcalcpy/2.1.0

setenv METPLOTPY_SOURCE /apps/sw_review/emc/METplotpy/2.1.0
setenv METPLOTPY_BASE /apps/sw_review/emc/METplotpy/2.1.0

prepend-path PATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/contributed
prepend-path PATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/plots/performance_diagram
prepend-path PATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/plots
prepend-path PATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy
prepend-path PATH /apps/sw_review/emc/METplotpy/2.1.0
prepend-path PYTHONPATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/contributed
prepend-path PYTHONPATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/plots/performance_diagram
prepend-path PYTHONPATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy/plots
prepend-path PYTHONPATH /apps/sw_review/emc/METplotpy/2.1.0/metplotpy
prepend-path PYTHONPATH /apps/sw_review/emc/METplotpy/2.1.0

0 comments on commit 32302e1

Please sign in to comment.