Skip to content

Commit 2ed03db

Browse files
Luke Carrollpelson
Luke Carroll
authored andcommitted
Ammended cube.var_name documentation. (#2874)
Ammended cube.var_name documentation to refer to it as NetCDF.
1 parent 5bfb85e commit 2ed03db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/iris/cube.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def __init__(self, data, standard_name=None, long_name=None,
672672
* long_name
673673
An unconstrained description of the cube.
674674
* var_name
675-
The CF variable name for the cube.
675+
The netCDF variable name for the cube.
676676
* units
677677
The unit of the cube, e.g. ``"m s-1"`` or ``"kelvin"``.
678678
* attributes
@@ -724,7 +724,7 @@ def __init__(self, data, standard_name=None, long_name=None,
724724
#: The "long name" for the Cube's phenomenon.
725725
self.long_name = long_name
726726

727-
#: The CF variable name for the Cube.
727+
#: The netCDF variable name for the Cube.
728728
self.var_name = var_name
729729

730730
self.cell_methods = cell_methods
@@ -1180,7 +1180,7 @@ def aux_factory(self, name=None, standard_name=None, long_name=None,
11801180
An unconstrained description of the coordinate factory.
11811181
If None, does not check for long_name.
11821182
* var_name
1183-
The CF variable name of the desired coordinate factory.
1183+
The netCDF variable name of the desired coordinate factory.
11841184
If None, does not check for var_name.
11851185
11861186
.. note::
@@ -1250,8 +1250,8 @@ def coords(self, name_or_coord=None, standard_name=None,
12501250
An unconstrained description of the coordinate. If None, does not
12511251
check for long_name.
12521252
* var_name
1253-
The CF variable name of the desired coordinate. If None, does not
1254-
check for var_name.
1253+
The netCDF variable name of the desired coordinate. If None, does
1254+
not check for var_name.
12551255
* attributes
12561256
A dictionary of attributes desired on the coordinates. If None,
12571257
does not check for attributes.

0 commit comments

Comments
 (0)