Replies: 3 comments 1 reply
-
I think the barometric_pressure is in units of kPa, not Pa. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, i have the sensation that's work for DNI but on my second line i would like to calculate DHI and this value is bugging too. |
Beta Was this translation helpful? Give feedback.
1 reply
-
PS : for sure, i corrected kPa in Pa now =) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys,
I have a problem with the application of dirint which is :
-> Dirint not give me the right 'DNI' when i use it like this
=> dirint = pvlib.irradiance.dirint(ghi, zenith, times, pressure=dataframe['barometric_pressure'],
temp_dew=dataframe['temp_dew'])
(pressure is in Bar and Temperature in Celsius)
Whereas, erbs model gives me the right value for same data.
I don't understand why. If you can help me it will be nice and i will be very thanksfull.
Thank you for your reading guys =)
PS : Here is my first line of data :
<style> </style>Beta Was this translation helpful? Give feedback.
All reactions