-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add GTI DIRINT model #400
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
Merged
Merged
Add GTI DIRINT model #400
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
8a1c3aa
implement gtidirint without iteration
wholmgren dc4b133
add option to skip aoi > 90
wholmgren 555cd6b
make gti dirint gte 90 function private
wholmgren fbda8e2
add some gti_dirint tests
wholmgren bc331f4
implement vectorized iterative solution. fix gt 90 error
wholmgren 003eccb
use azimuth in gt 90 function
wholmgren 880a999
fix some issues near 90 deg
wholmgren 6f881f4
remove unnecessary comment
wholmgren ac74260
add kt option to disc, dirint to fix gte 90 dni issue
wholmgren e8b40ea
update whatsnew, add to api.rst
wholmgren b1a6d48
move to 0.5.2 whatsnew
wholmgren 721f89f
add gti_dirint tutorial
wholmgren 8cd9a74
Merge branch 'master' into gtidirint
wholmgren abc671c
move changes to 0.6.0 whatsnew
wholmgren 89c60a4
update parameters
wholmgren 376f3f7
fix 0.5.2 whatsnew
wholmgren 5920620
rework max_iterations logic
wholmgren d856205
flake8
wholmgren 2d99474
update tutorial
wholmgren 0a0feab
api change in whatsnew
wholmgren ae60316
Merge branch 'master' into gtidirint
wholmgren 870196a
clean up whatsnew
wholmgren 2112825
update to new api. fix parameters
wholmgren eba99ae
update notebook [skip ci]
wholmgren a4d2682
refactor
wholmgren 18222d1
more refactoring
wholmgren 4ac71a4
refactor disc and dirint
wholmgren 54521b9
clean up
wholmgren 14915b7
update tutorial
wholmgren 519390a
add stubs. use zeros. more clean up
wholmgren 15ecbf3
review comments
wholmgren be384b7
Merge remote-tracking branch 'pvlib/master' into gtidirint
wholmgren c8a470f
rerun on master
wholmgren 6a612dd
some broken tests
wholmgren cac57cb
update parameters, whatsnew. [skip ci]
wholmgren c92dd9f
update tests
wholmgren 6c2bf35
update documentation
wholmgren 1b6e5d2
ignore .vscode
wholmgren e58c7d5
limit clearness index in disc dirint dirindex
wholmgren 0b83533
fix bad change
wholmgren 891f886
update tutorial
wholmgren ae6a89f
Merge remote-tracking branch 'pvlib/master' into gtidirint
wholmgren dad4512
remove tutorial
wholmgren b3f43cb
maybe fix failing py27 test
wholmgren 9eeb67f
doc clean up
wholmgren 6aebf5e
update doi
wholmgren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rework max_iterations logic
- Loading branch information
commit 59206200e71aad2c066441afb165060912cc8656
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be a good idea to convert any remaining 999 to nan at the end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to convert the ghi, dni, dhi to nan where diff remains 9999? alternatively, we could do this for any point that does not converge. This seems to easily occur near aoi = 90.