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 1f982ee commit 5cb1f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parm/archive/gefs_extracted_ocean.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gefs_ocean:
{% for mem_nm in range(0, NMEM_ENS + 1) %}
{% do members.append("mem" ~ '%03d' % mem_nm ) %}
{% endfor %}
{% set res = OCNRES[0]|string() ~ "p" ~ '%02d'|format(OCNRES[-2:]) %}

{% set res = (OCNRES|string())[0] ~ "p" ~ (OCNRES|string())[-2:] %}

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

0 comments on commit 5cb1f5a

Please sign in to comment.