diff --git a/parm/stage/master_forecast_only.yaml.j2 b/parm/stage/master_forecast_only.yaml.j2 index 59d8488887..febbe75dc2 100644 --- a/parm/stage/master_forecast_only.yaml.j2 +++ b/parm/stage/master_forecast_only.yaml.j2 @@ -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 %}