Return a specific grid topology from mesh based on grid_name.
If include_data is True, the data variables for that specific
grid are also included.
- Parameters:
grid_name (str
) – Name of the grid to return.
include_data (bool
, optional) – If True, also include data variables, by default False.
- Returns:
uds – Grid topology with or without data variables.
- Return type:
Union[xu.UgridDataArray
, xu.UgridDataset]