oggm.tasks.compile_task_log

oggm.tasks.compile_task_log(gdirs, task_names=[], filesuffix='', path=True, append=True)[source]

Gathers the log output for the selected task(s)

Parameters
gdirslist of oggm.GlacierDirectory objects

the glacier directories to process

task_nameslist of str

The tasks to check for

filesuffixstr

add suffix to output file

path:

Set to True in order to store the info in the working directory Set to a path to store the file to your chosen location Set to False to omit disk storage

append:

If a task log file already exists in the working directory, the new logs will be added to the existing file

Returns
outpandas.DataFrame

log output