-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add capability to run the JEDI LETKF DA in land-offline_workflow #37
base: develop
Are you sure you want to change the base?
Conversation
…e_workflow into feature/lnd_ens
…e_workflow into feature/lnd_ens
* develop: Updates to switch test case to 2DVar
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.
Can you please remove all the directory values that are pointing to your directories?
For output directories, we can set a default using $USER. For input directories, any necessary data should be in either my DA_test_cases or on the LAND directory.
remove hard coded dir
This reverts commit b203cff.
Resolved |
Describe your changes
Adds capability to run LETKF DA (full ensembles) in the land offline workflow. The codes for the other DA methods 2DVar and LETKF-OI remain the same (and old tests works as they are). The changes from these PRs are preparing input files for JEDI letkf (and vector to tile, add jedi increment) executables in ensemble form.
A submodule for generating ensemble forcing using the Stochastic Physics module is added here (https://github.com/tsga/stochastic_physics/tree/lnd_ens)
Related PRs
Add ensemble capability to run the JEDI LETKF DA in land-DA_update land-DA_update#27
(merged) Feature/lnd ens land-apply_jedi_incr#6
Test output
This PR doesn't change the current tests and it passes the 2DVar (GHCN + IMS) test
Additional test set for LETKF with 20 ensemble members prepared.
Checklist before requesting a review