8000 Implement dynamic faiman model and function to fit this to measurements by adriesse · Pull Request #1878 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Implement dynamic faiman model and function to fit this to measurements #1878

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

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove errant line.
  • Loading branch information
adriesse committed Oct 5, 2023
commit ab2fcb1f6e58e7bb6b96ec23e45c0aef50fad6dc
2 changes: 0 additions & 2 deletions pvlib/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,6 @@ def faiman_dyn(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84,
temp_difference = heat_input / total_loss_factor
return temp_air + temp_difference

return temp_air


def fit_faiman_dyn(temp_pv, poa_global, temp_air, wind_speed,
thermal_inertia=(0.0, 15.0, 1.0),
Expand Down
0