How can you get the HRRR smoke product? #106
Unanswered
blaylockbk
asked this question in
Q&A
Replies: 1 comment 2 replies
|
I haven't played with the smoke variables much yet, but here's a start. From here, I think you need the So, for a 6 hour forecast H = Herbie('2022-09-14', model='hrrr', fxx=6)
ds = H.xarray("COLMD")
ds.unknown.plot(cmap='Spectral_r')produces this quick plot and this looks like this plot of integrated smoke (I just don't know what the units are--it's not stored in the GRIB file as far as I can tell.) Hope that gets you started. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I'm interested in smoke from the HRRR. Can you provide a quick example of obtaining the HRRR smoke output?
All reactions