hydromodpy.physics.base.initial_conditions#
Prototype Module: Generic Initial-Condition Model#
Contains the shared InitialCondition Pydantic model used as a generic building block by process-specific initial-condition schemas.
The base model stores the common metadata reused by process-specific initial conditions: - id: stable identifier for the variable. - value: process-specific payload or scalar. - description: human-readable description. - units: engineering units associated with the payload.