-
Notifications
You must be signed in to change notification settings - Fork 1.1k
irradiance.liujordan function doesn't use pressure arg #386
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
Comments
No, atmospheric pressure is not used in the Liu – Jordan decomposition model. If you are fixing this, please correct the spelling : tao should be tau. Thanks! |
@cwhanse Thanks for the feedback. I'll fix tau spelling as well. |
KonstantinTr
added a commit
to KonstantinTr/pvlib-python
that referenced
this issue
Oct 26, 2017
KonstantinTr
added a commit
to KonstantinTr/pvlib-python
that referenced
this issue
Oct 26, 2017
6 tasks
KonstantinTr
added a commit
to KonstantinTr/pvlib-python
that referenced
this issue
Oct 26, 2017
wholmgren
pushed a commit
that referenced
this issue
Nov 13, 2017
* fix for issue #343 Now, passed 'offset' parameter are used instead of it's default value. * test for issue #343 * solar_position_method passed to basic_chain wasn't used causing execution of solarposition.get_solarposition with default 'nrel_numpy' value in all cases. * Update modelchain.py doc string fixes for modelchain.basic_chain function * Update v0.5.1.rst * Update v0.5.1.rst * Update v0.5.1.rst * Update v0.5.1.rst * Update v0.5.1.rst * fix for issue #386 * what's new for issue #386 * test update for issue #386 * Update conftest.py * Update test_irradiance.py * Update v0.5.2.rst * Update v0.5.2.rst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe pressure has no usage in this function:
The only call of liujordan is from cloud_cover_to_irradiance_liujordan of forecast.py doesn't pass pressure

Is there any chance that pressure should be used somewhere within function?
The text was updated successfully, but these errors were encountered: