-
Notifications
You must be signed in to change notification settings - Fork 2
Weather_Influence_Score
The Weather Influence Score (
Given the 4-D path of an airfract
Where
Where
In some cases, the Influence Function of a quantity can be more complex, for example; temperature. There's an optimal temperature at which turbines operate, too high or too little would decrease the performance, so a simple model for the Temperature Influence Function would be:
Below are the current
The Precipitation Influence Function
The Clouds Influence Function cloudiness column in weather data. That column is an interpolation of the "Sky Coverage" and "Sky Location" variables skycX and skylX, translated between 0 and 1 and interpolated.
As mentioned before, the Temperature Influence Function will be dependent on some engine efficiency model. For our case we'll simply use the aforementioned efficiency model:
Thus we can model
The wind influence is straightforward, however it's important to note that the estimation of wind speed and direction is not a trivial matter and thus, it is likely that the final coefficient associated with it's integral
The wind influence will be a piecewise function, as headwind is beneficial during takeoff and landing, but not during cruising.
That is: For cruising, if the plane and wind are going in the same direction, the influence is positive, and is scaled by the relative speed of the wind and plane. If the wind is against the plane the influence is negative. The opposite applies for takeoff and landing.
For the estimate of the coefficients associated to each of the quantities, it boils down to an optimization problem. That is, what combination of coefficients
And then the
Project Documentation
- Home
- Tutorials and Notes
- Low Level Tutorials (External Resources)
- High Level Tutorials (Internal Resources)
- Notes
- Not Used
Project Meetings