csdms / bmi-fortran

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

Update time methods #21

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

The time methods (e.g., get_start_time, get_end_time, etc.) plus the update methods, should use double precision values for time, as defined in the BMI specification. I've updated these methods to follow the spec. This fixes #20.

Also, in a minor change, I've made the time units seconds in the sample implementation.

All the tests and examples are updated to match these changes.