URL: http://github.com/csdms/bmi-example-python/commit/19db2e78020d9266d44b1a9f3a61e8ef13acb453
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e9528 commit 19db2e7Copy full SHA for 19db2e7
bmi/info.py
@@ -1,5 +1,5 @@
1
#! /usr/bin/env python
2
-"""Interface that describes a model and it's input and output variables."""
+"""Interface that describes a model and its input and output variables."""
3
4
5
class BmiInfo(object):
bmi/time.py
@@ -91,15 +91,13 @@ def get_time_step(self):
91
def get_time_units(self):
92
"""Time units of the model.
93
94
+ CSDMS uses the UDUNITS standard from Unidata.
95
+
96
Returns
97
-------
98
float
99
The model time unit; e.g., `days` or `s`.
100
- Notes
- -----
101
- CSDMS uses the UDUNITS standard from Unidata.
102
-
103
Notes
104
-----
105
.. code-block:: c
0 commit comments