-
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.
Merge pull request #165 from observingClouds/warming_deltas
add EUREC4A-MIP warming deltas
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
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
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: {} |