oggm.utils.compile_run_output

oggm.utils.compile_run_output(gdirs, path=True, input_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.

input_filesuffix : str

the filesuffix of the files to be compiled

use_compression : bool

use zlib compression on the output netCDF files

Returns:
ds : xarray.Dataset

compiled output