Skip to content

Commit

Permalink
Merge pull request #165 from observingClouds/warming_deltas
Browse files Browse the repository at this point in the history
add EUREC4A-MIP warming deltas
  • Loading branch information
observingClouds authored Apr 24, 2024
2 parents 71a8530 + 3f5d158 commit 3da26bf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
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: {}

0 comments on commit 3da26bf

Please sign in to comment.