csdms / bmi-fortran

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

Implement get_var_location BMI method #22

Closed mdpiper closed 4 years ago

mdpiper commented 5 years ago

This method is found here, for example, and is a part of the BMI++. Its signature is

int (* get_var_location)(void *, const char *, char *);