bcgov / wps

Wildfire Predictive Services to support decision making in prevention, preparedness, response and recovery
Apache License 2.0
36 stars 6 forks source link

MoreCast 2.0: Add GFS weather model #2584

Closed nealmcloughlin closed 1 year ago

nealmcloughlin commented 1 year ago

As a weather forecaster

I need additional weather models to chose from

So That I can provide the best possible weather forecast.

Acceptance Criteria

Additional Context

Definition of Done https://github.com/bcgov/wps/wiki/Definition-of-Done

NicolasLivanos commented 1 year ago

gfs.png

andrea-williams commented 1 year ago

List of raster bands for 000 forecast hour: https://www.nco.ncep.noaa.gov/pmb/products/gfs/gfs.t00z.pgrb2.0p50.f000.shtml

List of raster bands for 003+ forecast hours: https://www.nco.ncep.noaa.gov/pmb/products/gfs/gfs.t00z.pgrb2.0p50.f003.shtml

Making assumption that we want to pull temp & RH values at 2m above ground level, and wind dir & speed values at 10m above ground level (this is what we're using for Env Can models)

NOTE: the raster band index docs suggest that temperature is reported in Kelvin (K). Based on the values I'm seeing, I think that's wrong and it's actually Celcius. According to those same dodgy docs, U- and V-components of wind are reported in m/s - is there a way to confirm that's correct?

nealmcloughlin commented 1 year ago

Yes. pull temp and RH values at 2 m above ground and wind values at 10 m above ground. I have encountered weather models that report temp in Kelvin, but it's possible the documentation is out of date. Without documentation, I would assume the U- and V-components of wind are in m/s. You can use www.spotwx.com to confirm converted values for temp, wind speed, and wind direction are correct. Enter a coordinate for a station location and select the GFS model. There are options to view the data in graphical or tabular formats.