
Post by
Flying Phil | 2023-02-18 | 14:36:46
Hi Cvetan,
I don't know if you found the way VR handles the 0.25° winds, but if it helps:
They disregarded the +3h and +6h gribs and the interpolation with 4 gribs at the time of the weather update is over. They integrate the +9h later so the disturbances related to the new weather also occur later 😉
Ex. example for the weather of 9h40UTC
- until 12h00 UTC, we use only the gribs of 00Z+9h and 00Z+12h (while in GFS 1° we added the 06Z+3h and 06Z+6h)
- from 12h00 UTC, beginning of the integration of the new weather, we use the gribs of 00Z+12h and 06Z+9h
In addition to the advantages in terms of calculation, there is also the fact that NOAA can be late by an hour or two, no impact.
Interpolation by 10 minutes is also finished, now it's continuous. And the calculation of bilinear interpolation is also standard. no more averages/coef/ratios/conversion to 8 bits , in your get_interp_wind function, speed_uv is the right result (minimum 1knt).
Good luck for the routeur update and thanks a lot for all you do for the VR players.