From 1982bb3e07359ef67e56e0d9d40db3f4aefd09ba Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Thu, 25 Apr 2024 10:41:51 -0600 Subject: [PATCH] Feature update modulefiles (#440) * Adding file for derecho * Updating modulefiles * Removing old orion file and adding gaea file * Updating gaea * Adding file for hercules * Adding file for casper --- .../installation/modulefiles/2.1.0_cheyenne | 28 ------------------- .../installation/modulefiles/2.1.0_hera | 25 ----------------- .../installation/modulefiles/2.1.0_jet | 25 ----------------- .../installation/modulefiles/2.1.0_orion | 27 ------------------ .../installation/modulefiles/3.0.0_casper | 27 ++++++++++++++++++ .../installation/modulefiles/3.0.0_derecho | 28 +++++++++++++++++++ .../installation/modulefiles/3.0.0_gaea | 25 +++++++++++++++++ .../installation/modulefiles/3.0.0_hera | 25 +++++++++++++++++ .../installation/modulefiles/3.0.0_hercules | 27 ++++++++++++++++++ .../installation/modulefiles/3.0.0_jet | 25 +++++++++++++++++ .../installation/modulefiles/3.0.0_orion | 27 ++++++++++++++++++ 11 files changed, 184 insertions(+), 105 deletions(-) delete mode 100644 internal/scripts/installation/modulefiles/2.1.0_cheyenne delete mode 100644 internal/scripts/installation/modulefiles/2.1.0_hera delete mode 100644 internal/scripts/installation/modulefiles/2.1.0_jet delete mode 100644 internal/scripts/installation/modulefiles/2.1.0_orion create mode 100644 internal/scripts/installation/modulefiles/3.0.0_casper create mode 100644 internal/scripts/installation/modulefiles/3.0.0_derecho create mode 100644 internal/scripts/installation/modulefiles/3.0.0_gaea create mode 100644 internal/scripts/installation/modulefiles/3.0.0_hera create mode 100644 internal/scripts/installation/modulefiles/3.0.0_hercules create mode 100644 internal/scripts/installation/modulefiles/3.0.0_jet create mode 100644 internal/scripts/installation/modulefiles/3.0.0_orion diff --git a/internal/scripts/installation/modulefiles/2.1.0_cheyenne b/internal/scripts/installation/modulefiles/2.1.0_cheyenne deleted file mode 100644 index d66b9293..00000000 --- a/internal/scripts/installation/modulefiles/2.1.0_cheyenne +++ /dev/null @@ -1,28 +0,0 @@ -#%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 load ncarenv/1.3 -module load intel/2021.2 - -prepend-path PATH /glade/p/ral/jntp/MET/METplus/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin - -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 diff --git a/internal/scripts/installation/modulefiles/2.1.0_hera b/internal/scripts/installation/modulefiles/2.1.0_hera deleted file mode 100644 index 8020f918..00000000 --- a/internal/scripts/installation/modulefiles/2.1.0_hera +++ /dev/null @@ -1,25 +0,0 @@ -#%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 diff --git a/internal/scripts/installation/modulefiles/2.1.0_jet b/internal/scripts/installation/modulefiles/2.1.0_jet deleted file mode 100644 index 93be1e56..00000000 --- a/internal/scripts/installation/modulefiles/2.1.0_jet +++ /dev/null @@ -1,25 +0,0 @@ -#%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 diff --git a/internal/scripts/installation/modulefiles/2.1.0_orion b/internal/scripts/installation/modulefiles/2.1.0_orion deleted file mode 100644 index 97b513dd..00000000 --- a/internal/scripts/installation/modulefiles/2.1.0_orion +++ /dev/null @@ -1,27 +0,0 @@ -#%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 load contrib -module load intel/2020.2 - -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 diff --git a/internal/scripts/installation/modulefiles/3.0.0_casper b/internal/scripts/installation/modulefiles/3.0.0_casper new file mode 100644 index 00000000..9dec7db3 --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_casper @@ -0,0 +1,27 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-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 + +setenv METPLOTPY_SOURCE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4 +setenv METPLOTPY_BASE /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4 + +prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/contributed +prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/plots/performance_diagram +prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/plots +prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy +prepend-path PATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4 +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/contributed +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy/plots +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4/metplotpy +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/casper/components/METplotpy/installations/METplotpy-3.0.0-beta4 \ No newline at end of file diff --git a/internal/scripts/installation/modulefiles/3.0.0_derecho b/internal/scripts/installation/modulefiles/3.0.0_derecho new file mode 100644 index 00000000..1d3e0705 --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_derecho @@ -0,0 +1,28 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-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 + +setenv METPLOTPY_SOURCE /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0 +setenv METPLOTPY_BASE /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0 + +prepend-path PATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/contributed +prepend-path PATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/plots +prepend-path PATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy +prepend-path PATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0 +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/contributed +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy/plots +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0/metplotpy +prepend-path PYTHONPATH /glade/work/dtcrt/METplus/derecho/components/METplotpy/installations/METplotpy-3.0.0 diff --git a/internal/scripts/installation/modulefiles/3.0.0_gaea b/internal/scripts/installation/modulefiles/3.0.0_gaea new file mode 100644 index 00000000..0cb61523 --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_gaea @@ -0,0 +1,25 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-3.0.0. + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +module load intel-oneapi/2022.0.2 + +setenv METPLOTPY_SOURCE /usw/met/METplotpy/METplotpy-3.0.0-beta3 +setenv METPLOTPY_BASE /usw/met/METplotpy/METplotpy-3.0.0-beta3 + +prepend-path PATH /gpfs/f5/esrl/proj-shared/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin +prepend-path PATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/contributed +prepend-path PATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/plots/performance_diagram +prepend-path PATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/plots +prepend-path PATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy +prepend-path PATH /usw/met/METplotpy/METplotpy-3.0.0-beta3 +prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/contributed +prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy/plots +prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.0.0-beta3/metplotpy +prepend-path PYTHONPATH /usw/met/METplotpy/METplotpy-3.0.0-beta3 diff --git a/internal/scripts/installation/modulefiles/3.0.0_hera b/internal/scripts/installation/modulefiles/3.0.0_hera new file mode 100644 index 00000000..7edeb16b --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_hera @@ -0,0 +1,25 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-3.0.0. + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +prereq intel + +setenv METPLOTPY_SOURCE /contrib/METplotpy/METplotpy-3.0.0 +setenv METPLOTPY_BASE /contrib/METplotpy/METplotpy-3.0.0 + +prepend-path PATH /scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin +prepend-path PATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PATH /contrib/METplotpy/METplotpy-3.0.0 +prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PYTHONPATH /contrib/METplotpy/METplotpy-3.0.0 diff --git a/internal/scripts/installation/modulefiles/3.0.0_hercules b/internal/scripts/installation/modulefiles/3.0.0_hercules new file mode 100644 index 00000000..067253f7 --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_hercules @@ -0,0 +1,27 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-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 + +setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-3.0.0 +setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-3.0.0 + +#setenv METPLOTPY_PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/ +prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0 +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0 diff --git a/internal/scripts/installation/modulefiles/3.0.0_jet b/internal/scripts/installation/modulefiles/3.0.0_jet new file mode 100644 index 00000000..89b418c7 --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_jet @@ -0,0 +1,25 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-3.0.0 + *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" +} + +prereq intel + +setenv METPLOTPY_SOURCE /contrib/met/METplotpy/METplotpy-3.0.0 +setenv METPLOTPY_BASE /contrib/met/METplotpy/METplotpy-3.0.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-3.0.0/metplotpy/contributed +prepend-path PATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PATH /contrib/met/METplotpy/METplotpy-3.0.0 +prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PYTHONPATH /contrib/met/METplotpy/METplotpy-3.0.0 diff --git a/internal/scripts/installation/modulefiles/3.0.0_orion b/internal/scripts/installation/modulefiles/3.0.0_orion new file mode 100644 index 00000000..8b37d26b --- /dev/null +++ b/internal/scripts/installation/modulefiles/3.0.0_orion @@ -0,0 +1,27 @@ +#%Module###################################################################### +## +## METplotpy +## +proc ModulesHelp { } { + puts stderr "Sets up the paths and environment variables to use the METplotpy-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 + +setenv METPLOTPY_SOURCE /apps/contrib/MET/METplotpy/METplotpy-3.0.0 +setenv METPLOTPY_BASE /apps/contrib/MET/METplotpy/METplotpy-3.0.0 + +#setenv METPLOTPY_PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/ +prepend-path PATH /work/noaa/ovp/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0 +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/contributed +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots/performance_diagram +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy/plots +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0/metplotpy +prepend-path PYTHONPATH /apps/contrib/MET/METplotpy/METplotpy-3.0.0