hydromodpy.results.importers.netcdf_fields#

Read fields from a NetCDF-UGRID file produced by export_netcdf.

Inverse of hydromodpy.results.exporters.netcdf.export_netcdf(). Variable names are validated against hydromodpy.results.field_registry before any read so unknown fields fail fast with UnknownFieldError.

Functions

import_netcdf_fields(input_path[, ...])

Read selected fields from a UGRID NetCDF file.