-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add calibration framework and perfect model experiment
- Loading branch information
1 parent
68a2d59
commit 16c9a61
Showing
15 changed files
with
3,011 additions
and
1 deletion.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ClimaAtmos Calibration Experiments | ||
|
||
This directory contains the model interface (`model_interface.jl`) for ClimaCalibrate and folders (within `experiments/`) for reproducing calibration experiments. | ||
|
||
## Current Experiments | ||
|
||
- sphere_held_suarez_rhoe_equilmoist: A perfect model calibration using observation map with zonal temperature average. Configuration is spherical moist with Held-Suarez forcing. To reproduce the results, on the Caltech central cluster run `sbatch calibration/experiments/sphere_held_suarez_rhoe_equilmoist/pipeline.sbatch` | ||
|
||
## Set Up New Experiment | ||
|
||
To set up your own experiment, please follow the [setup guide](https://clima.github.io/ClimaCalibrate.jl/dev/atmos_setup_guide/). |
Oops, something went wrong.