-
Notifications
You must be signed in to change notification settings - Fork 13
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 OOPS and IODA hashes #189
Comments
@SamuelDegelia-NOAA Thanks for bring this issue up. Hongli and Junjun are working on sync latest JEDI-bundle repositories to RDASApp. |
Thanks @hu5970, glad to hear that this is being worked on. |
link to issue #154 |
@SamuelDegelia-NOAA The PR you mentioned is too new and mpasjedi.v3.0.1 did not include that commit.
The latest commit of IODA is at:
I think the best way forward is that we merge PR #193 first and then you can continue working on this issue. Is that okay for you? Thanks! |
That's no problem! We can update it at a later date - no rush. |
As discussed in #122, the
reduce obs space
filter action can significantly reduce the runtime and memory cost of GETKF. But there is currently a bug in OOPS related to the order that the linear and nonlinear h(x) quantities are initialized. This bug leads to a crash when usingreduce obs space
for GETKF. A PR was just merged to fix this bug. As such, we will need to update the OOPS hash to make use of this filter action. Additionally, I tested the branch in the OOPS PR and found that we will also need to update the IODA hash at the same time.The text was updated successfully, but these errors were encountered: