oggm.tasks.compile_task_time

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

Gathers the time needed for the selected task(s) to run

Parameters:
gdirs : list of oggm.GlacierDirectory objects

the glacier directories to process

task_names : list of str

The tasks to check for

filesuffix : str

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:
out : pandas.DataFrame

log output