Skip to content

Commit

Permalink
Remove warm start check for ingesting fv3.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 14, 2024
1 parent 7489d20 commit f6548e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/stage/master_forecast_only.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
{% set cycle_YMD = current_cycle | to_YMD %}
{% set cycle_YMDH = current_cycle | to_YMDH %}
datasets:
{% if EXP_WARM_START %}

{% filter indent(width=4) %}
{% include "fv3.yaml.j2" %}
{% endfilter %}

{% if DO_NEST %}
{% filter indent(width=4) %}
{% include "fv3_nest.yaml.j2" %}
{% endfilter %}
{% endif %}
{% endif %}

{% if DO_WAVE %}
{% if EXP_WARM_START %}
Expand Down

0 comments on commit f6548e3

Please sign in to comment.