model.variables.registry¶
Central variable registry for ADELM.
This module collects all variable definitions used by the model and provides a unified registry.
The registry is used for three purposes:
Container initialization (states, fluxes, drivers, etc.).
Variable validation and consistency checks.
Automatic documentation generation in Sphinx.
Module Contents¶
Functions¶
Validate the variable registry. |
Data¶
API¶
- model.variables.registry.VARIABLES¶
None
- model.variables.registry.validate_registry()¶
Validate the variable registry.
Checks: - category validity - source validity - duplicate variable names