-
Notifications
You must be signed in to change notification settings - Fork 10
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 a calibration tutorial for single site perfect model #621
Merged
Conversation
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
AlexisRenchon
force-pushed
the
ar/calibrate
branch
from
August 29, 2024 18:17
2a4b8d3
to
197737c
Compare
AlexisRenchon
force-pushed
the
ar/calibrate
branch
from
September 3, 2024 17:38
509a136
to
5e733a7
Compare
AlexisRenchon
force-pushed
the
ar/calibrate
branch
2 times, most recently
from
September 16, 2024 22:45
f395e2b
to
423c5b7
Compare
AlexisRenchon
requested review from
odunbar,
nefrathenrici,
kmdeck and
Sbozzolo
September 16, 2024 22:46
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
kmdeck
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
Sep 16, 2024
experiments/calibration/minimal_working_example/minimal_working_example.jl
Outdated
Show resolved
Hide resolved
AlexisRenchon
force-pushed
the
ar/calibrate
branch
from
September 24, 2024 19:28
423c5b7
to
a2d97e2
Compare
AlexisRenchon
force-pushed
the
ar/calibrate
branch
3 times, most recently
from
October 3, 2024 20:09
3a57ed8
to
604de2b
Compare
AlexisRenchon
force-pushed
the
ar/calibrate
branch
2 times, most recently
from
October 3, 2024 22:11
ea5d571
to
fbe0061
Compare
Sbozzolo
approved these changes
Oct 3, 2024
AlexisRenchon
changed the title
Integrate calibration pipeline into ClimaLand
Add a calibration tutorial for single site perfect model
Oct 3, 2024
AlexisRenchon
force-pushed
the
ar/calibrate
branch
2 times, most recently
from
October 3, 2024 23:25
1ab8286
to
21952fe
Compare
kmdeck
reviewed
Oct 3, 2024
kmdeck
reviewed
Oct 3, 2024
kmdeck
approved these changes
Oct 3, 2024
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.
This looks great! Thank you!
AlexisRenchon
force-pushed
the
ar/calibrate
branch
4 times, most recently
from
October 4, 2024 01:12
9664641
to
0d6bcf6
Compare
This commit a calibration tutorial, with detailed explanations. We calibrate two parameters, g1 and g0, on latent heat flux data target, using EnsembleKalmanProcesses.jl. We use a single site model, at the ozark site, and calibrate first on simulation output, with the goal of demonstrating the ability to recover the original parameters and demonstrate a simple calibration framework.
AlexisRenchon
force-pushed
the
ar/calibrate
branch
from
October 4, 2024 01:22
0d6bcf6
to
bbd8a87
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds calibration experiments, starting with a minimal working example.
https://clima.github.io/ClimaLand.jl/previews/PR621