oggm.global_tasks.compile_run_output#
- oggm.global_tasks.compile_run_output(gdirs, path=True, input_filesuffix='', use_compression=True)[source]#
Compiles the output of the model runs of several gdirs into one file.
- Parameters:
- gdirslist of
oggm.GlacierDirectory
objects the glacier directories to process
- pathstr
where to store (default is on the working dir). Set to False to disable disk storage.
- input_filesuffixstr
the filesuffix of the files to be compiled
- use_compressionbool
use zlib compression on the output netCDF files
- gdirslist of
- Returns:
- ds
xarray.Dataset
compiled output
- ds