.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
Makefile
README.md
Untitled.ipynb
pyproject.toml
pytest.ini
setup.cfg
.github/ci-config.yml
.github/ci-hpc-config.yml
.github/ci-hpc-gpu-config.yml
.github/workflows/cd-pypi.yml
.github/workflows/ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/nightly-hpc-gpu.yml
.github/workflows/qa.yml
docs/Makefile
docs/api-reference.rst
docs/conf.py
docs/development.rst
docs/earthkit-packages.yml
docs/earthkit_packages.py
docs/faq.rst
docs/getting-started.rst
docs/index.rst
docs/licence.rst
docs/make.bat
docs/references.rst
docs/skip_api_rules.py
docs/why.rst
docs/_ext/xref.py
docs/_static/.gitkeep
docs/_static/book.svg
docs/_static/brackets-contain.svg
docs/_static/bulb.svg
docs/_static/custom.css
docs/_static/custom.js
docs/_static/earthkit-logo-only.svg
docs/_static/earthkit-meteo-dark.svg
docs/_static/earthkit-meteo-grey.svg
docs/_static/earthkit-meteo-light.svg
docs/_static/earthkit-meteo-notext.svg
docs/_static/message-question.svg
docs/_static/octahedral-grid.svg
docs/_static/rocket.svg
docs/_static/tool.svg
docs/_static/wind_direction.png
docs/_static/wind_sector.png
docs/_templates/.gitkeep
docs/_templates/sidebar/brand.html
docs/concepts/grib.rst
docs/concepts/index.rst
docs/concepts/regimes.rst
docs/how-tos/index.rst
docs/how-tos/stats/index.rst
docs/how-tos/stats/return_period.ipynb
docs/how-tos/vertical/index.rst
docs/how-tos/vertical/vertical_interpolate_fieldlist_multiple_dates.ipynb
docs/release-notes/deprecation.rst
docs/release-notes/index.rst
docs/release-notes/version_0.1_updates.rst
docs/release-notes/version_0.2_updates.rst
docs/release-notes/version_0.3_updates.rst
docs/release-notes/version_0.4_updates.rst
docs/release-notes/version_0.5_updates.rst
docs/release-notes/version_0.6_updates.rst
docs/release-notes/version_1.0_updates.rst
docs/release-notes/include/deprec_hybrid_geopotential_thickness.py
docs/release-notes/include/deprec_hybrid_pressure.py
docs/release-notes/include/deprec_hybrid_pressure_at_height_levels.py
docs/release-notes/include/migrated_hybrid_geopotential_thickness.py
docs/release-notes/include/migrated_hybrid_pressure.py
docs/release-notes/include/migrated_hybrid_pressure_at_height_levels.py
docs/tutorials/index.rst
docs/tutorials/extreme/extreme_efi_sot_xarray.ipynb
docs/tutorials/extreme/index.rst
docs/tutorials/input/index.rst
docs/tutorials/input/input_formats.ipynb
docs/tutorials/regimes/index.rst
docs/tutorials/regimes/seven_weather_regimes.ipynb
docs/tutorials/vertical/hybrid_levels_array.ipynb
docs/tutorials/vertical/hybrid_levels_fieldlist.ipynb
docs/tutorials/vertical/index.rst
docs/tutorials/vertical/interpolate_hybrid_to_hl_array.ipynb
docs/tutorials/vertical/interpolate_hybrid_to_hl_fieldlist.ipynb
docs/tutorials/vertical/interpolate_hybrid_to_pl_array.ipynb
docs/tutorials/vertical/interpolate_hybrid_to_pl_fieldlist.ipynb
docs/tutorials/vertical/interpolate_pl_to_hl_array.ipynb
docs/tutorials/vertical/interpolate_pl_to_hl_fieldlist.ipynb
docs/tutorials/vertical/interpolate_pl_to_pl_array.ipynb
docs/tutorials/vertical/interpolate_pl_to_pl_fieldlist.ipynb
docs/tutorials/vertical/interpolate_pl_to_pl_xarray.ipynb
src/earthkit/meteo/__init__.py
src/earthkit/meteo/_version.py
src/earthkit/meteo/conf/ifs_levels_conf.json
src/earthkit/meteo/constants/__init__.py
src/earthkit/meteo/constants/constants.py
src/earthkit/meteo/extreme/__init__.py
src/earthkit/meteo/extreme/cpf.py
src/earthkit/meteo/extreme/efi.py
src/earthkit/meteo/extreme/sot.py
src/earthkit/meteo/extreme/array/__init__.py
src/earthkit/meteo/extreme/array/cpf.py
src/earthkit/meteo/extreme/array/efi.py
src/earthkit/meteo/extreme/array/sot.py
src/earthkit/meteo/extreme/array/utils.py
src/earthkit/meteo/extreme/xarray/__init__.py
src/earthkit/meteo/extreme/xarray/cpf.py
src/earthkit/meteo/extreme/xarray/efi.py
src/earthkit/meteo/extreme/xarray/sot.py
src/earthkit/meteo/regimes/__init__.py
src/earthkit/meteo/regimes/index.py
src/earthkit/meteo/regimes/patterns.py
src/earthkit/meteo/regimes/array/__init__.py
src/earthkit/meteo/regimes/array/index.py
src/earthkit/meteo/regimes/xarray/__init__.py
src/earthkit/meteo/regimes/xarray/index.py
src/earthkit/meteo/score/__init__.py
src/earthkit/meteo/score/bootstrap.py
src/earthkit/meteo/score/deterministic.py
src/earthkit/meteo/score/ensemble.py
src/earthkit/meteo/score/array/__init__.py
src/earthkit/meteo/score/array/bootstrap.py
src/earthkit/meteo/score/array/deterministic.py
src/earthkit/meteo/score/array/ensemble.py
src/earthkit/meteo/score/xarray/__init__.py
src/earthkit/meteo/score/xarray/bootstrap.py
src/earthkit/meteo/score/xarray/deterministic.py
src/earthkit/meteo/score/xarray/ensemble.py
src/earthkit/meteo/solar/__init__.py
src/earthkit/meteo/solar/solar.py
src/earthkit/meteo/solar/array/__init__.py
src/earthkit/meteo/solar/array/solar.py
src/earthkit/meteo/solar/fieldlist/__init__.py
src/earthkit/meteo/solar/fieldlist/solar.py
src/earthkit/meteo/solar/xarray/__init__.py
src/earthkit/meteo/solar/xarray/solar.py
src/earthkit/meteo/stats/__init__.py
src/earthkit/meteo/stats/extreme_values.py
src/earthkit/meteo/stats/numpy_extended.py
src/earthkit/meteo/stats/quantiles.py
src/earthkit/meteo/stats/array/__init__.py
src/earthkit/meteo/stats/array/extreme_values.py
src/earthkit/meteo/stats/array/numpy_extended.py
src/earthkit/meteo/stats/array/quantiles.py
src/earthkit/meteo/stats/xarray/__init__.py
src/earthkit/meteo/stats/xarray/extreme_values.py
src/earthkit/meteo/stats/xarray/numpy_extended.py
src/earthkit/meteo/thermo/__init__.py
src/earthkit/meteo/thermo/thermo.py
src/earthkit/meteo/thermo/array/__init__.py
src/earthkit/meteo/thermo/array/es_comp.py
src/earthkit/meteo/thermo/array/thermo.py
src/earthkit/meteo/thermo/fieldlist/__init__.py
src/earthkit/meteo/thermo/fieldlist/thermo.py
src/earthkit/meteo/thermo/xarray/__init__.py
src/earthkit/meteo/thermo/xarray/thermo.py
src/earthkit/meteo/utils/__init__.py
src/earthkit/meteo/utils/convert.py
src/earthkit/meteo/utils/decorators.py
src/earthkit/meteo/utils/download.py
src/earthkit/meteo/utils/fieldlist.py
src/earthkit/meteo/utils/param.py
src/earthkit/meteo/utils/paths.py
src/earthkit/meteo/utils/sample.py
src/earthkit/meteo/utils/testing.py
src/earthkit/meteo/utils/typing.py
src/earthkit/meteo/vertical/__init__.py
src/earthkit/meteo/vertical/vertical.py
src/earthkit/meteo/vertical/array/__init__.py
src/earthkit/meteo/vertical/array/hybrid.py
src/earthkit/meteo/vertical/array/monotonic.py
src/earthkit/meteo/vertical/array/vertical.py
src/earthkit/meteo/vertical/fieldlist/__init__.py
src/earthkit/meteo/vertical/fieldlist/utils.py
src/earthkit/meteo/vertical/fieldlist/vertical.py
src/earthkit/meteo/vertical/xarray/__init__.py
src/earthkit/meteo/vertical/xarray/interpolation.py
src/earthkit/meteo/vertical/xarray/vertical.py
src/earthkit/meteo/wind/__init__.py
src/earthkit/meteo/wind/wind.py
src/earthkit/meteo/wind/array/__init__.py
src/earthkit/meteo/wind/array/wind.py
src/earthkit/meteo/wind/fieldlist/__init__.py
src/earthkit/meteo/wind/fieldlist/wind.py
src/earthkit/meteo/wind/xarray/__init__.py
src/earthkit/meteo/wind/xarray/wind.py
src/earthkit_meteo.egg-info/PKG-INFO
src/earthkit_meteo.egg-info/SOURCES.txt
src/earthkit_meteo.egg-info/dependency_links.txt
src/earthkit_meteo.egg-info/requires.txt
src/earthkit_meteo.egg-info/scm_file_list.json
src/earthkit_meteo.egg-info/scm_version.json
src/earthkit_meteo.egg-info/top_level.txt
tests/__init__.py
tests/test_version.py
tests/data/eqpt.csv
tests/data/sat_mr.csv
tests/data/sat_mr_slope.csv
tests/data/sat_q.csv
tests/data/sat_q_slope.csv
tests/data/sat_vp.csv
tests/data/sat_vp_slope.csv
tests/data/seqpt.csv
tests/data/t_hum_p_data.csv
tests/data/t_on_most_adiabat.csv
tests/data/t_wet.csv
tests/data/t_wetpt.csv
tests/documentation/test_examples.py
tests/extreme/__init__.py
tests/extreme/_cpf.py
tests/extreme/_data.py
tests/extreme/test_extreme.py
tests/extreme/array/__init__.py
tests/extreme/array/test_extreme.py
tests/extreme/xarray/__init__.py
tests/extreme/xarray/test_extreme.py
tests/regimes/__init__.py
tests/regimes/test_index.py
tests/regimes/test_patterns.py
tests/regimes/array/__init__.py
tests/regimes/array/test_index.py
tests/regimes/xarray/__init__.py
tests/regimes/xarray/test_index.py
tests/score/__init__.py
tests/score/array/__init__.py
tests/score/array/_crps.py
tests/score/array/_pearson.py
tests/score/array/test_bootstrap.py
tests/score/array/test_score.py
tests/score/xarray/__init__.py
tests/score/xarray/test_bootstrap.py
tests/score/xarray/test_deterministic.py
tests/score/xarray/test_ensemble.py
tests/solar/__init__.py
tests/solar/array/__init__.py
tests/solar/array/test_solar.py
tests/solar/fieldlist/__init__.py
tests/solar/fieldlist/test_solar.py
tests/solar/fieldlist/test_solar_grib.py
tests/solar/xarray/__init__.py
tests/solar/xarray/test_solar.py
tests/stats/__init__.py
tests/stats/test_extreme_values.py
tests/stats/array/__init__.py
tests/stats/array/_quantile.py
tests/stats/array/test_extreme_values.py
tests/stats/array/test_numpy_extended.py
tests/stats/array/test_quantiles.py
tests/stats/xarray/__init__.py
tests/stats/xarray/test_extreme_values.py
tests/thermo/__init__.py
tests/thermo/test_thermo.py
tests/thermo/array/__init__.py
tests/thermo/array/test_thermo.py
tests/thermo/fieldlist/__init__.py
tests/thermo/fieldlist/test_thermo.py
tests/thermo/fieldlist/test_thermo_grib.py
tests/thermo/xarray/__init__.py
tests/thermo/xarray/test_thermo.py
tests/vertical/_hybrid_core_data.py
tests/vertical/_hybrid_height_data.py
tests/vertical/_monotonic_cases.py
tests/vertical/_pl_data.py
tests/vertical/conftest.py
tests/vertical/test_array_interpolate.py
tests/vertical/test_array_vertical.py
tests/vertical/test_vertical_deprec.py
tests/vertical/test_xr_monotonic.py
tests/vertical/test_xr_theta.py
tests/vertical/fieldlist/test_vertical.py
tests/vertical/fieldlist/test_vertical_grib.py
tests/wind/__init__.py
tests/wind/test_wind.py
tests/wind/array/__init__.py
tests/wind/array/test_wind.py
tests/wind/fieldlist/__init__.py
tests/wind/fieldlist/test_wind.py
tests/wind/fieldlist/test_wind_grib.py
tests/wind/xarray/__init__.py
tests/wind/xarray/test_wind.py