oggm_edu.SurgingGlacier#
- class oggm_edu.SurgingGlacier(bed=None, mass_balance=None)#
A surging glacier. This will have the same attributes as a normal glacier but with some extensions e.g. normal years and surging years.
- __init__(bed=None, mass_balance=None)#
Initialise the surging glacier. Inherit attributes and methods from the Glacier class and extend it with some attributes specific for surging glaciers.
Methods
__init__([bed, mass_balance])Initialise the surging glacier.
add_random_climate(duration, temperature_range)Append a random climate to the future mass balance of the glacier.
add_temperature_bias(bias, duration[, noise])Add a gradual temperature bias to the future mass balance of the glacier.
copy([id])Return a copy of the glacier.
plot([axes, title_number])Plot the current state of the glacier.
Plot the history of the surging glacier.
plot_mass_balance()Plot the mass balance profile of the glacier.
plot_state_history([interval, eq_states])Plot the state history of the glacier (thicknesses) at specified intervals.
progress_to_equilibrium()Surging glaciers do not really have an eq.
progress_to_year(year)Progress the surging glacier to specified year.
reset()Reset the state of the surging glacier.
summary()A summary of the glacier, in the form of a pandas dataframe.
Attributes
accumulation_area_ratioThe accumulation area ratio.
ageSet the age of the glacier.
annual_mass_balanceThe annual mass balance at each grid point of the glacier.
basal_slidingSet the sliding parameter of the glacier
basal_sliding_strcreepSet the value for the creep parameter A in Glens equation.
creep_strcurrent_stateFor advanced users: get access to the current OGGM
Flowlineobject.elaExpose the mass balance ela for the glacier.
eq_statesGlacier equilibrium states.
historyThe history of the glacier.
idThe id property.
mass_balanceGlacier mass balance.
mb_gradientExpose the mass balance gradient.
Number of years that the glacier progress without surging.
response_timeThe response time of the glacier.
specific_mass_balanceThe specific mass balance of the glacier [m w.e.
state_historyThe state history of the glacier, i.e. geometrical changes over time.
Number of years that the glacier progress during surges.