csdms / bmi-fortran

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

Add additional exchange items to sample implementation #6

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

I currently have only one input item and one output item defined in bmi_heat.f90, and they're both defined with data statements at the module level. For a more realistic example, I should add more exchange items and list them elsewhere.

mdpiper commented 5 years ago

This was fixed with #12 and #13.