-
Etor Lucio Eceiza authoredEtor Lucio Eceiza authored
README.md 1.15 KiB
ERA5 Tables
This repository aims to create CMOR tables for ERA5 and ERA5Land. Is based on the
table created to "pseudo-cmorize" ERA5 variables, but it heavily relies on the suggestions changes by
Angelika Heil (heil@dkrz.de, in charge of the ERA5/ERA5Land data streams
at /pool/data
.
In this version, it tries to approach more closely to obs4MIPS tables whenever possible.
Cloning and installing the repository
The repository recursively clones CMIP6
and Obs4mips git repositories in
./Tables/source_tables/
. You will need to:
git clone --recursive <your-repo-url>
to check for changes in the submodules:
git submodule update --init --recursive
For the installation, simply run:
make install
It will create a conda env era5-tables
and pip install the necessary libraries.