AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.cfg
docs/Makefile
docs/make.bat
docs/modules.rst
docs/rompy.rst
docs/source/api.rst
docs/source/backend_reference.rst
docs/source/backends.rst
docs/source/cli.rst
docs/source/conf.py
docs/source/core_concepts.rst
docs/source/demo.rst
docs/source/formatting_and_logging.rst
docs/source/index.rst
docs/source/models.rst
docs/source/plugin_architecture.rst
docs/source/quickstart.rst
docs/source/developer/index.rst
docs/source/developer/architecture/selection_patterns.rst
docs/source/plugin_architecture/execution.rst
docs/source/schism/backend_framework.rst
docs/source/schism/backend_tutorial.rst
docs/source/schism/boundary_conditions.rst
docs/source/schism/hotstart.rst
docs/source/schism/index.rst
docs/source/swan/index.rst
docs/source/swan/types.rst
docs/source/swan/components/boundary.rst
docs/source/swan/components/cgrid.rst
docs/source/swan/components/group.rst
docs/source/swan/components/inpgrid.rst
docs/source/swan/components/lockup.rst
docs/source/swan/components/numerics.rst
docs/source/swan/components/output.rst
docs/source/swan/components/physics.rst
docs/source/swan/components/startup.rst
docs/source/swan/subcomponents/base.rst
docs/source/swan/subcomponents/boundary.rst
docs/source/swan/subcomponents/cgrid.rst
docs/source/swan/subcomponents/numerics.rst
docs/source/swan/subcomponents/output.rst
docs/source/swan/subcomponents/physics.rst
docs/source/swan/subcomponents/readgrid.rst
docs/source/swan/subcomponents/spectrum.rst
docs/source/swan/subcomponents/startup.rst
docs/source/swan/subcomponents/time.rst
src/rompy/__init__.py
src/rompy/_version.py
src/rompy/cli.py
src/rompy/formatting.py
src/rompy/model.py
src/rompy/plotting.py
src/rompy/utils.py
src/rompy.egg-info/PKG-INFO
src/rompy.egg-info/SOURCES.txt
src/rompy.egg-info/dependency_links.txt
src/rompy.egg-info/entry_points.txt
src/rompy.egg-info/requires.txt
src/rompy.egg-info/top_level.txt
src/rompy/backends/__init__.py
src/rompy/backends/config.py
src/rompy/core/__init__.py
src/rompy/core/boundary.py
src/rompy/core/config.py
src/rompy/core/data.py
src/rompy/core/filters.py
src/rompy/core/grid.py
src/rompy/core/render.py
src/rompy/core/source.py
src/rompy/core/spectrum.py
src/rompy/core/time.py
src/rompy/core/types.py
src/rompy/logging/__init__.py
src/rompy/logging/config.py
src/rompy/logging/formatter.py
src/rompy/logging/logger.py
src/rompy/pipeline/__init__.py
src/rompy/postprocess/__init__.py
src/rompy/run/__init__.py
src/rompy/run/docker.py
src/rompy/templates/base/__init__.py
src/rompy/templates/base/{{runtime.staging_dir}}/INPUT
src/rompy/templates/base/{{runtime.staging_dir}}/datasets/readme.md
src/rompy/templates/base/{{runtime.staging_dir}}/outputs/readme.md
tests/__init__.py
tests/conftest.py
tests/test_basegrid.py
tests/test_basemodel.py
tests/test_data.py
tests/test_intake_driver.py
tests/test_serilization.py
tests/test_templates.py
tests/test_time.py
tests/backends/test_enhanced_backends.py
tests/backends/test_modelrun_pydantic_integration.py
tests/backends/test_pydantic_backends.py
tests/core/test_logging.py
tests/example_configs/make_full_yaml.py
tests/integration/test_docker_backend.py
tests/test_utils/__init__.py
tests/test_utils/logging.py
tests/utils/__init__.py
tests/utils/compare.py