Consolidate the nearest_index
subroutines in FMS
#1387
Labels
enhancement
Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
Is your feature request related to a problem? Please describe.
There are multiple subroutines in FMS that do the same thing:
Describe the solution you'd like
These subroutines should be consolidated into
nearest_index
in axis_utils and it should be expanded to support monotonically increasing and decreasing arraysThe modern diag manager is already using
nearest_index
Describe alternatives you've considered
N/A
Additional context
This is to prepare for #1213
The text was updated successfully, but these errors were encountered: