xarray.Dataset.hyoga.where_thicker#

Dataset.hyoga.where_thicker(threshold=1, **kwargs)#

Filter glacier (non-bedrock) variables using a thickness threshold.

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 below threshold.