AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/composites.rst
docs/computation.rst
docs/conf.py
docs/constants.rst
docs/contributing.rst
docs/faq.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/memory_management.rst
docs/monitors.rst
docs/overview.rst
docs/quickstart.rst
docs/state.rst
docs/timestepping.rst
docs/tracers.rst
docs/units.rst
docs/writing_components.rst
sympl/__init__.py
sympl.egg-info/PKG-INFO
sympl.egg-info/SOURCES.txt
sympl.egg-info/dependency_links.txt
sympl.egg-info/requires.txt
sympl.egg-info/top_level.txt
sympl.egg-info/zip-safe
sympl/_components/__init__.py
sympl/_components/basic.py
sympl/_components/netcdf.py
sympl/_components/plot.py
sympl/_components/timesteppers.py
sympl/_core/__init__.py
sympl/_core/base_components.py
sympl/_core/combine_properties.py
sympl/_core/composite.py
sympl/_core/constants.py
sympl/_core/dataarray.py
sympl/_core/exceptions.py
sympl/_core/get_np_arrays.py
sympl/_core/init_np_arrays.py
sympl/_core/restore_dataarray.py
sympl/_core/state.py
sympl/_core/tendencystepper.py
sympl/_core/time.py
sympl/_core/tracers.py
sympl/_core/units.py
sympl/_core/util.py
sympl/_core/wildcard.py
sympl/_core/wrappers.py
tests/__init__.py
tests/test_array.py
tests/test_base_components.py
tests/test_components.py
tests/test_composite.py
tests/test_constants.py
tests/test_get_restore_numpy_array.py
tests/test_match_dims_like.py
tests/test_netcdf_monitor.py
tests/test_restart_monitor.py
tests/test_state.py
tests/test_time.py
tests/test_time_differencing_wrapper.py
tests/test_timestepping.py
tests/test_tracers.py
tests/test_units.py
tests/test_util.py
tests/test_wrapper.py