-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process JEDI radiance files as a single tarball #2862
Comments
Work for this issue will be done in |
Hera g-w C96C48_ufs_hybatmDA CI Install Note, for these test specify All enkfgdas, gdas, and gfs DA jobs successfully run to completion. Only 20240224 00Z gfs forecast and post jobs remain running. The enkfgdas, gdas, and gfs init jobs extracted satellite_sensor radiance bias correction files from the radbcor tarball. The final job created a radbcor tarball with updated coefficient and copied the file to the appropriate This test will be repeated using the official |
GDASApp PR #1267 updates the drivers for the atmospheric local ensemble and variational ctests to process the radiance bias correction tarball instead of individual satellite_sensor bias correction files. The |
…e bias correction files from tarball (NOAA-EMC#2862)
…on files using jedi class (NOAA-EMC#2862)
…ns analysis scripts (NOAA-EMC#2862)
) This PR updates g-w components which handle JEDI radiance bias correction files. Currently, JEDI radiance bias correction files are processed at the _satellite_sensor_. This PR replaces these multiple files with a single radiance bias correction tarball. Resolves #2862
What new functionality do you need?
At present JEDI radiance bias correction uses three files per satellite_sensor. This result in many individual files to move, copy, link, archive. While JEDI applications need to work with individual files, file operations are more easily applied to a single file.
This can be achived by tar'ing all JEDI radiance bias correction files into a single file. This single file is what gets moved, copied, linked, and archived. Individual radiance bias correction files can be obtained by untar'ing the radiance tarball in the run directory of specific jobs.
What are the requirements for the new functionality?
Update JEDI DA scripts which currently process individual radiance bias correction files to process a single radiance tarball.
Acceptance Criteria
Once work for this issue is complete, the
COM
directory will contain a single radiance bias correction file per cycle. Analysis results when using this tarball should be identical to results obtained by using individual radiance bias correction files.Suggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: