We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c114b51 commit 8e1375cCopy full SHA for 8e1375c
src/cfvariable.jl
@@ -216,8 +216,9 @@ scale_factor(v::CFVariable) = v._storage_attrib.scale_factor
216
add_offset(v::CFVariable) = v._storage_attrib.add_offset
217
time_origin(v::CFVariable) = v._storage_attrib.time_origin
218
calendar(v::CFVariable) = v._storage_attrib.calendar
219
-""""
220
- tf = time_factor(v::CFVariable)
+
+"""
221
+ tf = CommonDataModel.time_factor(v::CFVariable)
222
223
The time unit in milliseconds. E.g. seconds would be 1000., days would be 86400000.
224
The result can also be `nothing` if the variable has no time units.
0 commit comments