Skip to content

Commit

Permalink
Drop the "_NDAS" and "_ndas" suffixes from pb2nc tasks since prepbufr…
Browse files Browse the repository at this point in the history
… files can come from sources other than NDAS (e.g. GDAS).
  • Loading branch information
gsketefian committed Oct 20, 2024
1 parent 21374ca commit 5401569
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NDAS observations.
#
#-----------------------------------------------------------------------
#
$SCRIPTSdir/exregional_run_met_pb2nc_obs_ndas.sh || \
$SCRIPTSdir/exregional_run_met_pb2nc_obs.sh || \
print_err_msg_exit "\
Call to ex-script corresponding to J-job \"${scrfunc_fn}\" failed."
#
Expand Down
2 changes: 1 addition & 1 deletion parm/wflow/verify_pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ task_run_MET_Pb2nc_obs_NDAS:
attrs:
cycledefs: cycledefs_obs_days_inst
maxtries: '2'
command: '&LOAD_MODULES_RUN_TASK; "run_vx" "&JOBSdir;/JREGIONAL_RUN_MET_PB2NC_OBS_NDAS"'
command: '&LOAD_MODULES_RUN_TASK; "run_vx" "&JOBSdir;/JREGIONAL_RUN_MET_PB2NC_OBS"'
envars:
<<: *default_vars
VAR: ADPSFC
Expand Down
File renamed without changes.

0 comments on commit 5401569

Please sign in to comment.