File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 4141 - "logs/{{ cycle_YMDH }}/{{ RUN }}_sfcanl.log"
4242 {% endif %}
4343
44+ # Analysis Master GRIB2 data
45+ - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.analysis.grib2"
46+ - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.analysis.grib2.idx"
47+
4448 # Analysis GRIB2 (sub-sampled) data
4549 - "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_a.0p25.analysis.grib2"
4650 - "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_a.0p25.analysis.grib2.idx"
@@ -167,6 +171,11 @@ gdas:
167171 - "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}atm.f{{ fhr3 }}.nc"
168172 - "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}sfc.f{{ fhr3 }}.nc"
169173 {% endfor %}
174+
175+
176+ # Forecast Master GRIB2 data for F006
177+ - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f003.grib2"
178+ - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f006.grib2"
170179 optional:
171180 {% if MODE == "cycled" %}
172181 # Radiance verification (only created if there are problems)
You can’t perform that action at this time.
0 commit comments