eradiate.thermoprops.us76.compute_low_altitude#

eradiate.thermoprops.us76.compute_low_altitude(data_set, mask=None, inplace=False)[source]#

Computes the US Standard Atmosphere 1976 in the low-altitude region.

Parameters:
  • data_set (Dataset) – Data set to compute.

  • mask (DataArray, optional) – Mask to select the region of the data set to compute. By default, the mask selects the entire data set.

  • inplace (bool, default: False) – If true, modifies data_set in place, else returns a copy of data_set. Default: False.

Returns:

Dataset or None – If inplace is True, returns nothing, else returns a copy of data_set. the values of the computed variables.