hydromodpy.results.catalog.constants#

Catalog constants and small solver helpers.

Hosts string sentinels reused across the catalog write path (GLOBAL_ZONE, OUTLET_STATION), the canonical table-name lists, and the solver category resolver. The DDL itself lives in the SQL migration scripts under catalog/migrations/.

Module attributes

GLOBAL_ZONE

Sentinel parameter zone used when no spatial zoning applies.

OUTLET_STATION

Sentinel station id for the catchment outlet.

Functions

solver_category(solver_name)

Return the category for in-tree solvers without importing solver layers.

validate_solver_code(solver_name)

Validate a solver code against the canonical v2 vocabulary.