.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE.txt
README.rst
pyproject.toml
setup.py
.github/workflows/ci.yml
docs/5x5_cell_partitioning.png
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/download.rst
docs/env.yml
docs/img2ts.rst
docs/img_read.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/ts_read.rst
docs/variables_era5.rst
docs/variables_era5land.rst
docs/_static/.gitignore
src/ecmwf_models/__init__.py
src/ecmwf_models/cli.py
src/ecmwf_models/extract.py
src/ecmwf_models/globals.py
src/ecmwf_models/grid.py
src/ecmwf_models/interface.py
src/ecmwf_models/utils.py
src/ecmwf_models.egg-info/PKG-INFO
src/ecmwf_models.egg-info/SOURCES.txt
src/ecmwf_models.egg-info/dependency_links.txt
src/ecmwf_models.egg-info/entry_points.txt
src/ecmwf_models.egg-info/not-zip-safe
src/ecmwf_models.egg-info/requires.txt
src/ecmwf_models.egg-info/top_level.txt
src/ecmwf_models/era5/__init__.py
src/ecmwf_models/era5/download.py
src/ecmwf_models/era5/era5-land_lut.csv
src/ecmwf_models/era5/era5_lut.csv
src/ecmwf_models/era5/img.py
src/ecmwf_models/era5/reshuffle.py
src/ecmwf_models/era5/land_definition_files/landmask_0.1_0.1.nc
src/ecmwf_models/era5/land_definition_files/landmask_0.25_0.25.nc
tests/__init__.py
tests/conftest.py
tests/test_grid.py
tests/test_utils.py
tests/tests_era5/test_era5_download.py
tests/tests_era5/test_era5_download_cds.py
tests/tests_era5/test_era5_interface.py
tests/tests_era5/test_era5_reshuffle.py