xarray.Dataset.hyoga.where#
- Dataset.hyoga.where(cond, **kwargs)#
Filter glacier (non-bedrock) variables according to a condition.
- Parameters:
cond (
DataArray
,Dataset
, orcallable()
) – Locations at which to preserve glacier variables.**kwargs (optional) – Additional keyword arguments are passed to
xarray.Dataset.where()
.
- Returns:
dataset (
Dataset
) – Corresponing dataset with variables whose standard name does not start with “bedrock_altitude” filtered by the condition.