Skip to content

Commit 9a9486c

Browse files
template new structure
1 parent aceccdb commit 9a9486c

File tree

12 files changed

+68
-26
lines changed

12 files changed

+68
-26
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
plugins:
2+
source:
3+
- module: intake_xarray
4+
5+
sources:
6+
setup:
7+
args:
8+
path: "{{CATALOG_DIR}}/setup/main.yaml"
9+
description: "Simulation setups"
10+
driver: yaml_file_cat
11+
metadata: {}
12+
13+
SRM:
14+
args:
15+
path: "{{CATALOG_DIR}}/SRM/main.yaml"
16+
description: "Storm-resolving simulations"
17+
driver: yaml_file_cat
18+
metadata: {}
19+
20+
periodicLEM:
21+
args:
22+
path: "{{CATALOG_DIR}}/periodicLEM/main.yaml"
23+
description: "Periodic large-eddy simulations"
24+
driver: yaml_file_cat
25+
metadata: {}
26+
27+
openBoundaryLEM:
28+
args:
29+
path: "{{CATALOG_DIR}}/openBoundaryLEM/main.yaml"
30+
description: "Open boundary large-eddy simulations"
31+
driver: yaml_file_cat
32+
metadata: {}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
plugins:
2+
source:
3+
- module: intake_xarray
4+
5+
sources:
6+
setup:
7+
args:
8+
path: "{{CATALOG_DIR}}/setup/main.yaml"
9+
description: "Simulation setups"
10+
driver: yaml_file_cat
11+
metadata: {}
12+
13+
SRM:
14+
args:
15+
path: "{{CATALOG_DIR}}/SRM/main.yaml"
16+
description: "Storm-resolving simulations"
17+
driver: yaml_file_cat
18+
metadata: {}
19+
20+
periodicLEM:
21+
args:
22+
path: "{{CATALOG_DIR}}/periodicLEM/main.yaml"
23+
description: "Periodic large-eddy simulations"
24+
driver: yaml_file_cat
25+
metadata: {}
26+
27+
openBoundaryLEM:
28+
args:
29+
path: "{{CATALOG_DIR}}/openBoundaryLEM/main.yaml"
30+
description: "Open boundary large-eddy simulations"
31+
driver: yaml_file_cat
32+
metadata: {}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Simulations/EUREC4A-MIP/control/main.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)