Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention zephyr and link datasets #159

Merged
merged 5 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

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.

If you need access to other climate datasets contact us at [[email protected]](mailto:[email protected]) or add an [issue :material-open-in-new:](https://github.com/C2SM/Tasks-Support/issues){:target="_blank"} and we will support you with your request.
Since July 2024, C2SM offers access to climate model and reanalysis data via our web-based climate data extraction tool [Zephyr](../tools/zephyr.md), available at [https://zephyr.ethz.ch :material-open-in-new:](https://zephyr.ethz.ch){:target="_blank"}. Zephyr allows you to request climate data from C2SM and simultaneously extract specific regions or individual grid points directly from your browser. Once your request has been submitted and successfully processed, you will receive a download link to access your requested data directly from your web browser.

If you need access to other climate datasets, contact us at [[email protected]](mailto:[email protected]) or add an [issue :material-open-in-new:](https://github.com/C2SM/Tasks-Support/issues){:target="_blank"} and we will support you with your request.
20 changes: 10 additions & 10 deletions docs/tools/zephyr.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Scans of the datasets listed below are performed daily, generating file trees in

## 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, including:

- CMIP5
- CMIP6
- CORDEX
- CORDEX ReKliEs
- ERA5
- ERA5 land
- CERRA
- CERRA land
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:

- [CMIP5](../datasets/climate_model_data.md#cmip5)
- [CMIP6](../datasets/climate_model_data.md#cmip6)
- [CORDEX](../datasets/climate_model_data.md#cordex)
- [CORDEX ReKliEs](../datasets/climate_model_data.md#cordex-reklies)
- [ERA5](../datasets/obs_reanalysis_data.md#era5_1)
- [ERA5 land](../datasets/obs_reanalysis_data.md#era5-land_1)
- [CERRA](../datasets/obs_reanalysis_data.md#cerra_1)
- [CERRA land](../datasets/obs_reanalysis_data.md#cerra-land_1)

Zephyr efficiently extracts both regional and global climate datasets, with options to retrieve data at individual nearest grid points or within a user-defined rectangular area. Once a request has been successfully submitted and processed, a download link will be posted to the GitHub issue thread where the request was submitted. The download link will be available for up to seven days.

Expand Down
Loading