Skip to content
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

Closed
barlage opened this issue Nov 9, 2022 · 4 comments
Assignees

Comments

@barlage
Copy link
Collaborator

barlage commented Nov 9, 2022

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.

@GeorgeGayno-NOAA
Copy link
Collaborator

Here is an illustration of the problem. This is a plot of the orography for a fire weather nest in California. The model points in purple have no source orography points located within its boundaries.

Orog_raw

@GeorgeGayno-NOAA
Copy link
Collaborator

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.

@GeorgeGayno-NOAA
Copy link
Collaborator

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?

@barlage
Copy link
Collaborator Author

barlage commented Nov 30, 2022

@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.

GeorgeGayno-NOAA added a commit to barlage/UFS_UTILS that referenced this issue May 1, 2023
GeorgeGayno-NOAA added a commit to barlage/UFS_UTILS that referenced this issue May 2, 2023
GeorgeGayno-NOAA added a commit to barlage/UFS_UTILS that referenced this issue May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants