dnora_tutorials π
September 14, 2025 Β· View on GitHub
Tutorials and example workflows for using dnora.
Whatβs inside π¦
Examples/scripts that are designed to be self-contained and easy to adapt. π§
Dynamical / Non-stationary SWAN π using:
- Wind & Boundary Spectra (NORA3)
ex1_swan_nonstat.py - Wind & Boundary Spectra (NORA3) + Surface Currents (NORKYST800)
ex2_swan_nonstat_currents.py - Wind & Boundary Spectra + Ice (NORA3) π§
ex3_swan_nonstat_ice.py
Stationary SWAN β:
- No structures (e.g., breakwaters)
ex4_swan_stat.py - With structures (e.g., breakwaters) π§±
ex5_swan_stat_with_structures.py
Quick Output Plots using dnplot π
Prerequisites β
- To install dnora, please follow instructions at: https://github.com/MET-OM/dnora
- To install a wave model (e.g., SWAN), please see official installation instructions π
Quick start π
- Clone this repo
git clone https://github.com/MET-OM/dnora_tutorials.git cd dnora_tutorials