From 6f07d31ae040c97ebdfec9dc81902805d0bcf6bd Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:41:26 +0200 Subject: [PATCH] WIP: add initial file references --- .../harmonie-arome.yaml | 40 +++++++++++++++++++ .../OpenBoundaryLargeEddyModels/main.yaml | 11 +++++ Simulations/EUREC4A-MIP/main.yaml | 7 ++++ 3 files changed, 58 insertions(+) create mode 100644 Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/harmonie-arome.yaml create mode 100644 Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/main.yaml diff --git a/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/harmonie-arome.yaml b/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/harmonie-arome.yaml new file mode 100644 index 0000000..8c2a9d8 --- /dev/null +++ b/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/harmonie-arome.yaml @@ -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 \ No newline at end of file diff --git a/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/main.yaml b/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/main.yaml new file mode 100644 index 0000000..7f29ccb --- /dev/null +++ b/Simulations/EUREC4A-MIP/OpenBoundaryLargeEddyModels/main.yaml @@ -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: {} diff --git a/Simulations/EUREC4A-MIP/main.yaml b/Simulations/EUREC4A-MIP/main.yaml index e555459..07127a0 100644 --- a/Simulations/EUREC4A-MIP/main.yaml +++ b/Simulations/EUREC4A-MIP/main.yaml @@ -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: {}