Skip to content
Snippets Groups Projects
Commit 2456a980 authored by Etor Lucio Eceiza's avatar Etor Lucio Eceiza
Browse files

Initial commit

parent 2cff2073
No related branches found
No related tags found
No related merge requests found
# ERA5 Tables
This repository aims to create CMOR tables for ERA5 and ERA5Land. Is based on the
[table created to "pseudo-cmorize" ERA5 variables](https://gitlab.dkrz.de/bm1159/cosodax/getera5/-/blob/era5.1/src/ct_ecmwf.rc?ref_type=heads), but it heavily relies on the suggestions changes by
Angelika Heil (heil@dkrz.de, in charge of the [ERA5/ERA5Land data streams](https://docs.dkrz.de/doc/dataservices/finding_and_accessing_data/era_data/index.html#the-era5-climate-reanalyses)
at `/pool/data`.
In this version, it tries to approach more closely to [obs4MIPS](https://github.com/PCMDI/obs4MIPs-cmor-tables) tables whenever possible.
## Cloning and installing the repository
The repository recursively clones [CMIP6](https://github.com/WCRP-CMIP/CMIP6_CVs)
and [Obs4mips](https://github.com/PCMDI/obs4MIPs-cmor-tables) git repositories in
`./Tables/source_tables/`. You will need to:
```shell
git clone --recursive <your-repo-url>
```
to check for changes in the submodules:
```shell
git submodule update --init --recursive
```
For the installation, simply run:
```shell
make install
```
It will create a conda env `era5-tables` and pip install the necessary libraries.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment