Skip to content

Commit

Permalink
Update met/metplus version on wcoss cray (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Sep 11, 2021
1 parent dbe1a34 commit 00cbeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modulefiles/tasks/wcoss_cray/run_vx.local
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module load udreg
module load ugni
module load xpmem

module use /gpfs/hps/nco/ops/nwprod/modulefiles
module load met/9.1.3
module use /gpfs/hps3/emc/meso/noscrub/emc.metplus/modulefiles
module load met/10.0.0
4 changes: 2 additions & 2 deletions tests/WE2E/run_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,8 @@ EXTRN_MDL_FILES_LBCS=( $( printf "\"%s\" " "${EXTRN_MDL_FILES_LBCS[@]}" ))"
[ "${RUN_TASK_VX_POINTSTAT}" = "TRUE" ]; then

if [ "$MACHINE" = "WCOSS_CRAY" ]; then
met_install_dir="/gpfs/hps/nco/ops/nwprod/met.v9.1.3"
metplus_path="/gpfs/hps/nco/ops/nwprod/metplus.v3.1.1/METplus-3.1.1"
met_install_dir="/gpfs/hps3/emc/meso/noscrub/emc.metplus/met/10.0.0"
metplus_path="/gpfs/hps3/emc/meso/noscrub/emc.metplus/METplus/METplus-4.0.0"
ccpa_obs_dir="/gpfs/hps3/emc/meso/noscrub/UFS_SRW_App/obs_data/ccpa/proc"
mrms_obs_dir="/gpfs/hps3/emc/meso/noscrub/UFS_SRW_App/obs_data/mrms/proc"
ndas_obs_dir="/gpfs/hps3/emc/meso/noscrub/UFS_SRW_App/obs_data/ndas/proc"
Expand Down

0 comments on commit 00cbeb4

Please sign in to comment.