Why GHI from NWP cloud cover instead of DSWRF? #792
-
Hello! Why do the NWP forecast functions for the GFS (such as Also, the docstring for Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
On your first question, see https://forecastarbiter.epri.com/benchmarks/ and https://pvlib-python.readthedocs.io/en/stable/user_guide/forecasts.html?#cloud-cover-and-radiation. DSWRF and GHI are the same thing, but most of the NWPs, with the noted exception of the HRRR, have (or have had?) issues with solar position, interval labeling, or interval averaging when it comes to irradiance. On your second question, you've probably seen this, but it looks like a good answer: https://earthscience.stackexchange.com/questions/24235/understanding-gfs-parameter-averaging-times. Also see https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/ncep_norm.html. And in this package there are more details in comments (see example linked/inserted below), but I don't know where the supporting info came from. |
Beta Was this translation helpful? Give feedback.
-
GFS averaging interval just came up on the NCEP NOMADS mailing list. I don't think there's any new information (it's the same person that responded to your stackexchange question), but this just shows that it is common question. Here's the exchange (with email addresses and personal info redacted, since I'm not sure what NCEP's rules are about distributing listserv emails):
|
Beta Was this translation helpful? Give feedback.
On your first question, see https://forecastarbiter.epri.com/benchmarks/ and https://pvlib-python.readthedocs.io/en/stable/user_guide/forecasts.html?#cloud-cover-and-radiation. DSWRF and GHI are the same thing, but most of the NWPs, with the noted exception of the HRRR, have (or have had?) issues with solar position, interval labeling, or interval averaging when it comes to irradiance.
On your second question, you've probably seen this, but it looks like a good answer: https://earthscience.stackexchange.com/questions/24235/understanding-gfs-parameter-averaging-times. Also see https://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/ncep_norm.html. And in this package there are more details in…