LICENSE
README.md
pyproject.toml
src/pvtend/__init__.py
src/pvtend/_version.py
src/pvtend/blowup.py
src/pvtend/classify.py
src/pvtend/cli.py
src/pvtend/climatology.py
src/pvtend/composite_builder.py
src/pvtend/composites.py
src/pvtend/constants.py
src/pvtend/derivatives.py
src/pvtend/grid.py
src/pvtend/helmholtz.py
src/pvtend/isentropic.py
src/pvtend/moist_dry.py
src/pvtend/omega.py
src/pvtend/preprocessing.py
src/pvtend/rwb.py
src/pvtend/sh_ops.py
src/pvtend/tendency.py
src/pvtend.egg-info/PKG-INFO
src/pvtend.egg-info/SOURCES.txt
src/pvtend.egg-info/dependency_links.txt
src/pvtend.egg-info/entry_points.txt
src/pvtend.egg-info/requires.txt
src/pvtend.egg-info/top_level.txt
src/pvtend/data/__init__.py
src/pvtend/data/idealized_pv.npz
src/pvtend/decomposition/__init__.py
src/pvtend/decomposition/basis.py
src/pvtend/decomposition/interpolation.py
src/pvtend/decomposition/projection.py
src/pvtend/decomposition/smoothing.py
src/pvtend/io/__init__.py
src/pvtend/io/era5.py
src/pvtend/io/npz.py
src/pvtend/io/pkl.py
src/pvtend/plotting/__init__.py
src/pvtend/plotting/baroclinic.py
src/pvtend/plotting/basis_plots.py
src/pvtend/plotting/coefficient_plots.py
src/pvtend/plotting/composite_explorer.py
src/pvtend/plotting/field_plots.py
tests/test_additivity_real.py
tests/test_blowup.py
tests/test_classify.py
tests/test_cli.py
tests/test_climatology.py
tests/test_composite_builder.py
tests/test_derivatives.py
tests/test_helmholtz.py
tests/test_interpolation.py
tests/test_moist_dry.py
tests/test_sh_ops.py
tests/test_tendency.py