WACS: WACS: Multivariate Weather-state Approach Conditionally...

Description WACS functions Authors Reference Examples

Description

WACS is a multivariate weather generator for daily climate variables based on weather-states that uses a Markov chain for modeling the succession of weather states. Conditionally to the weather states, the multivariate variables are modeled using the family of Complete Skew-Normal distributions. Parameters are estimated on measured series. Must include a 'Rain' variable and can accept as many other variables as desired.

WACS functions

Authors

Denis Allard, Ronan Trépos

Reference

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run:  
  data(ClimateSeries)
  ThisData = WACSdata(ClimateSeries, from="1995-01-01", to="2012-12-31")
  ThisPar  = WACSestim(ThisData)
  ThisSim  = WACSsimul(ThisPar, from="1995-01-01", to="2012-12-31")
  ThisVal  = WACSvalid(what="Sim",wacsdata = ThisData, wacspar = ThisPar, 
                       wacssimul = ThisSim,varname="tmin")
  WACSplot(ThisVal,file="ThisFile.pdf")

## End(Not run)

WACS documentation built on July 1, 2020, 5:22 p.m.

Related to WACS in WACS...