You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The snlinverter doesn't support an adjustment for temperature derating. My experiments with implementing it after the fact show a gap due to the way the coefficients define the curve to the maximum output, Pac0, which changes based on temperature.
I saw that in issue #2 there was a request for a new inverter model. Does that model support temperature derate, or should I work on defining an snlinverter_with_temperature_derate? I think it should be a separate function because the snl inverter model definition doesn't seem to include this concept, and we probably want to keep our models consistent with their references?
The text was updated successfully, but these errors were encountered:
The snlinverter doesn't support an adjustment for temperature derating. My experiments with implementing it after the fact show a gap due to the way the coefficients define the curve to the maximum output, Pac0, which changes based on temperature.
I saw that in issue #2 there was a request for a new inverter model. Does that model support temperature derate, or should I work on defining an snlinverter_with_temperature_derate? I think it should be a separate function because the snl inverter model definition doesn't seem to include this concept, and we probably want to keep our models consistent with their references?
The text was updated successfully, but these errors were encountered: