Skip to content

Commit

Permalink
[develop] Add MET/METplus to Jet (ufs-community#799)
Browse files Browse the repository at this point in the history
* add metplus paths

* add run_vx.local for jet

Co-authored-by: Edward Snyder <Edward.Snyder@noaa.com>
  • Loading branch information
EdwardSnyder-NOAA and Edward Snyder committed Jul 1, 2022
1 parent fcca0f3 commit e328595
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modulefiles/tasks/jet/run_vx.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#%Module

module use -a /contrib/anaconda/modulefiles
module load intel/18.0.5.274
module load anaconda/5.3.1
8 changes: 8 additions & 0 deletions ush/machine/jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ RUN_CMD_UTILS="srun"
RUN_CMD_FCST="srun"
RUN_CMD_POST="srun"

# MET/METplus-Related Paths
MET_INSTALL_DIR=${MET_INSTALL_DIR:-"/contrib/met/10.1.1"}
METPLUS_PATH=${METPLUS_PATH:-"/contrib/met/METplus/METplus-4.1.1"}
CCPA_OBS_DIR=${CCPA_OBS_DIR:-"${staged_data_dir}/obs_data/ccpa/proc"}
MRMS_OBS_DIR=${MRMS_OBS_DIR:-"${staged_data_dir}/obs_data/mrms/proc"}
NDAS_OBS_DIR=${NDAS_OBS_DIR:-"${staged_data_dir}/obs_data/ndas/proc"}
MET_BIN_EXEC=${MET_BIN_EXEC:-"bin"}

# Test Data Locations
TEST_COMIN="${staged_data_dir}/COMGFS"
TEST_PREGEN_BASEDIR="${staged_data_dir}/FV3LAM_pregen"
Expand Down

0 comments on commit e328595

Please sign in to comment.