read_generic_sim_data_flist¶
-
nawdex_analysis.io.input_sim.read_generic_sim_data_flist(flist, input_param, interpolation2msevi=True)¶ Reads ICON field vectors from filelist as time stack.
Parameters: - flist (list of str) – filename list of ICON file (should be netcdf file)
- input_param (dict) – set of input parameters incl. function for data reading and kwargs mandatory keys: ‘reader_function’, ‘reader_kwargs’, ‘variable_list’
- interpolation2msevi (bool, optional, default = True) – switch if output should be interpolated to MSG grid
Returns: dataset – set of synsat and georef vectors
Return type: dict of numpy arrays