hydromodpy.core.units.volumetric_flow#

Volumetric-flow unit helpers centered on SI (m3/s).

Functions

convert_to_m3_per_s(value, *, unit[, label])

Convert one numeric value from unit to m3/s.

factor_to_m3_per_s(unit)

Return multiplicative factor to convert one unit to m3/s.

normalize_m3_per_s_unit(unit)

Normalize one volumetric-flow unit token to a canonical form.

parse_to_m3_per_s(value, *, location[, ...])

Parse scalar + unit payload and convert to m3/s.