Replies: 0 comments 8 replies
-
Rename get_grid_rank to get_grid_dimension_count. "Rank" is a linear algebra term, and maybe not quite appropriate for describing model grids. The new name is also analogous to the existing get_grid_node_count. |
Beta Was this translation helpful? Give feedback.
-
Deprecate get_grid_size in favor of the existing get_grid_node_count. |
Beta Was this translation helpful? Give feedback.
-
Deprecate the get_grid_[xyz] functions in favor of a single new get_grid_node_coordinates function. This is discussed in #88. |
Beta Was this translation helpful? Give feedback.
-
Following the naming pattern set with get_grid_node_coordinates, rename get_grid_dimension_names in #90 to get_grid_node_coordinate_names. I think this follows the spirit of @hrajagers' comment. |
Beta Was this translation helpful? Give feedback.
-
Also following the naming pattern set with get_grid_node_coordinates, rename get_grid_units in #89 to get_grid_node_coordinate_units. |
Beta Was this translation helpful? Give feedback.
-
Make an "experimental" branch on https://github.com/csdms/bmi for us to work with the changes described here in the babelizer, for example. We should also make sure to maintain docs for BMI 2 and 3. |
Beta Was this translation helpful? Give feedback.
-
@mcflugen and @mdpiper talked BMI today, mostly in response to a comment @hrajagers added to #90.
I'll thread our ideas below.
Beta Was this translation helpful? Give feedback.
All reactions