NREL / HOPP

BSD 3-Clause "New" or "Revised" License
21 stars 45 forks source link

Make cost_info om parameters override values from the fin_model #304

Closed jaredthomas68 closed 5 months ago

jaredthomas68 commented 6 months ago

Override fin_model om costs with values in the cost_info portion of the HOPP config file

This PR makes sure that om fixed values from cost_info take precedence over the om_fixed values in the fin_model for wind, battery, and PV. If values are overridden, then warnings are raised.

Related issue

This PR is related to issue #299

Impacted areas of the software

greenheart_simulation.py, along with related tests and examples.

Additional supporting information

Test results, if applicable