-
Notifications
You must be signed in to change notification settings - Fork 151
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
Update GOME processing in read_ozone.f90 #716
Comments
FYI @CatherineThomas-NOAA |
Tagging @ilianagenkova and @HaixiaLiu-NOAA for awareness. |
After discussion with @CatherineThomas-NOAA it is clear that we need to fix
|
@ilianagenkova suggested adding logic to First attempt at implementing this idea committed to |
WCOSS2 test Compile Run global_4denvar for 20240223 00Z case. This case has a GOME bufr dump file with the new format. As shown from the debug print, Repeat the above test for 20221109 00Z case. This case has a GOME bufr dump file with the old format. The debug print shows that The global_4denvar ctest does not check diagnostic files. We need to ensure that the ozone diagnostic files contain the correct information when processing the old and new format GOME bufr dump file. |
Orion ctests
The global_enkf failure is due to
A check of the
The loproc and hiproc updat_ wall times are greater than the contrl. This PR, however, only changes |
Hera ctests
The global_enkf failure is due to
A check of the
The hiproc_updat is faster than the hiproc_contrl. The opposite is true for the lproc jobs. This variability is likely due to fileset or compute node usage. This is not a fatal fail. |
Hercules ctest
The hafs_3denvar_hybens test failed with
The hafs_4denvar_glbens test failed with
Both of these failures are known issues and are being addressed by PR #698 |
WCOSS2 ctest
|
Starting 20240131 18z the GOME bufr mnemonic DOYR replaced MNTH DAYS. This requires a corresponding change in
src/gsi/read_ozone.f90
. Specifically, lines 198 - 199 inread_ozone.f90
need to change fromto
This change, in turn, necessitates several additional changes in
read_ozone.f90
hdrozg
from 10 to 11idate5
is loadedhdrozg
indicesThis issue is opened to document implementation of the above changes to
read_ozone.f90
.The text was updated successfully, but these errors were encountered: