hydromodpy.data.loader#

Runtime data loading orchestrator driven by a resolved data plan.

This module centralizes launcher data-phase loading logic so that the launcher stays focused on orchestration order. It exposes DataManagersRuntimeLoader for stateful orchestration and load_variable() as a thin pure helper for per-variable dispatch.

Functions

load_variable(variable_name, *, catalog, ...)

Load one resolved variable config through DataStore.

Classes

DataManagersRuntimeLoader(*, config_path, ...)

Load data products for the resolved active manager families.