Skip to content

Commit

Permalink
Update install_met_env.wcoss2_py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Sep 22, 2023
1 parent e16724b commit f1a9a03
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module reset
module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304
export HPC_OPT=/apps/ops/para/libs
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.6.0
Expand All @@ -11,14 +11,15 @@ 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

#export TEST_BASE=/apps/ops/para/libs/intel/19.1.3.304/met/11.1.0-rc1
#export TEST_BASE=/apps/ops/para/libs/intel/19.1.3.304/met/12.0.0-beta1
export TEST_BASE=$(pwd)
export LIB_DIR=${TEST_BASE}/external_libs
export BIN_DIR_PATH=${TEST_BASE}/bin
export COMPILER=intel_19.1.3.304
export MET_SUBDIR=${TEST_BASE}
export MET_TARBALL=v11.1.0-rc1.tar.gz
export MET_TARBALL=v12.0.0-beta1.tar.gz
export USE_MODULES=TRUE
export ADDTL_DIR=/apps/spack/gettext/0.21/intel/19.1.3.304/at2kdo4edvuhyzrt5g6zhwrdb7bdui4s/lib64
export PYTHON_MODULE=python_3.10.4
Expand All @@ -35,6 +36,7 @@ export MET_BUFRLIB=/apps/ops/prod/libs/intel/19.1.3.304/bufr/11.6.0/lib64
export MET_GRIB2CLIB=${g2c_ROOT}/lib64
export MET_GRIB2CINC=${G2C_INC}
export MET_GSL=/apps/spack/gsl/2.7/intel/19.1.3.304/xks7dxbowrdxhjck5zxc4rompopocevb
export MET_PROJ=/apps/spack/proj/7.1.0/intel/19.1.3.304/cjbmc7tacv5qcfatslqmcrzo5kb4raaq
export BUFRLIB_NAME=-lbufr_4
export GRIB2CLIB_NAME=-lg2c
# JY export LIB_JASPER=/apps/spack/jasper/2.0.25/intel/19.1.3.304/sjib74krrorkyczqpqah4tvewmlnqdx4/lib64
Expand Down

0 comments on commit f1a9a03

Please sign in to comment.