| define_glacier_region |
Very first task: define the glacier’s grid. |
| glacier_masks |
Converts the glacier vector geometries to grids. |
| compute_centerlines |
Compute the centerlines following Kienholz et al., (2014). |
| compute_downstream_lines |
Compute the lines continuing the glacier (one per divide). |
| catchment_area |
Compute the catchment areas of each tributary line. |
| initialize_flowlines |
Transforms the geometrical Centerlines in the more “physical” InversionFlowlines. |
| catchment_width_geom |
Compute geometrical catchment widths for each point of the flowlines. |
| catchment_width_correction |
Corrects for NaNs and inconsistencies in the geometrical widths. |
| mu_candidates |
Computes the mu candidates. |
| prepare_for_inversion |
Prepares the data needed for the inversion. |
| volume_inversion |
Computes the inversion the glacier. |
| distribute_thickness |
Compute a thickness map of the glacier using the nearest centerlines. |
| init_present_time_glacier |
First task after inversion. |
| find_inital_glacier |
Search for the glacier in year y0 |