We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would like have charging efficiency vary according to the power parameter input
if power > 19.2, charging efficiency=0.95 else charging_efficiency = 0.9
charging_efficiency
const.py
Example in existing code can be found here: https://github.com/isond/PreREISE/blob/fc6ed851fc9fbdc0a65b309ab37aa51bbfe8a84c/prereise/gather/demanddata/transportation_electrification/smart_charging_HDV.py#L261
Add any other context or screenshots in this section, e.g., a plot from an article you believe would clearly communicate results.
The text was updated successfully, but these errors were encountered:
dmuldrew
No branches or pull requests
🚀
Describe the workflow you want to enable
We would like have charging efficiency vary according to the power parameter input
Describe your proposed implementation, if applicable
charging_efficiency
a parameter in relevant functions instead using the value fromconst.py
const.py
Example in existing code can be found here:
https://github.com/isond/PreREISE/blob/fc6ed851fc9fbdc0a65b309ab37aa51bbfe8a84c/prereise/gather/demanddata/transportation_electrification/smart_charging_HDV.py#L261
Additional context
Add any other context or screenshots in this section, e.g., a plot from an article you
believe would clearly communicate results.
The text was updated successfully, but these errors were encountered: