oggm.tasks.compile_run_output

oggm.tasks.compile_run_output(gdirs, path=True, filesuffix='', use_compression=True)[source]

Merge the output of the model runs of several gdirs into one file.

Parameters:
gdirs : list of oggm.GlacierDirectory objects

the glacier directories to process

path : str

where to store (default is on the working dir). Set to False to disable disk storage.

filesuffix : str

the filesuffix of the run

use_compression : bool

use zlib compression on the output netCDF files

Returns:
ds : xarray.Dataset

compiled output