cfdm.CFDMImplementation.nc_set_node_coordinate_variable

CFDMImplementation.nc_set_node_coordinate_variable(parent, ncvar)[source]

Set the netCDF node coordinate variable name.

Added in version (cfdm): 1.11.0.0

Parameters:
parent: AuxiliaryCoordinate

The auxiliary coordinate construct on which to set the netCDF node coordinate variable name.

ncvar: str or None

The netCDF node coordinate variable name. If None then the name is not set.

Returns:

None