Added GE inverter derate curve for voltage 1300#804
Conversation
cpaulgilman
left a comment
There was a problem hiding this comment.
Looks good to me.
One question: Should versions.lk overwrite the old temperature derate table with the new one? I think it should only do that if the old table has default values, i.e., was not modified by user -- not sure if it's worth the effort to code that comparison.
|
I think this combination of two different inverter derate curve specs (1 high voltage line from 1 high voltage inverter and the rest from a mid-voltage inverter) looks kind of odd. My intended but missed goal for the original example was to show how to input multiple lines for different voltages, not really to provide a single "default" set that would apply to most situations since I don't know what that would even be. I'd propose something like the following for the default since it shows the capability, kind of extrapolates the behavior of the high-voltage inverter, and very often has little impact so the users won't get anything they weren't anticipating. |
I would not be opposed to these default curves. What reference did you get these curves from? |
|
Well... I just made up the 390 V curve based on the 1600 V one. 😜 |
Aah I understand now I should've read your first comment more closely. I'm not sure what the best path forward would be. @cpaulgilman should we consider having different defaults for the different default system sizes? |
I don't think there is a perfect quick solution for a last minute fix before the release. The user-reported issue on the forum was caused when the user chose an inverter with VDCmax greater than the 800 VDC maximum value in the temperature derate table -- that would not be solved by having different default values. One solution would be to display a message when that happens like "Maximum inverter DC voltage is greater than the highest voltage in the temperature derate table. See the inverter manufacturer datasheet for information about temperature derating and change the derate table accordingly." Some thoughts:
|
|
I'm not sure how commonly reported this inverter derate data is. If we were to set up something as a default for all inverters, I would go the route of one of minimal complexity and with minimal effect on the simulation. Since it's there as an illustration not as a meaningful input. Just my 2 cents though. |
|
Changing the default to one inverter curve to cover wide voltage range with details on how to enter multiple curves available in help |

Description
Added GE inverter derate data for inverter with higher operating voltage (Vdc). Added this curve to existing inverter derate curves.
Source: https://www.ge.com/renewableenergy/sites/default/files/related_documents/lv5plus-solar-inverter-datasheet.pdf
Fixes #803
See #NatLabRockies/ssc#442
Type of change
Please delete options that are not relevant.
Checklist:
If you have added a new compute module in a SSC pull request related to this one, be sure to check the Process Requirements.