Closed mdpiper closed 3 years ago
This PR updates the BMI for the heat model to more closely match the signatures of the BMI functions from the bmi-python repo. In particular, the
functions all take an output array parameter.
As a convenience, a shape property was added to the Heat class. This makes the get_grid_rank and get_grid_size functions easier to implement.
The unit tests were updated to match the updated BMI.
This PR updates the BMI for the heat model to more closely match the signatures of the BMI functions from the bmi-python repo. In particular, the
functions all take an output array parameter.
As a convenience, a shape property was added to the Heat class. This makes the get_grid_rank and get_grid_size functions easier to implement.
The unit tests were updated to match the updated BMI.