Skip to content

Commit d9c2b5f

Browse files
authored
Merge branch 'develop' into build_gsinfo
2 parents af4d9ac + db43b5a commit d9c2b5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

parm/archive/gdas.yaml.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ gdas:
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)

0 commit comments

Comments
 (0)