-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems while running the feedin function #72
Comments
I think the error described results from the issue #62 opened by @uvchik. It is possible using the deprecated standard of pvlib version 0.0.9 if the module_type is set to "glass_glass" and the racking_model is set to "open_rack" while initiating the poweplants.Photovoltaic class. The other possible types can be found in the temperature.py of pvlib-python (https://github.com/pvlib/pvlib-python/blob/master/pvlib/temperature.py). |
I have the same problem, I think that it refers to the King temperature model in pvlib that needs a, b and deltaT parameters, but I'm not able to input these parameters properly to feedinlib |
Did you try to use pvlib v0.8.x instead of v0.9.x or higher? |
Downgrading pvlib to v0.8.1 is an option, but not a good one. I am currently trying to update an existing pv model to 0.9.1 but I'm having a hard time with different errors. - temperature model
-> see https://pvlib-python.readthedocs.io/en/stable/_modules/pvlib/temperature.html - PVSystem
|
Yes, I already had a look at the PR. |
If you set module type and racking model when initializing the PV plant, the temperature model parameters are obtained from the dictionary in pvlib's temperature.py. To set these values (a, b, delta T) from the feedinlib is difficult at first sight. Without setting the parameters the pv plant cannot be initialized. |
Hello, after I have done correctly all the previous steps of the weather and setting up the photovoltaic object(which work correctly), when I do the calculate the feedin part it doesnt work, it appears two errors and I dont know why.
Please reply me if you know the error and what I have to do,
Thank you
The text was updated successfully, but these errors were encountered: