File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1413,14 +1413,15 @@ def differentiate(
1413
1413
"""
1414
1414
Parameters
1415
1415
----------
1416
- xr_args, xr_kwargs are passed directly to the underlying xarray function.
1417
- The following are added by cf_xarray:
1418
-
1419
1416
positive_upward: optional, bool
1420
1417
Change sign of the derivative based on the ``"positive"`` attribute of ``coord``
1421
1418
so that positive values indicate increasing upward.
1422
1419
If ``positive=="down"``, then multiplied by -1.
1423
1420
1421
+ Notes
1422
+ -----
1423
+ ``xr_args``, ``xr_kwargs`` are passed directly to the underlying xarray function.
1424
+
1424
1425
See Also
1425
1426
--------
1426
1427
DataArray.cf.differentiate
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Attributes
30
30
DataArray.cf.axes
31
31
DataArray.cf.cell_measures
32
32
DataArray.cf.coordinates
33
- DataArray.cf.standard_names
34
33
DataArray.cf.formula_terms
34
+ DataArray.cf.standard_names
35
35
DataArray.cf.plot
36
36
37
37
You can’t perform that action at this time.
0 commit comments