Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datamodel: add load as an allowed variable #806

Merged
merged 3 commits into from
Jan 24, 2023

Commits on Jan 24, 2023

  1. datamodel: add load as an allowed variable

    Add `load` as an allowed variable. Previously the datamodel only
    supported `net_load` as a variable and therefore made no distinction
    between (gross) load vs net load. One of the key differences is that
    load is generally defined as a non-negative measure of energy demand,
    while net load is the signed measured of energy demand import (positive
    values) vs export (negative values). This is a subtle but important
    difference, and supporting both variables (`load` and `net_load`) in the
    datamodel will enable better defined functionality for users. For
    example, when validating load data, negative values should be treated as
    erroroneous. But negative values net load data should be treated as
    valid.
    dplarson committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2b3d538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281cf70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3dd6b2 View commit details
    Browse the repository at this point in the history