Skip to content
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 EUREC4A-MIP warming deltas #165

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## (unreleased)

### New Datasets
* Add EURECA-MIP boundary conditions deltas (#165). By [torresalavez](https://github.com/torresalavez) and [Hauke Schulz](https://github.com/observingClouds)
* Add isotope data from BCO (#152). By [Hauke Schulz](https://github.com/observingClouds)
* Add EUREC4A-MIP boundary conditions from ERA5 and COSMO for current and pseudo-global warming experiment (#135). By [torresalavez](https://github.com/torresalavez) and [Hauke Schulz](https://github.com/observingClouds)
* Add cloud droplet size distribution from specMACS instrument. By [Veronika Pörtge](https://github.com/vpoertge)
Expand Down
6 changes: 6 additions & 0 deletions Simulations/EUREC4A-MIP/warming/setup/bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ plugins:

sources:

deltas:
args:
path: "{{CATALOG_DIR}}/deltas.yaml"
description: "Boundary conditions differences of pseudo global warming experiment"
driver: yaml_file_cat
metadata: {}
ERA5:
driver: zarr
description: Boundary conditions for storm resolving models
Expand Down
22 changes: 22 additions & 0 deletions Simulations/EUREC4A-MIP/warming/setup/deltas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
sources:

GFDL_CM4:
driver: zarr
description: Monthly mean climate deltas from CMIP6 output of the GFDL-CM4 model as the difference between the AMIP with patterned 4K SST increase experiment (AMIP-future 4K) and the AMIP historical (AMIP) simulation.
args:
urlpath: reference://
storage_options:
fo: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/DELTAS_ORI/DELTAS_ORI.ref
consolidated: false
metadata: {}

ERA5:
driver: zarr
description: Same as GFDL_CM4 but interpolated onto ERA5 horizontal and vertical grid.
args:
urlpath: reference://
storage_options:
fo: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/DELTAS_INT/DELTAS_INT.ref
decode_times: false
consolidated: false
metadata: {}
Loading