oggm.workflow.merge_glacier_tasks

oggm.workflow.merge_glacier_tasks(gdirs, main_rgi_ids, glcdf=None, filename='climate_monthly', input_filesuffix='')[source]

Shortcut function: run all tasks to merge tributaries to a main glacier

TODO - Automatic search for tributary glaciers TODO - Every tributary should only be used once

Parameters
gdirslist of oggm.GlacierDirectory

all glaciers, main and tributary. Preprocessed and initialised

main_rgi_ids: list of str

RGI IDs of the main glaciers of interest

glcdf: geopandas.GeoDataFrame

which contains the main glaciers, will be downloaded if None

filename: str

Baseline climate file

input_filesuffix: str

Filesuffix to the climate file

Returns
merged_gdirs: list of merged GlacierDirectories