-
Notifications
You must be signed in to change notification settings - Fork 109
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
Create very low resolution grids #1000
Comments
Updated the The files were placed on Hera: @DeniseWorthen - can you take a quick look? |
@GeorgeGayno-NOAA It seems to have generated the expected values. I didn't check every combo, but I did some spot-checking. This for example is a "normal" c96.mx100 plot of land-frac and this is C12.mx025 The land masses seem consistent, so I agree the generated files appear OK. |
'grid' files. Fixes ufs-community#1000.
one of the polygon's corner points. Fixes ufs-community#1000.
The following grids were created and placed on Hera in
|
When creating the unit test for "remove_isolated_pts", I discovered a possible problem at the i-direction edges of the grid. To determine if a point is 'isolated', the surrounding 8 points are checked. So, if point (2,2) is checked for a 3x3 grid, the 8 surrounding points are:
That is correct. When point (1,2) is checked, some of the eight points are located at i=3.
That is only correct for a global grid. I suspect when the This test was done using 25c6b54. |
e/w edges of the tile. Fixes ufs-community#1000.
This change to "remove_isolated_pts" was made at a7545ea. All |
both odd and even dimensioned grids. Fixes ufs-community#1000.
While writing the unit test for 'remove_isolated_pts', I could not figure out how to trip the 'ELSE' branch of this 'IF' block.
My guess is that this logic was used for the old GFS gaussian reduced grid - where the number of points in the 'i' direction decreased toward the poles. I will remove this logic. |
this branch was used for the old GFS reduced grid. Fixe ufs-community#1000.
The routine was updated at 380a57c. All |
low-resolution version of the umd land use file. Fixes ufs-community#1000.
of the umd land mask file. Fixes ufs-community#1000.
Add check to ensure grid dimensions of the orog file are correct. Fixes ufs-community#1000.
Mid-point check: all |
The UFS group want to run the model at very low resolution - C18 or C12.
Check if UFS_UTILS can create grids this coarse.
Add relevant unit tests.
Related issues: ufs-community/ufs-weather-model#2508
The text was updated successfully, but these errors were encountered: