.gitignore
.readthedocs.yaml
.style.yapf
.travis.yml
.zenodo.json
AUTHORS.rst
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
gh-pages.sh
requirements-devel.txt
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/refs.bib
docs/requirements.txt
docs/usage.rst
docs/_static/logo.png
docs/examples/api_features.ipynb
docs/examples/examples_numerics.ipynb
docs/examples/importable_variables_equations.ipynb
docs/examples/test_equation_definitions.py
docs/examples/test_variable_definitions.py
essm/__init__.py
essm/_generator.py
essm/bases.py
essm/style.yapf
essm/transformer.py
essm/version.py
essm.egg-info/PKG-INFO
essm.egg-info/SOURCES.txt
essm.egg-info/dependency_links.txt
essm.egg-info/not-zip-safe
essm.egg-info/requires.txt
essm.egg-info/top_level.txt
essm/equations/__init__.py
essm/equations/_core.py
essm/equations/leaf/__init__.py
essm/equations/leaf/energy_water.py
essm/equations/physics/__init__.py
essm/equations/physics/thermodynamics.py
essm/variables/__init__.py
essm/variables/_core.py
essm/variables/units.py
essm/variables/utils.py
essm/variables/chamber/__init__.py
essm/variables/chamber/insulation.py
essm/variables/chamber/mass.py
essm/variables/leaf/__init__.py
essm/variables/leaf/energy_water.py
essm/variables/leaf/radiation.py
essm/variables/physics/__init__.py
essm/variables/physics/thermodynamics.py
tests/test_equations.py
tests/test_variables.py