Skip to content

Commit

Permalink
Add minimal changes to workflow to make it work.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Apr 25, 2023
1 parent d5bcc4f commit 119cb1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parm/wflow/coldstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ metatask_run_ensemble:
envars:
<<: *default_vars
SLASH_ENSMEM_SUBDIR: '&SLASH_ENSMEM_SUBDIR;'
NWGES_DIR: !cycstr '&NWGES_BASEDIR;/@Y@m@d@H'
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
nnodes: 4
ppn: 12
Expand Down Expand Up @@ -121,6 +122,9 @@ metatask_run_ensemble:
envars:
<<: *default_vars
SLASH_ENSMEM_SUBDIR: '&SLASH_ENSMEM_SUBDIR;'
NWGES_DIR: !cycstr '&NWGES_BASEDIR;/@Y@m@d@H'
bcgrp: '00'
bcgrpnum: '1'
join: !cycstr '&LOGDIR;/{{ jobname }}_@Y@m@d@H&LOGEXT;'
nnodes: 4
ppn: 12
Expand Down
2 changes: 2 additions & 0 deletions parm/wflow/default_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ rocoto:
COLDSTART: '{{ workflow.COLDSTART }}'
WARMSTART_CYCLE_DIR: '{{ workflow.WARMSTART_CYCLE_DIR }}'
WORKFLOW_ID: '{{ workflow.WORKFLOW_ID }}'
# rrfs
NWGES_BASEDIR: '{{ nco.NWGES_BASEDIR }}'
attrs:
cyclethrottle: "200"
realtime: "F"
Expand Down

0 comments on commit 119cb1c

Please sign in to comment.