Skip to content

Multi-Driver Stochastic Weather Generator

Stochastic weather generator producing multi-driver flood forcing (rainfall + storm surge + tidal phase) by resampling and rescaling historic events to match randomly generated event statistics.

Template update workflow

This project was generated from copier-python-template. Template improvements can be pulled in at any time:

copier update --skip-tasks

The diagram below shows how the template ecosystem works:

flowchart LR
    T[copier-python-template] -->|copier copy| P[new project]
    P -->|local customization| P2[customized project]
    T -->|template improvement| T2[updated template]
    T2 -->|copier update| P2