Skip to content

Commit

Permalink
Update and rename 11.1.0_acorn to 12.0.0_acorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Sep 20, 2023
1 parent 8a5fce6 commit 3308a39
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## Model Evaluation Tools
##
proc ModulesHelp { } {
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v11.1.0-rc1
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v12.0.0
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***"
}

# The intel compiler is required to run MET

module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304/
module load intel python/3.10.4
module load intel
module use /apps/dev/modulefiles/
module load ve/evs/1.0
module load ve/evs/2.0
module load netcdf/4.7.4
module load hdf5/1.10.6
module load bufr/11.5.0
Expand All @@ -21,9 +21,10 @@ module load jasper/2.0.25
module load libpng/1.6.37
module load gsl/2.7
module load g2c/1.6.4
module load proj/7.1.0

set base /apps/sw_review/emc/MET/11.1.0-rc1
set ver 11.1.0-rc1
set base /apps/sw_review/emc/MET/12.0.0
set ver 12.0.0
set share $base/share/met
set lib_base $base

Expand Down

0 comments on commit 3308a39

Please sign in to comment.