-
Notifications
You must be signed in to change notification settings - Fork 150
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
feat: bug: fug: mom6 perturbation model specific perturbation #730
Labels
mom6
Modular Ocean Model
Comments
note: land is land+ocean floor todo @HKershaw get_state_meta_data / get_close_state should be checking ocean floor? This ocean floor check wrong/not needed? DART/models/MOM6/model_mod.f90 Lines 547 to 549 in a85e162
|
https://github.com/NCAR/DART/tree/pert_plus_missing-grid has pert_model_copies & missing grid from #727 so it can run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perturbing MOM6 to get some ensembles to play with.
Currently (lazily) using the default perturbation routine, which perturbs everything in the state including land.
This gives some fuzz on the land:
c.TL319_t232.001

nwa12_test.3_0_a03a

Compare to non-fuzz before perturbation

who cares?
You'll inflate the land because mean /= 0 (adds more fuzz), get_close makes 'dry' state far away so the assimilation update doesn't change the land, but still I think dangerous to fuzz.
See #359 for missing_in_state comment
that I have not rewritten yet.#359 (comment)The text was updated successfully, but these errors were encountered: