Skip to content

XBeach Model Guide

[!NOTE] This documentation page is a placeholder. XBeach model support in Rompy is under active development, and comprehensive documentation is still being created.

Installation

To use the XBeach model with Rompy, install the dedicated plugin:

pip install rompy-xbeach

Overview

XBeach is a numerical model for the simulation of nearshore and coastal processes. It is designed to compute wave propagation, sediment transport, and morphological changes in the coastal zone. With Rompy, you can configure XBeach simulations using Python objects that are validated with Pydantic, ensuring consistent and reproducible model setups.

Detailed Documentation

For comprehensive documentation on using XBeach with Rompy, visit: https://rom-py.github.io/rompy-xbeach

Worked Examples

For practical, hands-on examples of how to use XBeach with Rompy, please see the following notebooks:

Next Steps