There was an error while loading. Please reload this page.
1 parent abb009e commit 32cd3eeCopy full SHA for 32cd3ee
1 file changed
docs/source/tutorial.rst
@@ -79,7 +79,7 @@ to disk in the PRMS format using methods of the ``Data`` class.
79
def f(x):
80
return (x + 2)
81
82
- # apply function to daily temperature variables
+ # apply function to daily temperature input
83
d.modify(f,['tmax','tmin'])
84
85
# write new modified data file to disk
0 commit comments