oggm.global_tasks.inversion_tasks

On this page

oggm.global_tasks.inversion_tasks#

oggm.global_tasks.inversion_tasks(gdirs, settings_filesuffix='', input_filesuffix=None, output_filesuffix=None, glen_a=None, fs=None, filter_inversion_output=True, add_to_log_file=True)[source]#

Run all ice thickness inversion tasks on a list of glaciers.

Quite useful to deal with calving glaciers as well.

Parameters:
gdirslist of oggm.GlacierDirectory objects

the glacier directories to process

settings_filesuffix: str

You can use a different set of settings by providing a filesuffix. This is useful for sensitivity experiments.

input_filesuffix: str

The filesuffix of the input inversion flowlines. If None the settings_filesuffix will be used.

output_filesuffix: str

The filesuffix used for saving resulting inversion files to the gdir. If None the settings_filesuffix will be used.

add_to_log_filebool

if the called entity tasks should write into log of gdir. Default True