pydune.data_processing.meteorological.downloadCDS.load_netcdf#

load_netcdf(files_list)[source]#

This function loads and concatenate (along the time axis) several NETCDF files from a list of filenames.

Parameters:

files_list (list) – the list of downloaded file names.

Returns:

data – a dictionnary containing all data, concatenated along the time axis.

Return type:

dict