Skip to content

SWAN Model Guide

Installation

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

pip install rompy-swan

Overview

SWAN (Simulating WAves Nearshore) is a third-generation wind-wave model that computes random, short-crested waves in coastal regions and inland waters. With Rompy, you can configure SWAN simulations using Python objects that are validated with Pydantic, ensuring consistent and reproducible model setups.

Detailed Documentation

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

Worked Examples

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

Next Steps