-
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
Calibrate global bucket LHF and SHF #835
Draft
AlexisRenchon
wants to merge
3
commits into
main
Choose a base branch
from
kd/ar/calibrate_global_bucket
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
kd/ar/calibrate_global_bucket
branch
from
October 29, 2024 17:07
f5876ad
to
2079dff
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
16 times, most recently
from
November 11, 2024 23:05
ff3839c
to
07e76c5
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
3 times, most recently
from
November 12, 2024 21:28
60612f3
to
175f5fe
Compare
Espeer5
reviewed
Nov 30, 2024
Espeer5
reviewed
Nov 30, 2024
experiments/calibration/global_bucket/calibrate_bucket_function.jl
Outdated
Show resolved
Hide resolved
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
3 times, most recently
from
December 2, 2024 18:46
662deff
to
1c233c5
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
2 times, most recently
from
December 5, 2024 17:57
74bb016
to
51f14b4
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
8 times, most recently
from
January 15, 2025 18:54
dea2ee2
to
bbfe99b
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
from
January 15, 2025 21:57
bbfe99b
to
26f1d76
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
11 times, most recently
from
January 31, 2025 17:10
cfae5f5
to
be1f539
Compare
AlexisRenchon
force-pushed
the
kd/ar/calibrate_global_bucket
branch
from
January 31, 2025 19:25
be1f539
to
e2d9569
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.
closes #871
This PR goal is to build a global calibration pipeline (minimal working example - MWE) to calibrate a land model globally.
In this commit, we calibrate a bucket model (the framework for full land model would be the same).
Two different approaches are added to this commit: the same calibration is done with just EnsembleKalmanProcesses.jl - EKP, or with ClimaCalibrate.jl (ClimaCalibrate.jl uses EKP, but has different backend, optimised for different HPCs).
In our MWE, we use ERA5 latent heat - LH and sensible heat - SH flux as target observations for the calibration. We stack monthly observation at n (e.g., 50) locations on land.
We calibrate the following parameters with following priors:
and we use:
Future work will use this pipeline to calibrate the land model globally.
TEMPORARY NOTE - delete before merge: