generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,22 @@ nav_order: -1 | |
--- | ||
|
||
# Center for Climate Systems Modeling (C2SM) | ||
{: .no_toc } | ||
|
||
**Welcome to the C2SM User Landing Page!** | ||
|
||
Here we collect helpful information for scientists and partners | ||
about our C2SM core team, tasks, support, models, tools, datasets | ||
and much more. | ||
|
||
Whether you're seeking a quick overview or in-depth details on a specific topic, | ||
this website is your comprehensive resource. | ||
For additional information on specific projects, we have provided direct links, | ||
such as to documentation that we distribute directly with the code. | ||
<details open markdown="block"> | ||
<summary> | ||
Table of contents | ||
</summary> | ||
{: .text-delta } | ||
- TOC | ||
{:toc} | ||
</details> | ||
|
||
## Core Team | ||
|
||
|
@@ -29,10 +34,12 @@ of six scientific programmers. Their work is distributed among the following are | |
- Organization of workshops | ||
|
||
### Executive Director | ||
{: .no_toc } | ||
|
||
- [Christina Schnadt Poberaj](https://iac.ethz.ch/people-iac/person-detail.html?persid=116573) (CHN M 15.2) | ||
|
||
### Scientific Programmers | ||
{: .no_toc } | ||
|
||
- [Jonas Jucker](https://c2sm.ethz.ch/the-center/people/person-detail.html?persid=210923) (CHN M 15.1) | ||
- [Michael Jähn](https://c2sm.ethz.ch/the-center/people/person-detail.html?persid=286091) (CHN M 15.1) | ||
|
@@ -42,17 +49,29 @@ of six scientific programmers. Their work is distributed among the following are | |
- [Urs Beyerle](https://c2sm.ethz.ch/the-center/people/person-detail.html?persid=49918) (CHN N 16.2) | ||
|
||
### Further staff | ||
{: .no_toc } | ||
|
||
Further information about C2SM project staff and previous core team members can be found at our [ETH website](https://c2sm.ethz.ch/the-center/people/executive-office.html). | ||
|
||
## How to get Access | ||
|
||
Please follow the step-by-step instructions below to get access to the C2SM organisation: | ||
|
||
1. Create an account on [GitHub](https://github.com/signup). | ||
2. To gain access to the [C2SM GitHub organisation](https://github.com/C2SM), please reach out to your group’s technical contact and provide them with your GitHub account name. | ||
They will be responsible for adding you to the appropriate user group. | ||
3. If you do not know who your group's technical contact is, please send an email to [[email protected]](mailto:[email protected]). | ||
|
||
## C2SM on GitHub | ||
|
||
C2SM maintains two GitHub organizations to distribute code to the community. | ||
|
||
### [C2SM](https://github.com/C2SM) | ||
{: .no_toc } | ||
|
||
This is our main GitHub organization, which contains many repositories, including ICON. [How to get access](https://c2sm.github.io/models/icon.html#access) | ||
|
||
### [C2SM-RCM](https://github.com/C2SM-RCM) | ||
{: .no_toc } | ||
|
||
The C2SM-RCM organization contains all codes related to COSMO and tools like EXTPAR. For questions and access, please contact [Jonas Jucker](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ C2SM facilitates the utilization of ICON on the [Piz Daint](https://www.cscs.ch/ | |
The latest release distributed by C2SM, currently `2.6.6`, is continuously tested on both Piz Daint and Euler and receives patches when necessary. | ||
|
||
## Access | ||
To gain access to the [ICON repository](https://github.com/C2SM/icon) hosted on the C2SM GitHub organization, please contact your group's technical contact. They will be responsible for adding you to the appropriate user group. | ||
To gain access to the [ICON repository](https://github.com/C2SM/icon) hosted on the C2SM GitHub organization, please follow [these instructions](https://c2sm.github.io/#how-to-get-access). | ||
|
||
Once you have access, clone the repository from GitHub using the SSH protocol: | ||
Once you have access, clone the repository from GitHub using the SSH protocol: | ||
|
||
```bash | ||
git clone --recurse-submodules [email protected]:C2SM/icon.git | ||
|