Installation¶
Requirements¶
- Python 3.9 or higher
- SWAN executable (for running simulations)
Install from PyPI¶
Install from Source¶
For development or to get the latest features:
Verify Installation¶
SWAN Executable¶
Rompy-swan generates SWAN input files but requires the SWAN executable to run simulations. Download SWAN from the official website.
After installation, ensure the swan executable is in your PATH:
Dependencies¶
Rompy-swan automatically installs:
- rompy — Core rompy framework
- pydantic — Data validation
- numpy — Numerical operations
- xarray — NetCDF data handling
Next Steps¶
- Quickstart — Run your first SWAN simulation
- Architecture — Understand the component structure