oggm.global_tasks.compile_task_time#
- oggm.global_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:
- 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
- gdirslist of
- Returns:
- out
pandas.DataFrame
log output
- out