From 48b98727ceb35fb69c3e486967d4ddc0f5cbccbc Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 4 Mar 2025 13:41:21 +0100 Subject: [PATCH 01/13] Add page with support status --- docs/support/SUMMARY.md | 2 ++ docs/support/status.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 docs/support/SUMMARY.md create mode 100644 docs/support/status.md diff --git a/docs/support/SUMMARY.md b/docs/support/SUMMARY.md new file mode 100644 index 000000000..850933304 --- /dev/null +++ b/docs/support/SUMMARY.md @@ -0,0 +1,2 @@ +* [Support](index.md) +* [Support status](status.md) \ No newline at end of file diff --git a/docs/support/status.md b/docs/support/status.md new file mode 100644 index 000000000..0a38131f0 --- /dev/null +++ b/docs/support/status.md @@ -0,0 +1,4 @@ +# Support status + +| Tool/Model | Version(s) | Machine(s) | Responsibility | +|----------|-------------------|------------------|-----| \ No newline at end of file From e87bba499bd000f62453d0d6b7367155fcf843de Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 4 Mar 2025 17:22:53 +0100 Subject: [PATCH 02/13] Add links --- docs/support/status.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/support/status.md b/docs/support/status.md index 0a38131f0..662eca87c 100644 --- a/docs/support/status.md +++ b/docs/support/status.md @@ -1,4 +1,15 @@ # Support status -| Tool/Model | Version(s) | Machine(s) | Responsibility | -|----------|-------------------|------------------|-----| \ No newline at end of file +| Tool/Model | Version(s) | Machine(s) | Availability | Responsibility | +|----------|-------------------|------------------|-----|----| +| CESM | 1.2.2, 2.1.2 | Euler |[CESM Homepage :material-open-in-new:](https://www.cesm.ucar.edu/){:target="_blank"} | [Urs Beyerle :material-open-in-new:](https://usys.ethz.ch/personen/profil.NDk5MTg=.TGlzdC82MzcsMzIwMTk3MjIy.html){:target="_blank"} | +| DWD ICON Tools | latest | Santis | [DWD ICON Tools :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"} | C2SM Core Team | +| EXTPAR | | | [EXTPAR :material-open-in-new:](https://github.com/C2SM/extpar){:target="_blank"} | | +| ICON | Latest OS | Euler, Santis | [ICON :material-open-in-new:](https://github.com/C2SM/icon){:target="_blank"} | C2SM Core Team | +| ICON-NWP | ICON-NWP master| Santis | [ICON-NWP :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-nwp){:target="_blank"} | C2SM Core Team | +| icon-vis | | | [icon-vis :material-open-in-new:](https://github.com/C2SM/icon-vis){:target="_blank"} | | +| Processing Chain | | | [Processing Chain :material-open-in-new:](https://github.com/C2SM/processing-chain){:target="_blank"} | | +| Scaling Analysis | | | [Scaling Analysis Tool :material-open-in-new:](https://github.com/C2SM/scaling_analysis){:target="_blank"} | | +| Spack | | | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | | +| SPICE | | | [SPICE :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} | | +| Zephyr | | | [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} | \ No newline at end of file From 2ee3e7f346dfc5b28f4cc69f476341e5367d834f Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Mon, 24 Mar 2025 16:46:25 +0100 Subject: [PATCH 03/13] Rename User Support to Support --- docs/SUMMARY.md | 2 +- docs/support/SUMMARY.md | 2 +- docs/support/status.md | 3 ++- docs/support/{index.md => user_support.md} | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename docs/support/{index.md => user_support.md} (100%) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 1bc94e638..b551bc759 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -3,7 +3,7 @@ * [About C2SM](about/) * [Events](events/) * [Tasks](tasks/) -* [User Support](support/) +* [Support](support/) * [Alps](alps/) * [Models](models/) * [Tools](tools/) diff --git a/docs/support/SUMMARY.md b/docs/support/SUMMARY.md index 850933304..1ee67cf1b 100644 --- a/docs/support/SUMMARY.md +++ b/docs/support/SUMMARY.md @@ -1,2 +1,2 @@ -* [Support](index.md) +* [User Support](user_support.md) * [Support status](status.md) \ No newline at end of file diff --git a/docs/support/status.md b/docs/support/status.md index 662eca87c..3aa2bdf11 100644 --- a/docs/support/status.md +++ b/docs/support/status.md @@ -12,4 +12,5 @@ | Scaling Analysis | | | [Scaling Analysis Tool :material-open-in-new:](https://github.com/C2SM/scaling_analysis){:target="_blank"} | | | Spack | | | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | | | SPICE | | | [SPICE :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} | | -| Zephyr | | | [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} | \ No newline at end of file +| Zephyr | | | [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} | +| Zonda | | | | \ No newline at end of file diff --git a/docs/support/index.md b/docs/support/user_support.md similarity index 100% rename from docs/support/index.md rename to docs/support/user_support.md From bed32426034ea5702b5c3c9ad4639c2277f286fa Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Wed, 7 Jan 2026 09:30:47 +0100 Subject: [PATCH 04/13] Fix internal link --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3cef08df5..ce2a33b32 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ **Welcome to the C2SM User Landing Page!** Here we collect helpful information for scientists and partners -about the [C2SM core team](about/index.md), [tasks](tasks/index.md), [support](support/index.md), the [Alps system](alps/index.md), [models](models/index.md), [tools](tools/index.md), [datasets](datasets/index.md) and much more. +about the [C2SM core team](about/index.md), [tasks](tasks/index.md), [support](support/SUMMARY.md), the [Alps system](alps/index.md), [models](models/index.md), [tools](tools/index.md), [datasets](datasets/index.md) and much more. ## News \ No newline at end of file From e0ccb85a4144b1a93e0ca9fa0c1d515183ea3587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:15:17 +0200 Subject: [PATCH 05/13] Update table --- docs/support/SUMMARY.md | 2 +- docs/support/status.md | 39 +++++++++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/docs/support/SUMMARY.md b/docs/support/SUMMARY.md index 1ee67cf1b..674a16923 100644 --- a/docs/support/SUMMARY.md +++ b/docs/support/SUMMARY.md @@ -1,2 +1,2 @@ * [User Support](user_support.md) -* [Support status](status.md) \ No newline at end of file +* [Support Status](status.md) \ No newline at end of file diff --git a/docs/support/status.md b/docs/support/status.md index 3aa2bdf11..321532b9d 100644 --- a/docs/support/status.md +++ b/docs/support/status.md @@ -1,16 +1,27 @@ # Support status -| Tool/Model | Version(s) | Machine(s) | Availability | Responsibility | -|----------|-------------------|------------------|-----|----| -| CESM | 1.2.2, 2.1.2 | Euler |[CESM Homepage :material-open-in-new:](https://www.cesm.ucar.edu/){:target="_blank"} | [Urs Beyerle :material-open-in-new:](https://usys.ethz.ch/personen/profil.NDk5MTg=.TGlzdC82MzcsMzIwMTk3MjIy.html){:target="_blank"} | -| DWD ICON Tools | latest | Santis | [DWD ICON Tools :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"} | C2SM Core Team | -| EXTPAR | | | [EXTPAR :material-open-in-new:](https://github.com/C2SM/extpar){:target="_blank"} | | -| ICON | Latest OS | Euler, Santis | [ICON :material-open-in-new:](https://github.com/C2SM/icon){:target="_blank"} | C2SM Core Team | -| ICON-NWP | ICON-NWP master| Santis | [ICON-NWP :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-nwp){:target="_blank"} | C2SM Core Team | -| icon-vis | | | [icon-vis :material-open-in-new:](https://github.com/C2SM/icon-vis){:target="_blank"} | | -| Processing Chain | | | [Processing Chain :material-open-in-new:](https://github.com/C2SM/processing-chain){:target="_blank"} | | -| Scaling Analysis | | | [Scaling Analysis Tool :material-open-in-new:](https://github.com/C2SM/scaling_analysis){:target="_blank"} | | -| Spack | | | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | | -| SPICE | | | [SPICE :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} | | -| Zephyr | | | [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} | -| Zonda | | | | \ No newline at end of file +## Models + +| Model | Version(s) | Machine(s) | Source code | +|----------|-------------------|------------------|-----| +| [CESM](../models/cesm.md) | 2.1.2, 2.1.5, 2.2.2 | Euler | [CESM Homepage :material-open-in-new:](https://www.cesm.ucar.edu/){:target="_blank"} | +| [ICON](../models/icon/index.md) | latest public release | Santis, Euler | [ICON :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-model){:target="_blank"} | +| [ICON-NWP](../models/icon/index.md) | latest master | Santis, Euler | [ICON-NWP :material-open-in-new:](https://gitlab.dkrz.de/icon/icon-nwp){:target="_blank"} | + +## Tools + +| Tool | Version(s) | Machine(s) | Source code | +|----------|-------------------|------------------|-----| +| [DWD ICON Tools](../tools/icontools.md) | >2.5.0 | Santis | [DWD ICON Tools :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"} | +| [EXTPAR](../tools/extpar.md) | >5.15 | online (via Zonda) | [EXTPAR :material-open-in-new:](https://github.com/C2SM/extpar){:target="_blank"} | +| [Processing Chain](../tools/processing_chain.md) | latest | Santis | [Processing Chain :material-open-in-new:](https://github.com/C2SM/processing-chain){:target="_blank"} | +| [Scaling Analysis](../tools/scaling_analysis.md) | latest | Santis | [Scaling Analysis Tool :material-open-in-new:](https://github.com/C2SM/scaling_analysis){:target="_blank"} | +| [Spack](../tools/spack.md) | v0.22.2.6 | Santis, Euler | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | +| [SPICE](../tools/spice.md) | v2.4 | Santis | [SPICE :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} | + +## Web Tools + +| Tool | Website | +|------|---------| +| [Zephyr](../tools/zephyr.md) | [zephyr.ethz.ch :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} | +| [Zonda](../tools/zonda.md) | [zonda.ethz.ch :material-open-in-new:](https://zonda.ethz.ch/){:target="_blank"} | From fafc7c4d662f53d829c7383143709fcc3e89feab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:45:19 +0200 Subject: [PATCH 06/13] Update homepage for tools --- docs/tools/index.md | 98 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index 747eb0402..a8358eaa7 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -1,6 +1,100 @@ # Tools -C2SM supports a couple of pre- and postprocessing tools on different high-performance platforms. -This page provides an overview, further documentation and manuals for each specific software that is needed to run the tools. +C2SM supports a set of pre- and postprocessing tools on different high-performance platforms. +## Pre-processing + +
+ +- :material-map-legend:{ .lg .middle } **DWD ICON Tools** + + --- + + Routines for reading, remapping and writing fields on ICON grids; generate lateral boundary and initial conditions for ICON-LAM simulations. + + [:octicons-arrow-right-24: DWD ICON Tools](icontools.md) + +- :material-earth:{ .lg .middle } **EXTPAR** + + --- + + Prepares external parameter data files used as input for the ICON model. + + [:octicons-arrow-right-24: EXTPAR](extpar.md) + +
+ +## Workflow Tools + +
+ +- :material-chili-hot:{ .lg .middle } **SPICE** + + --- + + Starter Package for ICON-CLM Experiments — handles pre-processing, namelist setup, simulation and archiving. + + [:octicons-arrow-right-24: SPICE](spice.md) + +- :material-check-circle-outline:{ .lg .middle } **EvaSuite** + + --- + + Addon for SPICE and standalone tool for comparing simulation experiments with E-OBS or ERA5. + + [:octicons-arrow-right-24: EvaSuite](evasuite.md) + +- :material-pipe:{ .lg .middle } **Processing Chain** + + --- + + Python workflow tool for preparing input data, submitting SLURM jobs, and post-processing COSMO and ICON model setups. + + [:octicons-arrow-right-24: Processing Chain](processing_chain.md) + +
+ +## HPC Utilities + +
+ +- :material-package-variant:{ .lg .middle } **Spack** + + --- + + C2SM's configuration of the Spack package manager for installing ICON and related software on HPC systems. + + [:octicons-arrow-right-24: Spack](spack.md) + +- :material-chart-bar:{ .lg .middle } **Scaling Analysis** + + --- + + Automates creation of multiple ICON run scripts with varying node counts to assess strong scaling performance. + + [:octicons-arrow-right-24: Scaling Analysis](scaling_analysis.md) + +
+ +## Web Tools + +
+ +- :material-weather-windy:{ .lg .middle } **Zephyr** + + --- + + Climate data extraction tool and web interface for requesting climate model and reanalysis datasets managed by C2SM. + + [:octicons-arrow-right-24: Zephyr](zephyr.md) + +- :material-dice-d20:{ .lg .middle } **Zonda** + + --- + + Web interface for generating EXTPAR data on ICON triangular grids for research and on-demand simulations. + + [:octicons-arrow-right-24: Zonda](zonda.md) + +
From ed20db8440fabe12206c0ed4b0b3ecc0640cbc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:47:04 +0200 Subject: [PATCH 07/13] Remove support status from tools --- docs/tools/extpar.md | 4 ---- docs/tools/icontools.md | 4 ---- docs/tools/spice.md | 4 ---- docs/tools/zephyr.md | 6 ------ 4 files changed, 18 deletions(-) diff --git a/docs/tools/extpar.md b/docs/tools/extpar.md index 2bc3126de..9dcae29b8 100644 --- a/docs/tools/extpar.md +++ b/docs/tools/extpar.md @@ -6,10 +6,6 @@ is used to prepare the external parameter data files that are used as input for All information around this software can be found in the [official EXTPAR documentation :material-open-in-new:](https://c2sm.github.io/extpar/){:target="_blank"}. -## Support status - -The `master` branch is continuously being tested on `co2` (ETHZ) and `levante` (DKRZ). - ## Web Interface Currently, C2SM, in collaboration with MeteoSwiss and DWD, is preparing a web interface diff --git a/docs/tools/icontools.md b/docs/tools/icontools.md index 949815697..6624c86d0 100644 --- a/docs/tools/icontools.md +++ b/docs/tools/icontools.md @@ -4,10 +4,6 @@ The [DWD ICON Tools :material-open-in-new:](https://github.com/C2SM/icontools#dwd-icon-tools){:target="_blank"} contain a set of routines which may be suitable for reading, remapping and writing of fields from and to predefined grids, e.g., regular (lat-lon, gaussian) or triangular (ICON). It can be used to generate lateral boundary conditions (LBC) and initial conditions (IC) for ICON-LAM simulations. -## Support status - -The `master` branch of the [DWD ICON Tools :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"} is integrated in the [`spack-c2sm` system tests :material-open-in-new:](https://github.com/C2SM/spack-c2sm/blob/main/test/common_system_test.py){:target="_blank"} on Balfrin. - ## Repository In order to get access to the [DWD ICON Tools repository hosted on the C2SM GitHub organisation :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"}, diff --git a/docs/tools/spice.md b/docs/tools/spice.md index f9c7f12c5..6509da464 100644 --- a/docs/tools/spice.md +++ b/docs/tools/spice.md @@ -11,10 +11,6 @@ To set up your own ICON-CLM simulation, refer to the [corresponding ICON page](. For any questions, please contact [Michael Jähn :material-open-in-new:](https://c2sm.ethz.ch/the-center/people/person-detail.html?persid=286091){:target="_blank"}. -## Support status - -The tag `v2.3` branch is being tested manually on Säntis. - ## Code * [Spice at DKRZ GitLab (original code) :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} (requires access to DKRZ GitLab) diff --git a/docs/tools/zephyr.md b/docs/tools/zephyr.md index 8f6207586..02c7a3d93 100644 --- a/docs/tools/zephyr.md +++ b/docs/tools/zephyr.md @@ -3,12 +3,6 @@ Zephyr is the climate data extraction tool developed by C2SM, serving as the backend processing engine for the [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"}. -## Support status - -The `main` branch is tested daily and for incoming changes via GitHub pull requests. - -Scans of the datasets listed below are performed daily, generating file trees in JSON format. This ensures that the data information for the [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} is kept up to date. - ## Features Requests are made via the [Zephyr website :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"} and submitted using the [Zephyr data request template :material-open-in-new:](https://github.com/C2SM/zephyr-request/issues/new/choose){:target="_blank"}. Zephyr supports a range of [climate models and reanalysis datasets](../datasets/index.md), including: From 38e5dad226d307d217d9159ba1d496b1d7487933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:47:44 +0200 Subject: [PATCH 08/13] Remove support status from Processing Chain --- docs/tools/processing_chain.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/tools/processing_chain.md b/docs/tools/processing_chain.md index 38833a6cf..1d59b5842 100644 --- a/docs/tools/processing_chain.md +++ b/docs/tools/processing_chain.md @@ -16,10 +16,6 @@ community and is being hosted on the [C2SM GitHub organisation :material-open-in If you need any help, please contact [Michael Jähn :material-open-in-new:](https://c2sm.ethz.ch/the-center/people/person-detail.html?persid=286091){:target="_blank"}. -## Support Status - -The Processing Chain is not being tested yet on Säntis. - ## Features - Automatic folder structure creation From 41bd02fe0b90072891179294dc2cb21118735083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:52:01 +0200 Subject: [PATCH 09/13] Add Zonda info to Extpar and icontools --- docs/tools/extpar.md | 4 +--- docs/tools/icontools.md | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/tools/extpar.md b/docs/tools/extpar.md index 9dcae29b8..d3200589d 100644 --- a/docs/tools/extpar.md +++ b/docs/tools/extpar.md @@ -8,6 +8,4 @@ All information around this software can be found in the ## Web Interface -Currently, C2SM, in collaboration with MeteoSwiss and DWD, is preparing a web interface -for generating external parameter files on the ICON grid. A first beta version will be -launched in March 2025. +[Zonda](zonda.md) is the web interface for generating EXTPAR data on ICON triangular grids, developed by C2SM in collaboration with MeteoSwiss and DWD. It is publicly available at [zonda.ethz.ch :material-open-in-new:](https://zonda.ethz.ch/){:target="_blank"}. diff --git a/docs/tools/icontools.md b/docs/tools/icontools.md index 6624c86d0..cc23dd13a 100644 --- a/docs/tools/icontools.md +++ b/docs/tools/icontools.md @@ -9,6 +9,10 @@ e.g., regular (lat-lon, gaussian) or triangular (ICON). It can be used to genera In order to get access to the [DWD ICON Tools repository hosted on the C2SM GitHub organisation :material-open-in-new:](https://github.com/C2SM/icontools){:target="_blank"}, please contact your group's technical contact. They will be responsible for adding you to the appropriate user group. +## Web Interface + +[Zonda](zonda.md) uses DWD ICON Tools under the hood: `icongridgen` is used to generate ICON grids, and `iconsub` is used to create the lateral boundary grid. Zonda is publicly available at [zonda.ethz.ch :material-open-in-new:](https://zonda.ethz.ch/){:target="_blank"}. + ## Usage ### Option 1: Shipped via uenv From bb81872d737146bf8c6a7fe52909b1113e65cfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 15:54:20 +0200 Subject: [PATCH 10/13] Update spice --- docs/tools/spice.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/tools/spice.md b/docs/tools/spice.md index 6509da464..329473104 100644 --- a/docs/tools/spice.md +++ b/docs/tools/spice.md @@ -13,10 +13,8 @@ For any questions, please contact [Michael Jähn :material-open-in-new:](https:/ ## Code -* [Spice at DKRZ GitLab (original code) :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} (requires access to DKRZ GitLab) -* [SPICE at C2SM (release versions) :material-open-in-new:](https://github.com/C2SM/spice){:target="_blank"} -* [Download release versions :material-open-in-new:](https://zenodo.org/records/10047021){:target="_blank"} +* [Spice source code :material-open-in-new:](https://gitlab.dkrz.de/clm-community/public/spice){:target="_blank"} ## Documentation -* [SPICE-Doc :material-open-in-new:](https://hereon-coast.atlassian.net/wiki/spaces/SPICE/overview?homepageId=983042){:target="_blank"} +* [SPICE-Doc :material-open-in-new:](https://spice.clm-community.eu/){:target="_blank"} From ccc9ac0b7d259eb1f3595d6d840661572a4b5f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 16:14:46 +0200 Subject: [PATCH 11/13] Update spice --- docs/tools/spice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/spice.md b/docs/tools/spice.md index 329473104..d3f799bf3 100644 --- a/docs/tools/spice.md +++ b/docs/tools/spice.md @@ -13,8 +13,8 @@ For any questions, please contact [Michael Jähn :material-open-in-new:](https:/ ## Code -* [Spice source code :material-open-in-new:](https://gitlab.dkrz.de/clm-community/public/spice){:target="_blank"} +* [SPICE source code (public) :material-open-in-new:](https://gitlab.dkrz.de/clm-community/public/spice){:target="_blank"} ## Documentation -* [SPICE-Doc :material-open-in-new:](https://spice.clm-community.eu/){:target="_blank"} +* [SPICE Docs :material-open-in-new:](https://spice.clm-community.eu/){:target="_blank"} From aa33323738a2abf9a99b6a63a963ac5cb0326676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Tue, 23 Jun 2026 17:12:08 +0200 Subject: [PATCH 12/13] Update models --- docs/models/index.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/models/index.md b/docs/models/index.md index 7acdd881c..a88a7d202 100644 --- a/docs/models/index.md +++ b/docs/models/index.md @@ -1,4 +1,24 @@ # Models -C2SM supports the two weather and climate models [ICON](icon/index.md) and [CESM](cesm.md), along with associated pre- and post-processing tools, on different high-performance platforms. This page provides an overview, along with detailed documentation and manuals for each required software component to run simulations using these specific models. +C2SM supports the models [ICON](icon/index.md) and [CESM](cesm.md) on different high-performance platforms. This page provides an overview, along with detailed documentation and manuals for each required software component to run simulations using these specific models. + +
+ +- :material-web:{ .lg .middle } **ICON** + + --- + + ICON (Icosahedral Nonhydrostatic Weather and Climate Model) is a global model suitable for climate and weather prediction at regional and global domains. + + [:octicons-arrow-right-24: ICON](icon/index.md) + +- :material-earth:{ .lg .middle } **CESM** + + --- + + The Community Earth System Model (CESM) is a fully-coupled, global climate model. + + [:octicons-arrow-right-24: CESM](cesm.md) + +
\ No newline at end of file From ff250adefc7880fe3f0b7ba44267328773511d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Wed, 24 Jun 2026 07:58:37 +0200 Subject: [PATCH 13/13] Apply suggestions from code review Co-authored-by: Mikael Stellio <67868694+stelliom@users.noreply.github.com> --- docs/support/status.md | 2 +- docs/tools/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/support/status.md b/docs/support/status.md index 321532b9d..b44292191 100644 --- a/docs/support/status.md +++ b/docs/support/status.md @@ -16,7 +16,7 @@ | [EXTPAR](../tools/extpar.md) | >5.15 | online (via Zonda) | [EXTPAR :material-open-in-new:](https://github.com/C2SM/extpar){:target="_blank"} | | [Processing Chain](../tools/processing_chain.md) | latest | Santis | [Processing Chain :material-open-in-new:](https://github.com/C2SM/processing-chain){:target="_blank"} | | [Scaling Analysis](../tools/scaling_analysis.md) | latest | Santis | [Scaling Analysis Tool :material-open-in-new:](https://github.com/C2SM/scaling_analysis){:target="_blank"} | -| [Spack](../tools/spack.md) | v0.22.2.6 | Santis, Euler | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | +| [Spack-C2SM](../tools/spack.md) | v0.22.2.6 | Santis, Euler | [spack-c2sm :material-open-in-new:](https://github.com/C2SM/spack-c2sm){:target="_blank"} | | [SPICE](../tools/spice.md) | v2.4 | Santis | [SPICE :material-open-in-new:](https://gitlab.dkrz.de/clm-community/spice){:target="_blank"} | ## Web Tools diff --git a/docs/tools/index.md b/docs/tools/index.md index a8358eaa7..306d47416 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -59,7 +59,7 @@ C2SM supports a set of pre- and postprocessing tools on different high-performan
-- :material-package-variant:{ .lg .middle } **Spack** +- :material-package-variant:{ .lg .middle } **Spack-C2SM** ---