Feature 1823 global#1928
Merged
JohnHalleyGotway merged 27 commits intodevelop from feature_1823_globalOct 1, 2021
+1,224-1,657
Commits
Commits on Sep 3, 2021
Per #1823, no actual code changes. Just making code header formatting consistent. This issue will require modifying these classes to wrap global grids.
committed- committed
- committed
Per #1823, updates to the vx_util library. But note that this is just the mechanics, passing around the is_global boolean. I still need to actually update the logic to do the wrapping. I also need …
committed
Commits on Sep 8, 2021
Per #1823, this is a clear and obvious bugfix. The interp.vld_thresh setting was NOT getting set properly in Point-Stat and Ensemble-Stat. Need to add a call to set_interp_thresh instead of using t…
committed- committed
- committed
- committed
- committed
Per #1823, remove the unused fractional_coverage_square() function rather than updating it to handle global grids.
committedPer #1823, update application code to make updated calls to DataPlane utility functions for point_stat, grid_stat, ensemble_stat, and shift_data_plane.
committed- committed
Per #1823, update regridding logic to only skip points off the grid in the x-direction for non-global grids.
committedPer #1823, include the interpolation method/width in the log message for skipping observations due to a bad interpolated forecast value.
committedPer #1823, added a positive_modulo(int, int) utility function to mimic the modulo functionality within python. This is needed to wrap negative X indices back to positive for global grids.
committed
Commits on Sep 28, 2021
Commits on Sep 30, 2021
Per #1823, add a new call to regrid_data_plane that in met version 10.0.0 has a vertical stripe of missing data that is gone in this feature branch.
committedPer #1823, switch the regrid_data_plane call to use existing input data rather than having to add new inputs. In MET version 10.0.0, this results in a vertical line at the wrap longitude point. But…
committedPer #1823, print a log message when a global grid has a longitude spacing that does not evenly divide 360.
committed- committed
- committed
- committed