Skip to content

Commit 81f710e

Browse files
WIP: metoffice simulations
1 parent aceccdb commit 81f710e

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
plugins:
2+
source:
3+
- module: intake_xarray
4+
5+
sources:
6+
7+
tab_3_avg:
8+
args:
9+
consolidated: true
10+
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/MO_RAL3p3p1_km2p2/zarr/MO_RAL3p3p1_2dhourly.zarr
11+
description: 2D fields at 60min output interval (mostly averaged)
12+
driver: zarr
13+
14+
tab_4_inst:
15+
args:
16+
consolidated: true
17+
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/MO_RAL3p3p1_km2p2/zarr/MO_RAL3p3p1_2d5min.zarr
18+
description: Instantaneous 2D fields at 5min output interval
19+
driver: zarr
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
plugins:
2+
source:
3+
- module: intake_xarray
4+
5+
sources:
6+
unifiedmodel:
7+
args:
8+
path: "{{CATALOG_DIR}}/UnifiedModel.yaml"
9+
description: "UK Met Office Unified Model"
10+
driver: yaml_file_cat
11+
metadata: {}

Simulations/EUREC4A-MIP/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ sources:
1616
description: "EUREC4A-MIP simulations based on 4K warming"
1717
driver: yaml_file_cat
1818
metadata: {}
19+
20+
open_boundary_LEM:
21+
args:
22+
path: "{{CATALOG_DIR}}/OpenBoundaryLargeEddyModels/main.yaml"
23+
description: "EUREC4A-MIP simulations with open boundary conditions using Large Eddy Models"
24+
driver: yaml_file_cat
25+
metadata: {}

0 commit comments

Comments
 (0)