diff --git a/internal/scripts/installation/modulefiles/11.1.0_acorn b/internal/scripts/installation/modulefiles/12.0.0_acorn similarity index 82% rename from internal/scripts/installation/modulefiles/11.1.0_acorn rename to internal/scripts/installation/modulefiles/12.0.0_acorn index 3712812827..c97f4e92ed 100644 --- a/internal/scripts/installation/modulefiles/11.1.0_acorn +++ b/internal/scripts/installation/modulefiles/12.0.0_acorn @@ -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 @@ -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