-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
orography and mask generation fails to create a value for high resolution grids #714
Comments
The same problem exists in routines MAKEPC2 and MAKEOA2. These routines create the GWD fields. If there are no source points within a model grid box, then the GWD fields are set to initial values of zero. Updating these routines will be more complicated. |
Also, some of these GWD fields require multiple source points within a model box for a proper calculation. So, I suspect none of these fields are well calculated. We really need to use higher-resolution input data. Is GWD used in the fire WX domain? |
@GeorgeGayno-NOAA I spoke with the NESDIS/UMD developers of the water fraction product last week and they will produce a 7.5" global water fraction for us, which we can pair with the 7.5" GMTED elevation product. Hopefully this resolution will suffice for near future needs. |
Current orography and mask generation fails to create a value for high resolution grids when no source inputs are contained in an FV3 grid.
The current code takes a subset of source points surrounding the fv3 grid to create a mask and orography stats based on the source points that are in the fv3 grid. The current failure happens when there are no source points in the fv3 grid.
The text was updated successfully, but these errors were encountered: