From e2e35d31214a65a466856edaf327046cfb206649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Thu, 15 Jun 2023 11:36:39 +0200 Subject: [PATCH] Overwritting dwdicontools in example_utils.sh --- examples/example_utils.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/example_utils.sh b/examples/example_utils.sh index c4f8b78..ef4aa47 100644 --- a/examples/example_utils.sh +++ b/examples/example_utils.sh @@ -125,6 +125,10 @@ icon: build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER%+debug~mpichecks target=x86_64_v2 source=dkrz_https" version: ${ICON_VERSION} +dwdicontools: + build_cmd: "dwd-icon-tools% %SPACK.COMPILER%" + load_cmd: build_cmd + data_management: # Where do we put the output files afterwards? local_destination_folder: $OUTPUTDIR/ -- GitLab