AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
NOTICE
README.md
README.rst
pyproject.toml
setup.cfg
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/types.rst
docs/source/components/boundary.rst
docs/source/components/cgrid.rst
docs/source/components/group.rst
docs/source/components/inpgrid.rst
docs/source/components/lockup.rst
docs/source/components/numerics.rst
docs/source/components/output.rst
docs/source/components/physics.rst
docs/source/components/startup.rst
docs/source/subcomponents/base.rst
docs/source/subcomponents/boundary.rst
docs/source/subcomponents/cgrid.rst
docs/source/subcomponents/numerics.rst
docs/source/subcomponents/output.rst
docs/source/subcomponents/physics.rst
docs/source/subcomponents/readgrid.rst
docs/source/subcomponents/spectrum.rst
docs/source/subcomponents/startup.rst
docs/source/subcomponents/time.rst
src/rompy_swan/__init__.py
src/rompy_swan/boundary.py
src/rompy_swan/config.py
src/rompy_swan/data.py
src/rompy_swan/grid.py
src/rompy_swan/interface.py
src/rompy_swan/legacy.py
src/rompy_swan/types.py
src/rompy_swan.egg-info/PKG-INFO
src/rompy_swan.egg-info/SOURCES.txt
src/rompy_swan.egg-info/dependency_links.txt
src/rompy_swan.egg-info/entry_points.txt
src/rompy_swan.egg-info/requires.txt
src/rompy_swan.egg-info/top_level.txt
src/rompy_swan/components/__init__.py
src/rompy_swan/components/base.py
src/rompy_swan/components/boundary.py
src/rompy_swan/components/cgrid.py
src/rompy_swan/components/group.py
src/rompy_swan/components/inpgrid.py
src/rompy_swan/components/lockup.py
src/rompy_swan/components/numerics.py
src/rompy_swan/components/output.py
src/rompy_swan/components/physics.py
src/rompy_swan/components/startup.py
src/rompy_swan/subcomponents/__init__.py
src/rompy_swan/subcomponents/base.py
src/rompy_swan/subcomponents/boundary.py
src/rompy_swan/subcomponents/numerics.py
src/rompy_swan/subcomponents/output.py
src/rompy_swan/subcomponents/physics.py
src/rompy_swan/subcomponents/readgrid.py
src/rompy_swan/subcomponents/spectrum.py
src/rompy_swan/subcomponents/startup.py
src/rompy_swan/subcomponents/time.py
src/rompy_swan/templates/swan/__init__.py
src/rompy_swan/templates/swan/cookiecutter.json
src/rompy_swan/templates/swan/{{runtime.staging_dir}}/INPUT
src/rompy_swan/templates/swan/{{runtime.staging_dir}}/out.loc
src/rompy_swan/templates/swan/{{runtime.staging_dir}}/datasets/readme.md
src/rompy_swan/templates/swan/{{runtime.staging_dir}}/outputs/readme.md
src/rompy_swan/templates/swanbasic/__init__.py
src/rompy_swan/templates/swanbasic/{{runtime.staging_dir}}/INPUT
src/rompy_swan/templates/swanbasic/{{runtime.staging_dir}}/datasets/readme.md
src/rompy_swan/templates/swanbasic/{{runtime.staging_dir}}/outputs/readme.md
src/rompy_swan/templates/swancomp/__init__.py
src/rompy_swan/templates/swancomp/{{runtime.staging_dir}}/INPUT
tests/conftest.py
tests/test_model_containers.py
tests/test_swan_config.py
tests/test_swan_model.py
tests/test_swan_types.py
tests/components/test_base.py
tests/components/test_boundary.py
tests/components/test_cgrid.py
tests/components/test_inpgrid.py
tests/components/test_lockup.py
tests/components/test_output.py
tests/components/test_physics.py
tests/components/test_startup.py
tests/data/schism/download_era5_datamesh.py
tests/data/schism/download_hycom.py
tests/data/schism/download_tides.py
tests/subcomponents/test_subcomponent_boundary.py
tests/subcomponents/test_subcomponent_physics.py
tests/subcomponents/test_subcomponent_readgrid.py
tests/subcomponents/test_subcomponent_shape.py
tests/subcomponents/test_subcomponent_time.py
tests/test_utils/__init__.py
tests/test_utils/logging.py