-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload DYAMOND summer initial conditions.
- Loading branch information
1 parent
9370acb
commit f05e131
Showing
5 changed files
with
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[DYAMOND_summer_initial_conditions] | ||
git-tree-sha1 = "931ce29dded2271fddd537a2492f3aef260624fd" |
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,2 @@ | ||
[deps] | ||
ClimaArtifactsHelper = "6ffa2572-8378-4377-82eb-ea11db28b255" |
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,18 @@ | ||
# DYAMOND summer initial conditions | ||
|
||
## Overview | ||
The DYnamics of the Atmospheric general circulation Modeled On Non-hydrostatic Domains (DYAMOND) protocol provides a framework for the intercomparison of global storm-resolving models. | ||
This artifact contains the initial conditions needed for the DYAMOND summer simulations, which simulate 40 days and nights, begining on 1 August 2016. | ||
|
||
## File summmary | ||
|
||
- `ifs_oper_T1279_2016080100.nc`: Restart file for DYAMOND summer simulation (~18 GB) | ||
|
||
## References | ||
|
||
Please see `esiwace` DYAMOND initiative webpage at https://www.esiwace.eu/the-project/past-phases/dyamond-initiative for more details. | ||
The artifact used here is downloaded from the url https://swiftbrowser.dkrz.de/public/dkrz_ab6243f85fe24767bb1508712d1eb504/SAPPHIRE/DYAMOND/ | ||
|
||
## Acknowledgement | ||
|
||
DYAMOND data management was provided by the German Climate Computing Center (DKRZ) and supported through the projects ESiWACE and ESiWACE2. The projects ESiWACE and ESiWACE2 have received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreements No 675191 and 823988. This work used resources of the Deutsches Klimarechenzentrum (DKRZ) granted by its Scientific Steering Committee (WLA) under project IDs bk1040 and bb1153. |
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,8 @@ | ||
using ClimaArtifactsHelper | ||
|
||
const FILE_URL = "https://swift.dkrz.de/v1/dkrz_ab6243f85fe24767bb1508712d1eb504/SAPPHIRE/DYAMOND/ifs_oper_T1279_2016080100.nc" | ||
const FILE_PATH = "ifs_oper_T1279_2016080100.nc" | ||
|
||
artifact_name = "DYAMOND_summer_initial_conditions" | ||
|
||
create_artifact_guided_one_file(FILE_PATH; artifact_name = artifact_name, file_url = FILE_URL) |