Skip to content

dmetivie/StochasticWeatherGenerators.jl

Repository files navigation

StochasticWeatherGenerators

StochasticWeatherGenerators.jl

Dev

A Julia package, to define, fit and use Stochastic Weather Generators (SWG).

Currently, the package offers:

  • The daily multisite rain SWG proposed in the Interpretable Seasonal Hidden Markov Model for spatio-temporal stochastic rain generation in France paper. This SWG relies on a "Seasonal Autoregressive Hidden Markov Models" (SHMM) with interpretable hidden states. Note that the seasonal models HMM, AR etc are currently implemented in a separate package SmoothPeriodicStatsModels.jl.

  • The possibility to add stations to the SHMM and variables w.r.t. the hidden states. In particular, a multisite SWG with 5 weather variables (Rain, Temperature Max, Temperature Min, Evapotranspiration, Solar Irradiance) was tested. The structure of the added variables is very simplistic but do the job for the proof of concept. See the associated tutorial in the documentation.

Note

Stochastics Weather Generators are probabilistic weather models. Like random number generators, they can quickly generate multiple random sequences, except that the produced sequences correctly reproduce some statistics of interest, e.g. spatial-temporal correlations, extremes, etc. They can be used to study climate variability in particular extremes and "stress" models that takes weather inputs e.g. crop models. See the IPCC note on SWG for more context.

Important

The objective of this package is not only to show my model, but also to propose several classic (and newer) SWG model. Hence, feel free to open an issue or open PR with ideas and models. This would allow easy model comparison and, in some cases, combination. I'll try to implement the simple (and historic) model, i.e. the Richardson - Water resources research, 1981.

Go check the documentation and the fully reproducible tutorial associated with the paper.

Releases

No releases published

Packages

No packages published

Languages