-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
239: Add some repeats, and plotting of marginal CDFs for validation r=odunbar a=odunbar ## Purpose Allows for some repeats in `Emulator/L63` example to see if randomization in the algorithm changes the results. Also adds a new plot for all the CDFs from all repeats for comparison ## Plots from examples with `n_repeats = 30` The new CDF plots over all 30 repeated runs: (Orange = true, Blue = emulated) ![l63_cdfs](https://github.com/CliMA/CalibrateEmulateSample.jl/assets/47412152/353a31ac-2f74-4902-9be7-7e78b280c9a4) Also diagnostic plots from run 1: ![l63_test](https://github.com/CliMA/CalibrateEmulateSample.jl/assets/47412152/29f9d7e9-f957-4d38-b1b5-947a37c33e12) ![l63_attr](https://github.com/CliMA/CalibrateEmulateSample.jl/assets/47412152/0fdcb1f2-e25d-49c9-b01e-60a11894fb57) ![l63_pdf](https://github.com/CliMA/CalibrateEmulateSample.jl/assets/47412152/741c8c37-5d89-45a2-ba2c-b57d40737bf0) <!--- Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. --> ---- - [ ] I have read and checked the items on the review checklist. Co-authored-by: odunbar <[email protected]>
- Loading branch information
Showing
1 changed file
with
203 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters