-
Notifications
You must be signed in to change notification settings - Fork 6
Prototype pipeline for parameter calibration in ClimaCoupler #661
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
Closed
Conversation
This file contains hidden or 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
new file: calibration/Project.toml new file: calibration/coupler_interface.jl new file: calibration/ekp_config.yml new file: calibration/experiments/amip_coupled/coupler_config.yml new file: calibration/experiments/amip_coupled/prior.toml new file: calibration/generate_observations.sbatch new file: calibration/model_run.sbatch new file: calibration/observation_map.jl new file: calibration/test_coupler_config.jl new file: calibration/test_output/iteration_001/member_001/parameters.toml new file: "calibration/test_output/test_output_PrescribedSurface_Float64_toml_Any[\"_Users_akshaysridhar_.julia_packages_ClimaCoupler_utcpx_toml_default_coarse.toml\"].yml" new file: "calibration/test_output/test_output_PrescribedSurface_Float64_toml_Any[\"_Users_akshaysridhar_.julia_packages_ClimaCoupler_utcpx_toml_default_coarse.toml\"]_parameters.toml" new file: experiments/AMIP/coupler_driver_calibration.jl
modified: ../../../experiments/AMIP/coupler_driver.jl
modified: experiments/amip_coupled/coupler_config.yml modified: generate_observations.sbatch modified: model_run.sbatch deleted: test_coupler_config.jl modified: ../experiments/AMIP/components/atmosphere/climaatmos_extra_diags.jl modified: ../experiments/AMIP/coupler_driver_calibration.jl
modified: model_run.sbatch modified: ../experiments/AMIP/coupler_driver_calibration.jl
deleted: "test_output/test_output_PrescribedSurface_Float64_toml_Any[\"_Users_akshaysridhar_.julia_packages_ClimaCoupler_utcpx_toml_default_coarse.toml\"].yml" deleted: "test_output/test_output_PrescribedSurface_Float64_toml_Any[\"_Users_akshaysridhar_.julia_packages_ClimaCoupler_utcpx_toml_default_coarse.toml\"]_parameters.toml"
modified: coupler_driver_calibration.jl new file: coupler_driver_init.jl new file: coupler_parse_args.jl modified: ../src/Regridder.jl
802e829
to
1b79c17
Compare
modified: coupler_parse_args.jl new file: experiments/amip_coupled/truth_simulation/target_amip_n1_shortrun.yml new file: experiments/amip_coupled/truth_simulation/target_amip_n1_shortrun_parameters.toml modified: generate_observations.sbatch
modified: ../../generate_observations.sbatch modified: ../../observation_map.jl
new file: Manifest.toml modified: coupler_parse_args.jl modified: ../experiments/AMIP/components/atmosphere/climaatmos_extra_diags.jl
73e0fb2
to
3ab51a8
Compare
modified: coupler_interface.jl modified: experiments/amip_coupled/prior.toml modified: generate_observations.sbatch modified: model_run.sbatch deleted: observation_map.jl
modified: Manifest.toml modified: calibration/Manifest.toml modified: calibration/Project.toml modified: calibration/coupler_component_init.jl modified: calibration/coupler_driver_calibration.jl modified: calibration/coupler_driver_init.jl modified: calibration/coupler_parse_args.jl modified: calibration/pipeline.jl
modified: ../Manifest.toml modified: Manifest.toml modified: Project.toml
modified: coupler_driver_calibration.jl modified: coupler_interface.jl modified: coupler_parse_args.jl renamed: experiments/amip_coupled/coupler_config.yml -> experiments/amip_coupled/model_config.yml modified: generate_observations.sbatch modified: pipeline.jl
modified: ../../../artifacts/Project.toml modified: ../../Manifest.toml modified: ../../Project.toml deleted: ../../coupler_component_init.jl deleted: ../../coupler_driver_calibration.jl deleted: ../../coupler_driver_init.jl deleted: ../../coupler_interface.jl deleted: ../../coupler_parse_args.jl deleted: ../amip_coupled/ekp_config.yml deleted: ../amip_coupled/model_config.yml deleted: ../amip_coupled/observation_map.jl deleted: ../amip_coupled/prior.toml deleted: ../amip_coupled/truth_simulation/target_amip_n1_shortrun.yml deleted: ../amip_coupled/truth_simulation/target_amip_n1_shortrun_parameters.toml deleted: ../../generate_observations.sbatch deleted: ../../model_run.sbatch deleted: ../../pipeline.jl modified: ../../../experiments/ClimaEarth/Manifest.toml modified: ../../../experiments/ClimaEarth/run_moist_held_suarez.jl modified: ../../../perf/Manifest.toml
new file: calibration/experiments/coupled_held_suarez/forward_model.jl new file: calibration/experiments/coupled_held_suarez/model_interface.jl new file: calibration/experiments/coupled_held_suarez/moist_held_suarez/moist_held_suarez/clima_atmos/output_0000/.yml new file: calibration/experiments/coupled_held_suarez/moist_held_suarez/moist_held_suarez/clima_atmos/output_0000/_parameters.toml new file: calibration/experiments/coupled_held_suarez/moist_held_suarez/moist_held_suarez/clima_atmos/output_active new file: calibration/experiments/coupled_held_suarez/observation_map.jl new file: calibration/experiments/coupled_held_suarez/pipeline.sbatch new file: calibration/experiments/coupled_held_suarez/postprocessing.jl new file: calibration/experiments/coupled_held_suarez/prior.toml
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 introduces the calibration pipeline currently demonstrated in
CalibrateAtmos.jl
for aCoupledSimulation
(OKR 3.3.2).The coupled model calibration will be addressed in two steps.