csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Add BMI methods for unstructured grids #12

Closed mdpiper closed 6 years ago

mdpiper commented 6 years ago

The Fortran BMI bindings need to include the methods for unstructured grids. They include:

These are implemented in the sample heat model to support the plate_surface__thermal_diffusivity exchange item.

This PR partially addresses #6.