Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
plugins:
source:
- module: intake_xarray

sources:

tab_1_avg:
args:
consolidated: true
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/HARMONIE_CTL_REF_2500m/Output_2D_Table_1_av_Jan.zarr
description: Average fields of Table 1
driver: zarr

tab_1_inst:
args:
consolidated: true
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/HARMONIE_CTL_REF_2500m/Output_2D_Table_1_inst_Jan.zarr
description: Instantaneous fields of Table 1
driver: zarr

tab_2_avg:
args:
consolidated: true
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/HARMONIE_CTL_REF_2500m/Output_2D_Table_2_av_Jan.zarr
description: Average fields of Table 2
driver: zarr

tab_2_inst:
args:
consolidated: true
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/HARMONIE_CTL_REF_2500m/Output_2D_Table_2_inst_Jan.zarr
description: Instantaneous fields of Table 2
driver: zarr

tab_3_inst:
args:
consolidated: true
urlpath: https://swift.dkrz.de/v1/dkrz_0913c8f3-e7b6-4f94-9221-06880d4ccfea/HARMONIE_CTL_REF_2500m/Output_2D_Table_3_inst_Jan.zarr
description: Instantaneous fields of Table 3
driver: zarr
11 changes: 11 additions & 0 deletions Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
plugins:
source:
- module: intake_xarray

sources:
harmonie_arome:
args:
path: "{{CATALOG_DIR}}/harmonie-arome.yaml"
description: "Harmonie-Arome"
driver: yaml_file_cat
metadata: {}
7 changes: 7 additions & 0 deletions Simulations/EUREC4A-MIP/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ sources:
description: "EUREC4A-MIP simulations based on 4K warming"
driver: yaml_file_cat
metadata: {}

open_boundary_LEM:
args:
path: "{{CATALOG_DIR}}/OpenBoundaryLargeEddyModels/main.yaml"
description: "EUREC4A-MIP simulations with open boundary conditions using Large Eddy Models"
driver: yaml_file_cat
metadata: {}