Mark Piper
Mark Piper
With gfortran 9.3, building coretran fails on Linux and macOS. Here's a sample traceback on macOS: ``` [ 50%] Building Fortran object CMakeFiles/coretran.dir/sorting/m_select.f90.o [ 51%] Building Fortran object CMakeFiles/coretran.dir/maths/m_maths.f90.o [...
This PR adds four new functions that, together, allow a user to represent geospatial data in a BMI: * *get_grid_coordinate_names* * *get_grid_coordinate_units* * *get_grid_coordinate* * *get_grid_crs* The changes in this...
This is a request to allow grid spacing to have negative values. The current [documentation](https://bmi.readthedocs.io/en/latest/#get-grid-spacing) for the *get_grid_spacing* function suggests that grid spacing is a distance between nodes of a...
I'm opening this issue to facilitate discussion of how we can harmonize the BMI implementation techniques used by the MODFLOW development team and CSDMS. The MODFLOW development team of @jdhughes-usgs...
To help address #87 and #88, the BMI should have a function to return the names of the ~dimensions~ node coordinates of a grid.
Currently, to obtain the nodes of rectilinear, structured quadrilateral, and unstructured grids, the BMI has functions ```java int get_grid_x(in int grid, in array x); int get_grid_y(in int grid, in array...
Adding new functions in a BMI release sets off a series of updates for downstream products. This issue lists those updates. - [ ] Complete all tasks for the current...
The BMI should handle data with a [coordinate reference system](https://www.earthdatascience.org/courses/earth-analytics/spatial-data-r/intro-to-coordinate-reference-systems/) (CRS), allowing such data to be exchanged between models with a BMI. The BMI should handle geospatial data in the...
The BMI should have a function (or functions) to get the units of a grid.
This is a request to add a new BMI grid type for a variable that could have multiple values, but doesn't have grid information associated with it. For example, I'd...