oggm.FileModel#

class oggm.FileModel(path)[source]#

Duck FlowlineModel which actually reads data out of a nc file.

__init__(path)[source]#

Instantiate.

Methods

__init__(path)

Instantiate.

area_km2_ts(**kwargs)

area_m2_ts([rollmin])

rollmin is the number of years you want to smooth onto

length_m_ts([rollmin])

reset_y0([y0])

Reset the initial model time

run_until([year, month])

Mimics the model's behavior.

volume_km3_ts()

volume_m3_ts()

Attributes

area_km2

area_m2

calving_m3_since_y0

length_m

volume_km3

volume_m3