Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions parm/archive/gdas.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ gdas:
- "logs/{{ cycle_YMDH }}/{{ RUN }}_sfcanl.log"
{% endif %}

# Analysis Master GRIB2 data
- "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.analysis.grib2"
- "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.analysis.grib2.idx"

# Analysis GRIB2 (sub-sampled) data
- "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_a.0p25.analysis.grib2"
- "{{ COMIN_ATMOS_GRIB_0p25 | relpath(ROTDIR) }}/{{ head }}pres_a.0p25.analysis.grib2.idx"
Expand Down Expand Up @@ -167,6 +171,11 @@ gdas:
- "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}atm.f{{ fhr3 }}.nc"
- "{{ COMIN_ATMOS_HISTORY | relpath(ROTDIR) }}/{{ head }}sfc.f{{ fhr3 }}.nc"
{% endfor %}


# Forecast Master GRIB2 data for F006
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Forecast Master GRIB2 data for F006
# Forecast Master GRIB2 data for F003 and F006

- "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f003.grib2"
- "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f006.grib2"
Comment on lines +177 to +178
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we include the idx files?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I wonder if we are even generating the index files for these. Probably are not.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had thought about this as well. We're at least not saving them to COM, we don't have them in our parallels. I didn't check if there is a silent failure somewhere though.

@WenMeng-NOAA - Can you confirm whether the master grib files should have idx files saved in COM as well?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idx files for the master are not created, similar to the sflux files. The sflux idx files are generated in the atmos_products task. I'll start generating the master.idx files if the group wants that, and start including it in COM. The master files are strictly internal to GFS (until now for archiving for AIGFS).

optional:
{% if MODE == "cycled" %}
# Radiance verification (only created if there are problems)
Expand Down