Skip to content

Commit

Permalink
Create analysis stage yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 17, 2024
1 parent d0945da commit 3c45d58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parm/stage/analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% set cycle_HH = current_cycle | strftime("%H") %}
analysis:
mkdir:
- "{{ COM_ATMOS_ANALYSIS }}"
copy:
# TODO: Add abias_int?
{% for ftype in ["abias", "abias_air", "abias_pc", "radstat"] %}
- ["{{ ICSDIR }}/{{ COM_ATMOS_ANALYSIS | relpath(ROTDIR) }}/{{ RUN }}.t{{ cycle_HH }}z.{{ ftype }}", "{{ COM_ATMOS_ANALYSIS }}"]
{% endfor %}

0 comments on commit 3c45d58

Please sign in to comment.