Skip to content

Commit

Permalink
modified gefs_extracted_ocean.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Sep 18, 2024
1 parent 0b0bb30 commit 1f982ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/archive/gefs_extracted_ocean.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gefs_ocean:
{% for mem_nm in range(0, NMEM_ENS + 1) %}
{% do members.append("mem" ~ '%03d' % mem_nm ) %}
{% endfor %}
{% set res = OCNRES[0] ~ "p" ~ OCNRES[-2:] %}
{% set res = OCNRES[0]|string() ~ "p" ~ '%02d'|format(OCNRES[-2:]) %}

{% for mem in members %}
{% set tmpl_dict = ({ '${ROTDIR}':ROTDIR,
Expand Down

0 comments on commit 1f982ee

Please sign in to comment.