-
Notifications
You must be signed in to change notification settings - Fork 39
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
enable cycling ensemble runs based on GETKF #665
Conversation
…ministic run separately and hence they are no longer needed
…ile to obsdatin.obsfile for getkf_solver.yaml
…a_observations files
@guoqing-noaa Thank you for immense work in getting this functionality added. I just tested the workflow on the 27 May retro case. The GETKF tasks complete successfully but I am seeing crashes for the fcst step on the 0300 UTC cycle.
Have you or anyone else running the workflow experienced this error before, or is this new with the ensemble DA steps added? |
@SamuelDegelia-NOAA Thanks for testing. We got the same model crash. I have not had time to debug the issue. But the problem should come for DA (i.e., GETKF updating ensembles). If you set There is something wrong with the DA settings, and we need to figure it out. |
@guoqing-noaa Yes I would agree that something is wrong with the DA settings if setting |
@SamuelDegelia-NOAA It is great that you can look at the GETKF DA configurations! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is fine by me, thanks again!
For information, I tested this branch for regular (no GETKF) runs on Hera/Jet/Gaea and all worked well. |
One can run the cycling ensemble with cycling deterministic at the same time, and then the ensemble part will get the ioda observation files from the deterministic run directly. Under this situation, set
DO_IODA=false
for ensemble runs.One can run the cycling ensemble independently. Under this situation, set
DO_IODA=true
.