Skip to content

Commit

Permalink
Fix the path to the ENSCTRL GRIB-2 files for ensemble plotting and en…
Browse files Browse the repository at this point in the history
…spost (NOAA-EMC#528)
  • Loading branch information
chunhuazhou committed May 19, 2023
1 parent f33871b commit 7add882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/templates/FV3LAM_wflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,7 @@ MODULES_RUN_TASK_FP script.

<dependency>
<and>
<datadep age="00:00:00:05"><cyclestr>&ENSCTRL_COMOUT_DIR;/&NET;.t@Hz.bgdawpf000.tm00.grib2</cyclestr></datadep>
<datadep age="00:00:00:05"><cyclestr>&ENSCTRL_COMOUT_DIR;/@H/&NET;.t@Hz.bgdawpf000.tm00.grib2</cyclestr></datadep>
{%- if postproc_nsout_min > 0 %}
{%- for m in range(1, 10) %}
<taskdep task="&RUN_PRDGEN_TN;_mem{{ "%04d" % m }}_f000-01-00"/>
Expand Down Expand Up @@ -3400,7 +3400,7 @@ MODULES_RUN_TASK_FP script.

<dependency>
<and>
<datadep age="00:00:00:05"><cyclestr>&ENSCTRL_COMOUT_DIR;/&NET;.t@Hz.bgsfcf#fhr#.tm00.grib2</cyclestr></datadep>
<datadep age="00:00:00:05"><cyclestr>&ENSCTRL_COMOUT_DIR;/@H/&NET;.t@Hz.bgsfcf#fhr#.tm00.grib2</cyclestr></datadep>
{%- for m in range(1, num_ens_members_fcst+1) %}
<taskdep task="&RUN_PRDGEN_TN;_mem{{ "%04d" % m }}_f#fhr#"/>
{%- endfor %}
Expand Down

0 comments on commit 7add882

Please sign in to comment.