xarray.Dataset.hyoga.where_icemask#

Dataset.hyoga.where_icemask(threshold=0.5, **kwargs)#

Filter glacier (non-bedrock) variables using existing ice mask.

Parameters
  • threshold (scalar) – Thickness below which to mask 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” masked by ice mask.