What Is Gridalyn?
Gridalyn is a platform for distribution-grid network models, simulation-backed studies, and flexibility operations. It is designed to support reproducible research today while keeping the core close to the shape of a utility platform: model-centric, traceable, adapter-driven, and ready for operational applications.
It splits into seven layers — foundation → twin → assets → simulation →
operations → projects → interfaces — read end to end in
Components. This page only orients you before
you install; the components walk is where "what it does" is actually
explained, one layer at a time.
Who It Is For
Researchers who need reproducible, citable studies — a declarative
StudyProject/Workflow contract drives synthetic data generation, power
flow, and flexibility-market operations, and emits governed report artifacts
with regression baselines. Contributors extending the SDK reach the same
seven layers through Components and
Contributing.
What It Is Not
Gridalyn is not a single study or study-specific workflow. The public project folder contains several demos with different levels of complexity, but the platform boundary is broader than any one demo:
- reusable logic belongs in the Gridalyn SDK;
- executable studies belong in
projects/<name>/; - canonical twin artifacts belong under
instances/<name>/digital_twin/— a project's twin is a named instance (defaultunless a project declares otherwise), not a single fixed location; seegridalyn twin build --instance; - project-specific generated artifacts belong in project
outputs/; - dashboards and reports consume explicit artifacts, not study-specific hidden assumptions;
- public APIs use the native
gridalyn.*modules and CLI commands.
gridalyn.twin also names one layer whose name is aspirational — see
Twin for the precise, measured claim; it is a
canonical, identified, schema-declared digital model, not a full digital
twin, and the page states exactly why.
Public Interfaces
The platform name is Gridalyn. The public interfaces are:
gridalynas the command-line entrypoint;gridalynas the Python SDK namespace;github.com/lirei-lab/gridalynas the public repository.
Recommended Reading Order
- Installation
- Quickstart
- Reading The Outputs
- Components — the platform itself, in one pass
- Run Demo Projects
- CLI Reference