Skip to content

Commit

Permalink
Update range in stage/ocean.yaml.j2
Browse files Browse the repository at this point in the history
Refs NOAA-EMC#2864

Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
KateFriedman-NOAA and WalterKolczynski-NOAA authored Aug 28, 2024
1 parent 7d818dc commit f7649e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/stage/ocean.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ocean:
{% set COMOUT_OCEAN_RESTART_PREV_MEM = COMOUT_OCEAN_RESTART_PREV_MEM_list[imem] %}
- ["{{ ICSDIR }}/{{ COMOUT_OCEAN_RESTART_PREV_MEM | relpath(ROTDIR) }}/{{ m_prefix }}.MOM.res.nc", "{{ COMOUT_OCEAN_RESTART_PREV_MEM }}"]
{% if OCNRES == "025" %}
{% for nn in range(1, 3 + 1) %}
{% for nn in range(1, 4) %}
- ["{{ ICSDIR }}/{{ COMOUT_OCEAN_RESTART_PREV_MEM | relpath(ROTDIR) }}/{{ m_prefix }}.MOM.res_{{ nn }}.nc", "{{ COMOUT_OCEAN_RESTART_PREV_MEM }}"]
{% endfor %}
{% endif %}
Expand Down

0 comments on commit f7649e9

Please sign in to comment.