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

DOPF Federate data requirement #26

Open
sarmad-hanif opened this issue Sep 19, 2022 · 1 comment
Open

DOPF Federate data requirement #26

sarmad-hanif opened this issue Sep 19, 2022 · 1 comment
Assignees

Comments

@sarmad-hanif
Copy link

The current DOPF federate uses the following input and outputs. Can we generate this using GADAL's 0.2.2?
{
"directory": "opf_federate_123PV",
"execute_function": "python opf_federate_123PV.py",
"static_inputs": [
{"type": "", "port_id": "start_date"},
{"type": "", "port_id": "run_freq_sec"},
{"type": "", "port_id": "start_time_index"},
{"type": "", "port_id": "deltat"},
{"type": "", "port_id": "algorithm_settings"},
{"type": "", "port_id": "method"},
{"type": "", "port_id": "metadata"}
],
"dynamic_inputs": [
{"type": "", "port_id": "topology"},
{"type": "", "port_id": "topology_flow"},
{"type": "", "port_id": "tap_info"},
{"type": "", "port_id": "cap_info"},
{"type": "", "port_id": "pv_info"},
{"type": "", "port_id": "flex_info"},
{"type": "", "port_id": "powers_real"},
{"type": "", "port_id": "powers_imag"},
{"type": "", "port_id": "power_P"},
{"type": "", "port_id": "power_Q"},
{"type": "", "port_id": "cap_powers_imag"},
{"type": "", "port_id": "pv_powers_real"},
{"type": "", "port_id": "pv_powers_imag"},
{"type": "", "port_id": "tap_values"},
{"type": "", "port_id": "voltage_mag"},
{"type": "", "port_id": "voltage_angle"}
],
"dynamic_outputs": [
{"type": "", "port_id": "opf_flex_powers_real"},
{"type": "", "port_id": "opf_cap_powers_imag"},
{"type": "", "port_id": "opf_pv_powers_real"},
{"type": "", "port_id": "opf_pv_powers_imag"},
{"type": "", "port_id": "opf_tap_values"}
]
}

@sarmad-hanif
Copy link
Author

I assigned this to you @tarekelgindy ? Is that appropriate?

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

No branches or pull requests

3 participants