I apologize for not being specific from the start:Background:I need a stochastic model for wind (speed and direction) as input for an advection diffusion model to model the development of an ash could after an volcanic outbreak.As the model is supposed to be as generic as possible, but I need only a rough approximation, I will ignore certain characteristics, the most restrictive one being that the area of interest is so small that I dont have to consider spacial variations. Further, I ignore:- vertical wind- surface characteristics.I do not need to look at data at this point, but allow for data input by the structure of the model (i.e. the more information I put in the model, the more I'll get out of it)- the perturbations "around" are captured by the diffusion of the PDE (advection diffusion).- I don't want to model the dependence on the hidden factors such as pressure, temperature, etc.This leaves the dynamics of the wind speed and direction to be modeled, I thought of AR processes or Ornstein-Uhlenbeck/Vasicek.There is also a connection between wind and direction, as depicted in wind roses
http://en.wikipedia.org/wiki/File:Wind_ ... ot.jpgThis is probably difficult to consider (at least I do not have any idea how to do that in a consistent manner), so independent speed and direction will do just fine.I know that the distribution of wind speed over a year is Weibull distributed, and I do not know how (and if) this can be connected to a time-varying model.Additionally, I would like to consider daily (day/night) and seasonal variation in the mean wind speed (e.g. by a time-dependent mean in the Vasicek model)I am grateful for any idea for an consistent approach to this!