Skip to content

Commit

Permalink
Do not remove the task get_obs_ndas when verifying against a benchmar…
Browse files Browse the repository at this point in the history
…k forecast because that task (like the other get_obs_...) tasks is needed to check the presence of the required benchmakr forecast files on disk.
  • Loading branch information
gsketefian committed Dec 8, 2024
1 parent 6dbac7b commit e9a25e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,7 @@ def _remove_tag(tasks, tag):
vx_verify_against_benchmark_fcst = vx_config["VX_VERIFY_AGAINST_BENCHMARK_FCST"]
if vx_verify_against_benchmark_fcst:
vx_metatasks_to_exclude_from_SFC_UPA \
= ["task_get_obs_ndas",
"task_run_MET_Pb2nc_obs_NDAS",
= ["task_run_MET_Pb2nc_obs_NDAS",
"metatask_PointStat_SFC_UPA_all_mems",
"metatask_PointStat_SFC_UPA_ensmeanprob"]
else:
Expand Down

0 comments on commit e9a25e1

Please sign in to comment.