Difference between domain average wind and weather forecast wind in a single grid #543
-
Hi WindNinja team, I am asking about the difference between weather forecast wind and domain average wind. Are they having the same physical meaning? An imaginary scenario to elaborate my question:
Will I get the same results from 1 and 2? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@myyesterdays For the example you gave where the weather model initialization has data from only one weather model grid point, yes, the domain average initialization and the weather model initialization will give you the same output. Frequently though, the weather model will have several grid points within the WindNinja domain, in this case each weather model grid point influences the simulation. The way we ingest the weather model data is different between our two solvers (just due to the way the solvers are formulated and how they work), but here is a general description of what happens:
|
Beta Was this translation helpful? Give feedback.
-
@myyesterdays Yes, if there is just one weather station with the same wind data as in the above then it will give the same answer. |
Beta Was this translation helpful? Give feedback.
-
@myyesterdays The output wind field is an average wind field based on the input wind you give it. WindNinja doesn't simulate gust speeds, per se, but if you feed it a "gust speed and direction" as an input it will treat it the same as if you had fed it a 10-min average speed and direction. The output speed units are user-customizable. Choices include mph, mps, and kph. You can find a lot of other details about the model and how to use it in our tutorials: https://github.com/firelab/windninja/tree/master/doc/tutorials. |
Beta Was this translation helpful? Give feedback.
@myyesterdays For the example you gave where the weather model initialization has data from only one weather model grid point, yes, the domain average initialization and the weather model initialization will give you the same output. Frequently though, the weather model will have several grid points within the WindNinja domain, in this case each weather model grid point influences the simulation. The way we ingest the weather model data is different between our two solvers (just due to the way the solvers are formulated and how they work), but here is a general description of what happens:
For the mass solver, each weather model grid point within the WindNinja domain influences the simu…