@@ -672,7 +672,7 @@ def __init__(self, data, standard_name=None, long_name=None,
672
672
* long_name
673
673
An unconstrained description of the cube.
674
674
* var_name
675
- The CF variable name for the cube.
675
+ The netCDF variable name for the cube.
676
676
* units
677
677
The unit of the cube, e.g. ``"m s-1"`` or ``"kelvin"``.
678
678
* attributes
@@ -724,7 +724,7 @@ def __init__(self, data, standard_name=None, long_name=None,
724
724
#: The "long name" for the Cube's phenomenon.
725
725
self .long_name = long_name
726
726
727
- #: The CF variable name for the Cube.
727
+ #: The netCDF variable name for the Cube.
728
728
self .var_name = var_name
729
729
730
730
self .cell_methods = cell_methods
@@ -1180,7 +1180,7 @@ def aux_factory(self, name=None, standard_name=None, long_name=None,
1180
1180
An unconstrained description of the coordinate factory.
1181
1181
If None, does not check for long_name.
1182
1182
* var_name
1183
- The CF variable name of the desired coordinate factory.
1183
+ The netCDF variable name of the desired coordinate factory.
1184
1184
If None, does not check for var_name.
1185
1185
1186
1186
.. note::
@@ -1250,8 +1250,8 @@ def coords(self, name_or_coord=None, standard_name=None,
1250
1250
An unconstrained description of the coordinate. If None, does not
1251
1251
check for long_name.
1252
1252
* 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.
1255
1255
* attributes
1256
1256
A dictionary of attributes desired on the coordinates. If None,
1257
1257
does not check for attributes.
0 commit comments