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

Fix OMOO DOPF #60

Merged
merged 18 commits into from
Mar 20, 2024
Merged

Fix OMOO DOPF #60

merged 18 commits into from
Mar 20, 2024

Conversation

josephmckinsey
Copy link
Contributor

@josephmckinsey josephmckinsey commented Feb 14, 2024

LocalFeeder Changes

  • Adds new publications and subscriptions in the LocalFeeder for setting PV (set PV) which takes a list of pvsystem, p, and q. (i.e. no new types). The new publication reports available real power at each PVSystem.
  • Changes how available power was defined to better report information on IrradianceNow instead of Irradiance
  • The feeder is now guaranteed to run until the time t = # of time steps - 1 instead of simply that number of steps.
  • a tap setting which forces all transformers to tap={tap_setting} if defined.

CI:

  • Adds a new CI step for OMOO test along with an analysis script opf_analysis.py

OMOO:

Scenarios:

  • Adds omoo to components.json along with a scenarios/omoo_system.json.

@josephmckinsey josephmckinsey marked this pull request as ready for review February 29, 2024 20:32
Copy link
Collaborator

@AadilLatif AadilLatif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comments to improve readability

LocalFeeder/FeederSimulator.py Show resolved Hide resolved
LocalFeeder/FeederSimulator.py Show resolved Hide resolved
LocalFeeder/sender_cosim.py Outdated Show resolved Hide resolved
omoo_federate/OMOO.py Outdated Show resolved Hide resolved
@josephmckinsey josephmckinsey merged commit ff49f17 into main Mar 20, 2024
4 checks passed
@josephmckinsey josephmckinsey deleted the jm/fix_omoo_dopf branch March 20, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OMOO.py script produces singularity error
2 participants