From c3758bffc5e9bbaa33d598192489451791da0c24 Mon Sep 17 00:00:00 2001 From: AnnikaLau Date: Mon, 7 Oct 2024 14:31:04 +0000 Subject: [PATCH] GitHub Action: Apply external link format --- docs/models/icon/large_use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/icon/large_use_cases.md b/docs/models/icon/large_use_cases.md index d4b3c5ad..8912c112 100644 --- a/docs/models/icon/large_use_cases.md +++ b/docs/models/icon/large_use_cases.md @@ -36,7 +36,7 @@ flowchart TD ``` ## 1. Small Scale Test Case -Set up an ICON test case by cloning [`icon-nwp`](https://gitlab.dkrz.de/icon/icon-nwp) and integrate in the ICON testing infrastructure with a low number of grid points and a few time steps (about 6). Existing use cases like the [Aquaplanet](https://gitlab.dkrz.de/icon/icon-nwp/-/blob/master/run/exp.exclaim_ape_R02B04) one can serve as a template. Your test case should be saved as `run/exp.`. +Set up an ICON test case by cloning [`icon-nwp` :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-nwp){:target="_blank"} and integrate in the ICON testing infrastructure with a low number of grid points and a few time steps (about 6). Existing use cases like the [Aquaplanet :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-nwp/-/blob/master/run/exp.exclaim_ape_R02B04){:target="_blank"} one can serve as a template. Your test case should be saved as `run/exp.`. The idea here is to test the code path of the final setup and identify potential issues coming from upstream source code.