Skip to content

Commit

Permalink
Merge branch 'main' of github.com:C2SM/c2sm.github.io into revise_events
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Oct 25, 2023
2 parents f3dbb37 + 396fbaf commit 51fe636
Show file tree
Hide file tree
Showing 16 changed files with 187 additions and 108 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check_markdown_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'
18 changes: 18 additions & 0 deletions .mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"ignorePatterns": [
{"pattern": "jenkins-mch"},
{"pattern": "^https://github.com/C2SM-RCM/extpar"},
{"pattern": "^https://github.com/C2SM-RCM/int2lm"},
{"pattern": "^https://github.com/C2SM-RCM/cosmo"},
{"pattern": "^https://github.com/C2SM/icon"},
{"pattern": "^https://github.com/C2SM/spice"},
{"pattern": "^https://github.com/C2SM/icontools"},
{"pattern": "^https://github.com/C2SM/Tasks-Support"},
{"pattern":"^https://github.com/just-the-docs/just-the-docs-template/generate"},
{"pattern": "^http://cosmo-model.org/"},
{"pattern": "^https://github.com/C2SM/spice"},
{"pattern": "^https://wiki.iac.ethz.ch/Climphys/ProjectCESM2SetupControlRun"},
{"pattern": "^https://polybox.ethz.ch"},
{"pattern": "^Datasets.ERA-5"},
{"pattern": "^https://wiki.iac.ethz.ch/Climphys/ProjectCESM122SetupControlRun"}
]}
58 changes: 58 additions & 0 deletions datasets/climate_model_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: Climate Model Data
layout: default
nav_order: 1
parent: Datasets
---

# Climate Model Data

## "Raw" CMIP archives (as downloaded from ESGF)

| Archive | Size (#Files)[<sup>3</sup>](#3) | Location | Access | Status | Variables | Resolution |
| --------- | ------------------- | -------------- | ----------------|------------------|------------| -----------|
| CMIP2 | 0.01 TB (500) | IAC | direct / rsync | frozen (2010-10) | | native[<sup>1</sup>](#1) |
| CMIP3 | 6 TB (40’000) | IAC | direct / rsync | frozen (2016-12) | | native |
| CMIP5 | 130 TB (700’000) | IAC | direct / rsync | monthly updated | | native |
| CMIP6 | 520 TB (5’500’000) | IAC, Euler[<sup>4</sup>](#4) | direct / rsync | weekly updated | | native |

## CMIP next generation (checked, standardized, regridded to common grid)

| Archive | Size (#Files)[<sup>3</sup>](#3) | Location | Access | Status | Variables | Resolution |
| --------- | ------------------- | -------------- | ----------------|------------------|------------| -----------|
| CMIP3-ng[<sup>2</sup>](#2) | 0.5 TB (5’000) | IAC | direct / rsync | frozen (2019-03) | | native and 2.5°x2.5° |
| CMIP5-ng[<sup>2</sup>](#2) | 33 TB (100’000) | IAC | direct / rsync | frozen (2019-09) | | native and 2.5°x2.5° |
| CMIP6-ng[<sup>2</sup>](#2) | 175 TB (500’000) | IAC, Euler[<sup>4</sup>](#4) | direct / rsync | ongoing | monthly: co2mass, hfls, mrro, npp, rlds, rsdscs, rtmt, tasmin, tsl, evspsbl, hfss, mrros, pr, rldscs, rsdt, sftlf, tauu, zg500, evspsblsoi, hurs, mrso prw, rlus, rsus, siconc, tauv, evspsblveg, huss, mrsol, psl, rlut, rsuscs, ta, tos, areacella, gpp, lai, mrsos, ra, rlutcs, rsut, tas, tran, clt, hfds, nbp, rh, rsds, rsutcs, tasmax, treeFrac, zos, daily: pr, tas, tasmin, tasmax, zg500, mrro | native and 2.5°x2.5° |

## "Raw" CORDEX (as downloaded)

| Archive | Size (#Files)[<sup>3</sup>](#3) | Location | Access | Status | Variables | Resolution |
| --------- | ------------------- | -------------- | ----------------|------------------|------------| -----------|
| CORDEX | 370 TB (800’000) | IAC, Euler[<sup>4</sup>](#4), CSCS[<sup>5</sup>](#5) | direct / rsync | monthly updated | | 0.44° and 0.11° |
| CORDEX-ReKliEs | 23 TB (100’000) | IAC, Euler[<sup>4</sup>](#4) | direct | monthly updated | | 0.11° |

## CORDEX data for climate scenarios (checked, regridded to identical grids if necessary)

| Archive | Size (#Files)[<sup>3</sup>](#3) | Location | Access | Status | Variables | Resolution |
| --------- | ------------------- | -------------- | ----------------|------------------|------------| -----------|
| CORDEX.ch2018 | 11 TB (1’800) | IAC, CSCS[<sup>5</sup>](#5) | direct | frozen (2019-04) | daily: hurs, huss, pr, rsds, sfcWind, sfcWindmax, snw, tas, tasmax, tasmin | 0.44° and 0.11° |
| CORDEX.ch2025 | 46 TB (3’500) | IAC[<sup>6</sup>](#6) | direct | ongoing | daily: pr, tas, tasmax, tasmin, zg500 | 0.44° and 0.11° |
| CORDEX-FPSCONV | 30T (22'949) | CSCS[<sup>7</sup>](#7) | direct | ongoing | 1hr: pr, tas, daily: pr, tas, tasmax, tasmin | 2-3km |

---

<a id="1"></a><sup>1</sup> Native means every model on their native grid they were run on

<a id="2"></a><sup>2</sup> CMIP-ng: Next Generation archives were maintained by Reto's group (Jan Sedlacek/Lukas Brunner)
Ruth Lorenz / C2SM took over cmip6-ng in 2022. contact: [email protected], documentation: https://doi.org/10.5281/zenodo.3734128

<a id="3"></a><sup>3</sup> As of June 2021

<a id="4"></a><sup>4</sup> `/nfs/atmos/c2sm`

<a id="5"></a><sup>5</sup> `/store/c2sm/c2sme`

<a id="6"></a><sup>6</sup> `/net/ch4/data/cordex.ch2025/`

<a id="7"></a><sup>7</sup> `/store/c2sm/c2sme/CH202X/CORDEX-FPSCONV/ALP-3/`

29 changes: 29 additions & 0 deletions datasets/cordex_fpsconv_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: CORDEX-FPSCONV Data
layout: default
nav_order: 1
parent: Datasets
---

# CORDEX-FPSCONV Data

The CORDEX-FPSCONV dataset is a multi-model ensemble of convection permitting regional climate model runs created within [WCRP-CORDEX](https://cordex.org/experiment-guidelines/flagship-pilot-studies/endorsed-cordex-flagship-pilote-studies/europe-mediterranean-convective-phenomena-at-high-resolution-over-europe-and-the-mediterranean/).
The model runs are described in [Coppola et al. 2020](https://link.springer.com/article/10.1007/s00382-018-4521-8), [Ban et al. 2021](https://link.springer.com/article/10.1007/s00382-021-05708-w) and [Pichelli et al. 2021](https://link.springer.com/article/10.1007/s00382-021-05657-4) and cover the ALP-3 domain.

![Image of the extent of the ALP-3 domain](images/ALP-3-crop.png)

So far, only the data from ETH (CLMcom-ETH-COSMO-crCLIM) has been CMORized, for all other models the data format is a preliminary version (from ~September 2022) and not the one that will go to ESGF.
Currently, the data archive at CSCS (/store/c2sm/c2sme/CH202X/CORDEX-FPSCONV/) contains mainly 1-hourly precipitation and temperature and daily maximum temperature and minimum temperature.
These 4 variables have been used in three MSc theses and went through basic checks. The other variables (in 6hr, day) have been copied from the Jülich server but have not been used and were not checked.

Four different time periods are available:
* Evaluation: ca. 2000-2009 (varies for some models)
* Historical: ca. 1996-2005 (varies for some models)
* RCP8.5: 2041-2050 and 2090-2099 (not all modelling groups run both time periods)

Each modelling group performed an evaluation run (precipitation is described in Ban et al. 2021).
Not all groups continued with historical and rcp8.5 runs.
The groups running WRF joined together to run historical and scenario runs (therefore they were sometimes run on different machines).

An overview of which variables are available for which runs can be found [here](https://www.polybox.ethz.ch/index.php/s/hVYniBtoaneP9Lc).
More details about the different model runs, such as info about the driving RCM and domains, can be found [here](https://docs.google.com/spreadsheets/d/1wrt8Rcquk7dgIumGJeEc06irpkBwZtq_b7Pn3UhiT2g/edit?usp=sharing).
20 changes: 0 additions & 20 deletions datasets/csv/climate_model_data.csv

This file was deleted.

19 changes: 0 additions & 19 deletions datasets/csv/csv_to_markdown.sh

This file was deleted.

10 changes: 0 additions & 10 deletions datasets/csv/obs_reanalysis_data_processed.csv

This file was deleted.

12 changes: 0 additions & 12 deletions datasets/csv/obs_reanalysis_data_raw.csv

This file was deleted.

Binary file added datasets/images/ALP-3-crop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ has_children: true

# Datasets

C2SM provides a number of datasets (see below). In addition, the Forest Ecology group has put together information about commonly used datasets and how to use them here.
C2SM provides different climate datasets such as CMIP5, CMIP6 or CORDEX, as downloaded from the original sources, as well as processed datasets such as the so-called CMIP6-NextGeneration (CMIP6-ng) archive.

We provide different climate datasets such as CMIP5, CMIP6 or CORDEX, as downloaded from the original sources, as well as processed datasets such as the so-called CMIP6-NextGeneration (CMIP6-ng) archive. If you need access to other climate datasets contact us at [email protected] and we will try to help.

The table below shows an overview over the datasets we already provide.
If you need access to other climate datasets contact us at [[email protected]](mailto:[email protected]) or add an [issue](https://github.com/C2SM/Tasks-Support/issues) and we will try to help.
20 changes: 0 additions & 20 deletions datasets/markdown/climate_model_data.md

This file was deleted.

Loading

0 comments on commit 51fe636

Please sign in to comment.