get_stat4set¶
-
nawdex_analysis.io.collector.get_stat4set(set_number, allowed_set_range=[1, 4], file_format='default', method='all')¶ Collects average CRE data for a selected set.
Parameters: - set_number (int) – numeric identifier of a selected experiment set.
- allowed_set_range (list, optional, default = [1, 4]) – min & max of the allow set range
- file_format (str, optional, default = 'default') – a string that defines file format, restriction: two %s are needed at the moment
- method (str, optional, default = 'all') – selects if all data are input (all) or if only data with no-nan clearsky are input (strict)
Returns: dset – set that contains time series of simulated and observed CRE effects.
Return type: xarray Dataset