Skip to content

Commit

Permalink
Address changes needed as part of the merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA committed Nov 5, 2024
1 parent 4494c79 commit 491b4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions parm/wflow/plot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ metatask_plot_allvars:
and_run_post: # If post was meant to run, wait on the whole post metatask
taskvalid:
attrs:
task: run_post_mem000_f000
task: run_post_mem#mem#_f#fhr#
metataskdep:
attrs:
metatask: run_ens_post
and_inline_post: # If inline post ran, wait on the forecast task to complete
not:
taskvalid:
attrs:
task: run_post_mem000_f000
task: run_post_mem#mem#_f#fhr#
taskdep:
attrs:
task: run_fcst_mem000
task: run_fcst_mem#mem#
2 changes: 1 addition & 1 deletion ush/create_ufs_configure_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _parse_args(argv):
args = _parse_args(sys.argv[1:])
cfg = get_yaml_config(args.path_to_defns)
args = _parse_args(sys.argv[1:])
cfg = load_yaml_config(args.path_to_defns)
cfg = get_yaml_config(args.path_to_defns)
cfg = flatten_dict(cfg)
import_vars(dictionary=cfg)
create_ufs_configure_file(
Expand Down

0 comments on commit 491b4e5

Please sign in to comment.