-
Notifications
You must be signed in to change notification settings - Fork 17
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
Integrate calibration pipeline into atmos #2895
Merged
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
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
April 20, 2024 00:07
fb79171
to
dbee822
Compare
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
May 9, 2024 21:14
d8a5a2d
to
8154925
Compare
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
May 20, 2024 20:29
a2f4074
to
4f8a838
Compare
nefrathenrici
force-pushed
the
ne/calibrate
branch
2 times, most recently
from
May 23, 2024 16:54
16c9a61
to
9ea6670
Compare
Sbozzolo
reviewed
May 23, 2024
Sbozzolo
reviewed
May 23, 2024
I am not too familiar with the calibration pipeline, so it will take me a little bit of time to understand and properly review this PR. |
Sbozzolo
reviewed
May 23, 2024
Sbozzolo
reviewed
May 23, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/Project.toml
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
May 23, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/observation_map.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
May 23, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/observation_map.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
May 23, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/postprocessing.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
May 23, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/postprocessing.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
May 23, 2024
Sbozzolo
reviewed
May 23, 2024
What is the ultimate intent of this PR? Is it to test that things work? To teach people how to do calibration? Other reasons? |
nefrathenrici
force-pushed
the
ne/calibrate
branch
2 times, most recently
from
June 12, 2024 04:00
0ed762c
to
bf8cdc3
Compare
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/observation_map.jl
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/observation_map.jl
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/observation_map.jl
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/postprocessing.jl
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/postprocessing.jl
Outdated
Show resolved
Hide resolved
Sbozzolo
reviewed
Jul 2, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/Manifest.toml
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/model_config.yml
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/postprocessing.jl
Outdated
Show resolved
Hide resolved
nefrathenrici
force-pushed
the
ne/calibrate
branch
2 times, most recently
from
July 3, 2024 19:49
d8eeb14
to
bb9d6d1
Compare
Sbozzolo
reviewed
Jul 3, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/model_interface.jl
Outdated
Show resolved
Hide resolved
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/pipeline.sbatch
Outdated
Show resolved
Hide resolved
nefrathenrici
force-pushed
the
ne/calibrate
branch
2 times, most recently
from
July 4, 2024 00:06
4f7138d
to
5d7cb69
Compare
Sbozzolo
approved these changes
Jul 4, 2024
nefrathenrici
force-pushed
the
ne/calibrate
branch
3 times, most recently
from
July 5, 2024 01:18
1c6a243
to
3cffe76
Compare
nefrathenrici
force-pushed
the
ne/calibrate
branch
2 times, most recently
from
July 5, 2024 02:08
ec0c07c
to
c9eb78c
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jul 5, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jul 5, 2024
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
July 5, 2024 04:05
c9eb78c
to
4fcbb55
Compare
odunbar
reviewed
Jul 5, 2024
calibration/experiments/sphere_held_suarez_rhoe_equilmoist/prior.toml
Outdated
Show resolved
Hide resolved
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
July 5, 2024 16:45
4fcbb55
to
3b5fb4b
Compare
nefrathenrici
force-pushed
the
ne/calibrate
branch
from
July 5, 2024 16:47
3b5fb4b
to
3199df1
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 the framework for reproducible calibration experiments, starting with one example experiment.
calibration/README.md
provides an overview. Most of the actual code is in ClimaCalibrateContent
calibration/model_interface.jl
: Model interface hooks for CalibrateAtmos. This will be used in every atmos calibration.test/calibration_interface.jl
: Basic tests for the model interface file.calibration/experiments
: Folder containing subfolders of calibration experiments. Currently only containssphere_held_suarez_rhoe_equilmoist
sphere_held_suarez_rhoe_equilmoist/
experiment_config.yml
: Stores filepaths for calibration artifacts and other configuration datamodel_config.yml
: Atmos yaml config for the calibrationpipeline.sbatch
: Script to run calibration experiment on centralobservation_map.jl
: Code to process model output into observation spacepostprocessing.jl
: Plotting scriptprior.toml
: Prior distribution file