mdpiper / pymt_heatf

PyMT component for the Fortran BMI example
https://bmi.readthedocs.io
MIT License
0 stars 0 forks source link

Revise BMI #1

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

Two changes:

  1. Use get_value_ptr instead of get_value_ref
  2. Use double precision instead of real outputs for get_grid_spacing, get_grid_origin, get_grid_x, get_grid_y, get_grid_z

This aligns the BMI used here with the current BMI specifications.