Skip to content

Commit

Permalink
Yaml updates
Browse files Browse the repository at this point in the history
- Delete da.yaml.j2; will remake in follow-up work
- Update fv3_warm.yaml.j2 to not use src/head variables

Refs NOAA-EMC#2475
  • Loading branch information
KateFriedman-NOAA committed May 30, 2024
1 parent b625906 commit 4e94734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions parm/stage/da.yaml.j2

This file was deleted.

5 changes: 2 additions & 3 deletions parm/stage/fv3_warm.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ fv3_warm:
mkdir:
- "{{ COM_ATMOS_RESTART_PREV }}"
copy:
{% set head = "{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMDH }}/{{ MEMDIR }}/atmos/{{ cycle_YMD }}.{{ cycle_HH }}0000." %}
{% for ftype in ["coupler.res", "fv_core.res.nc"] %}
- ["{{ head }}{{ ftype }}", "{{ COM_ATMOS_RESTART_PREV }}/{{ cycle_YMD }}.{{ cycle_HH }}0000.{{ ftype }}"]
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMDH }}/{{ MEMDIR }}/atmos/{{ cycle_YMD }}.{{ cycle_HH }}0000.{{ ftype }}", "{{ COM_ATMOS_RESTART_PREV }}"]
{% endfor %}
{% for ftype in ["ca_data", "fv_core.res", "fv_srf_wnd.res", "fv_tracer.res", "phy_data sfc_data"] %}
{% for ntile in range(1, ntiles) %}
- ["{{ head }}{{ ftype }}.tile{{ ntile }}.nc", "{{ COM_ATMOS_RESTART_PREV }}/{{ cycle_YMD }}.{{ cycle_HH }}0000.{{ ftype }}.tile{{ ntile }}.nc"]
- ["{{ BASE_CPLIC }}/{{ CPL_ATMIC }}/{{ cycle_YMDH }}/{{ MEMDIR }}/atmos/{{ cycle_YMD }}.{{ cycle_HH }}0000.{{ ftype }}.tile{{ ntile }}.nc", "{{ COM_ATMOS_RESTART_PREV }}"]
{% endfor %} # ntile
{% endfor %} # ftype

0 comments on commit 4e94734

Please sign in to comment.