sloop.interp.nc_interp_at_freq_to_daily_nc

sloop.interp.nc_interp_at_freq_to_daily_nc(ncfiles, freq, ncfmt, preproc=None, postproc=None)[source]

Interpolate netcdf files to daily netcdf files at a given frequency

Parameters
  • ncfiles (str, list) – Single or list of netcdf files

  • freq (str) – Output frequency

  • ncfmt (str) – Netcdf file path format with date patterns

  • preproc (callable) – Callable that operates on the input datasets after reading it

  • postproc (callable) – Callable that operates on the output dataset before saving it

Returns

Effective list of output netcdf files

Return type

list