Skip to content

Fix capacity nameplate for Battery OM costs in Fuel Cell#521

Closed
mjprilliman wants to merge 15 commits into
patchfrom
sam_520
Closed

Fix capacity nameplate for Battery OM costs in Fuel Cell#521
mjprilliman wants to merge 15 commits into
patchfrom
sam_520

Conversation

@mjprilliman

Copy link
Copy Markdown
Collaborator

-Changes capacity nameplate definition from kWh to kW for battery OM cost calculations
-Closes #520

@mjprilliman mjprilliman added the bug label Feb 2, 2021
@mjprilliman mjprilliman added this to the 2020.11.29 Patch 1 milestone Feb 2, 2021
@mjprilliman mjprilliman self-assigned this Feb 2, 2021
@mjprilliman mjprilliman linked an issue Feb 2, 2021 that may be closed by this pull request

@cpaulgilman cpaulgilman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for finding this issue. The "Fuel Cell O and M Costs" UI form is only used for Fuel Cell configurations, so I think the checks for PV Battery and PVWatts Battery configurations can be omitted.

The O&M cost inputs for fuel cell are still a bit confusing because the replacement cost in $/kWh appears under the kW capacity column, but we can fix that later when we clean up the O&M variable names for #355.

@sjanzou sjanzou left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why are the but_report and request_feature files to be merged into patch?
Why are the epw and csv files to be merged into patch - are they part of new defaults?
Was the Sandia module library updated in this pull request?

@@ -0,0 +1,31 @@
---

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why are these files here?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I accidentally branched off of develop originally then tried to change the branch to patch here. I may need to redo this. I'm not sure why bug_report and request_feature are here.

equations{ 'om_capacity1_nameplate'} = define(){
return ${batt_computed_bank_capacity};
if( technology() == 'PV Battery' || technology() == 'Fuel Cell')
return ?${en_batt}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

what about generic battery?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@sjanzou This is on the Fuel Cell O and M Costs form that is only used for the Fuel Cell configurations, so no need for the configuration checks for other battery techs here.

@mjprilliman mjprilliman closed this Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fuel Cell battery OM costs using wrong capacity value

5 participants