LICENSE
README.md
pyproject.toml
src/wam2layers/__init__.py
src/wam2layers/cli.py
src/wam2layers/config.py
src/wam2layers/download.py
src/wam2layers/download_preprocessed.py
src/wam2layers/example_cases.py
src/wam2layers.egg-info/PKG-INFO
src/wam2layers.egg-info/SOURCES.txt
src/wam2layers.egg-info/dependency_links.txt
src/wam2layers.egg-info/entry_points.txt
src/wam2layers.egg-info/requires.txt
src/wam2layers.egg-info/top_level.txt
src/wam2layers/analysis/__init__.py
src/wam2layers/analysis/checks.py
src/wam2layers/analysis/visualization.py
src/wam2layers/preprocessing/__init__.py
src/wam2layers/preprocessing/arco.py
src/wam2layers/preprocessing/cmip.py
src/wam2layers/preprocessing/era5.py
src/wam2layers/preprocessing/input_validation.py
src/wam2layers/preprocessing/pressure_levels.py
src/wam2layers/preprocessing/shared.py
src/wam2layers/preprocessing/tableERA5model_to_pressure.csv
src/wam2layers/preprocessing/utils.py
src/wam2layers/preprocessing/xarray_append.py
src/wam2layers/reference/variables.py
src/wam2layers/tracking/__init__.py
src/wam2layers/tracking/backtrack.py
src/wam2layers/tracking/core.py
src/wam2layers/tracking/forwardtrack.py
src/wam2layers/tracking/io.py
src/wam2layers/tracking/shared.py
src/wam2layers/utils/__init__.py
src/wam2layers/utils/calendar.py
src/wam2layers/utils/grid.py
src/wam2layers/utils/profiling.py
src/wam2layers/utils/shapefile_mask.py
src/wam2layers/utils/tagging_region.py
tests/test_config.py
tests/test_download.py
tests/test_grid.py
tests/test_io.py
tests/test_workflow.py