Add master grib files to GFS HPSS archive for AIGFS#4203
Conversation
|
@CatherineThomas-NOAA I got some feedback on AIGFSv1 that users ask for more frequent output (GFS is hourly, and AIGFS is 6 hourly). May I ask if we can save hourly master file from f000-f006, or at aleast f003 so that we may have 3 hourly data for training? Thanks |
|
I ran the CI on Gaea C6. The lowres v17 test has the following new entries in the gdas.tar file: @junwang-noaa - Is this sufficient? |
|
Thanks @junwang-noaa. Taking out of draft. |
|
CI Tests on Gaea-C6 pass: |
aerorahul
left a comment
There was a problem hiding this comment.
looks good. Just one question.
| - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f003.grib2" | ||
| - "{{ COMIN_ATMOS_MASTER | relpath(ROTDIR) }}/{{ head }}master.f006.grib2" |
There was a problem hiding this comment.
Should we include the idx files?
There was a problem hiding this comment.
Actually, I wonder if we are even generating the index files for these. Probably are not.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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).
| {% endfor %} | ||
|
|
||
|
|
||
| # Forecast Master GRIB2 data for F006 |
There was a problem hiding this comment.
| # Forecast Master GRIB2 data for F006 | |
| # Forecast Master GRIB2 data for F003 and F006 |
…NOAA-EPIC/global-workflow-cloud into feature/use_container_spack-stack-1.9.2 * 'feature/use_container_spack-stack-1.9.2' of github.com:NOAA-EPIC/global-workflow-cloud: reverse few changes re-sync with EMC repo Add master grib files to GFS HPSS archive for AIGFS (NOAA-EMC#4203) Update Snow filenames to comply with EE2 (NOAA-EMC#4195) Rename files for JEDI atm EE2 (NOAA-EMC#4193) Generate `pres_b` files for `RUN=gdas` and update `APCP` to `598`. (NOAA-EMC#4196) Update checks for MOM6 restarts when performing a re-run on failure (NOAA-EMC#4179) Decrease HPSS storage for GFS retros and address hpss bugs (NOAA-EMC#4184) Add noaacloud to ufsda case in dev/ush/load_modules (NOAA-EMC#4198) Remove replay from global workflow (NOAA-EMC#4182) Add IODA stats text file to COM (NOAA-EMC#4176) Update UFS_UTILS submodule (NOAA-EMC#4178) Atm COM File Rename to Standardized Form (NOAA-EMC#4117) Replace cp with cpfs/cpreq for atomic copies to COM directories (NOAA-EMC#4130) Create a UPP module for the global workflow (NOAA-EMC#4174) Refactor marine DA tasks (NOAA-EMC#4160) Delay ocean post-processing trigger to next-next forecast (NOAA-EMC#4167) Make options hashes Remove multiple option from static data template Fix static_data yaml (descriptions and labels) Fix static_data yaml (remove colon) Add Ursa to and remove C5 from list of HPCs in the bug report template (NOAA-EMC#4164) Rename marine (ocean/ice) files following EE2 conventions (NOAA-EMC#4162) Add attributes to Gaussian grid sfcanl file (NOAA-EMC#4149) Remove the snow analysis from archive (NOAA-EMC#4157) Update verif-global to fix pcp failures on special cases (NOAA-EMC#4154) Add CRTM fix directory paths to global-workflow (NOAA-EMC#4143) Update UFS Model (NOAA-EMC#4138) Add functionality to assimilate the new snow observations (NOAA-EMC#4132)
Description
AIGFS currently trains with 0.25 degree grib2 data. For future development, higher resolution data will be used.
The files that are needed from GDAS are the F006 and analysis master grib files (edit to add: F003 as well). This PR updates the HPSS archive list to archive those additional grib files and their associated idx files for the deterministic gdas forecast only.
Resolves #4191
Type of change
Change characteristics
How has this been tested?
CI on Gaea-C6 passed. HPSS tarballs were checked for relevant files.
Checklist