Electric Tariff input values #140
-
|
Hello, I have a list of lat/long values and I am getting the commercial utility rate values from I am then calling the ReOpt API but I am unsure which of the ElectricTariff input value would correspond to the utlity rates API value? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! It looks like that API returns a single See the REopt.jl documentation for other ways you can input rate details. |
Beta Was this translation helpful? Give feedback.
Hi! It looks like that API returns a single$/kWh rate. You could enter that $ /kWh values into the
ElectricTariff: blended_annual_energy_rateinput. If using that input you'll need to also supply ablended_annual_demand_rate(can set to 0.0).See the REopt.jl documentation for other ways you can input rate details.