hydromodpy.core.units.hydraulic_conductance#

Hydraulic-conductance unit helpers centered on SI (m2/s).

Functions

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

Convert one numeric value from unit to m2/s.

factor_to_m2_per_s(unit)

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

normalize_m2_per_s_unit(unit)

Normalize one hydraulic-conductance unit token to a canonical form.

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

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