oggm.core.massbalance.PastMassBalance

class oggm.core.massbalance.PastMassBalance(gdir, mu_star=None, bias=None, filename='climate_monthly', input_filesuffix='', repeat=False, ys=None, ye=None, check_calib_params=True)[source]

Mass balance during the climate data period.

__init__(self, gdir, mu_star=None, bias=None, filename='climate_monthly', input_filesuffix='', repeat=False, ys=None, ye=None, check_calib_params=True)[source]

Initialize.

Parameters
gdirGlacierDirectory

the glacier directory

mu_starfloat, optional

set to the alternative value of mu* you want to use (the default is to use the calibrated value).

biasfloat, optional

set to the alternative value of the calibration bias [mm we yr-1] you want to use (the default is to use the calibrated value) Note that this bias is substracted from the computed MB. Indeed: BIAS = MODEL_MB - REFERENCE_MB.

filenamestr, optional

set to a different BASENAME if you want to use alternative climate data.

input_filesuffixstr

the file suffix of the input climate file

repeatbool

Whether the climate period given by [ys, ye] should be repeated indefinitely in a circular way

ysint

The start of the climate period where the MB model is valid (default: the period with available data)

yeint

The end of the climate period where the MB model is valid (default: the period with available data)

check_calib_paramsbool

OGGM will try hard not to use wrongly calibrated mu* by checking the parameters used during calibration and the ones you are using at run time. If they don’t match, it will raise an error. Set to False to suppress this check.

Attributes
temp_biasfloat, default 0

Add a temperature bias to the time series

prcp_biasfloat, default 1

Precipitation factor to the time series (called bias for consistency with temp_bias)

Methods

__init__(self, gdir[, mu_star, bias, …])

Initialize.

get_annual_climate(self, heights[, year])

Annual climate information at given heights.

get_annual_mb(self, heights[, year, fl_id])

Like self.get_monthly_mb(), but for annual MB.

get_ela(self[, year])

Compute the equilibrium line altitude for this year

get_monthly_climate(self, heights[, year])

Monthly climate information at given heights.

get_monthly_mb(self, heights[, year, fl_id])

Monthly mass-balance at given altitude(s) for a moment in time.

get_specific_mb(self[, heights, widths, …])

Specific mb for this year and a specific glacier geometry.