pydune.data_processing.meteorological.downloadCDS.load_netcdf#

load_netcdf(files_list)[source]#

Load and concatenate (along the time axis) several NetCDF files.

Parameters:

files_list (list of str) – List of NetCDF file paths to load.

Returns:

data – Dictionary containing all variables, concatenated along the time axis.

Return type:

dict