Skip to content

Climate Data Extraction Tool

Zephyr is the climate data extraction tool developed by C2SM, serving as the backend processing engine for the Zephyr website .

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 is kept up to date.

Features

Requests are made via the Zephyr website and submitted using the Zephyr data request template . Zephyr supports a range of climate models and reanalysis datasets, including:

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.

Code

Local Processing at IAC

If you have access to IAC servers, you can use Zephyr directly without submitting your request via the Zephyr data request template . To do this, clone and install the tool in your workspace by following the instructions in the Zephyr README . Once installed, you can process requests created via the Zephyr website using the following command:

python launch_zephyr.py --json_path=/path/to/your/request --output_directory=/path/to/your/output/directory