-
Notifications
You must be signed in to change notification settings - Fork 20
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
[WIP] Add new spatially dependent lorenz-forcing calibration comparison between methods #417
base: main
Are you sure you want to change the base?
Conversation
Work in progress (WIP) |
…forward model function
…r GNKI optimization setup
6ef08f2
to
b6ad1f0
Compare
…forward model function
…r GNKI optimization setup
327862d
to
387a43b
Compare
…luded random perturbations to the initial state so the same state is not used for each EKI iteration
…mber of forward model iterations it takes to converge to the final solution
I ran into an issue running through the different algorithms for different ensemble sizes and random seeds. After the first iteration, I think UKI doesn't get reinitialized and starts at the same place it ended from the last time the algorithm was run. Every time after the first time UKI runs, the algorithm's RMSE is low for its initial ensemble and then doesn't even run through the algorithm. I think I can try to change where the UKI method gets initialized, but I wanted to bring it up here because I'm not sure if that is the expected behavior when all the other algorithms seem to be reinitialized when running the different random seeds and ensemble sizes. |
Purpose
Close #424
To-do
Content