API reference#

FINAM components NetCDF file I/O.

Readers#

NetCdfReader(path[, outputs, time_limits, ...])

NetCDF reader component that steps along a date/time coordinate dimension of a dataset.

NetCdfStaticReader(path[, outputs])

NetCDF reader component that reads a single 2D data array per output at startup.

Writers#

NetCdfPushWriter(path, inputs[, time_var, ...])

NetCDF writer component that writes on push to its inputs.

NetCdfTimedWriter(path, inputs, step[, ...])

NetCDF writer component that writes in predefined time intervals.

Tools#

Variable(name[, io_name, slices, static])

Specifications for a NetCDF variable.