Skip to content

Commit

Permalink
Fix syntax error for eomg log files
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 12, 2024
1 parent 0e83dfe commit c65d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/archive/enkf.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enkf:
{% else %}
{% set steps = ["eobs", "eupd"] %}
{% for mem in range(1, nmem_ens + 1) %}
{% do steps.append("eomg_mem{{ '%03d' % mem }}") %}
{% do steps.append("eomg_mem" ~ '%03d' % mem) %}
{% endfor %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit c65d170

Please sign in to comment.