-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge new AOI methods into full mode workflow (#94)
Fixes #36 * Add workflow for removing aoi losses and calculating q_absorbed * The engine needs to fit vf calculator as well * Speed up calculation by ignoring "null" surfaces * ~2x speed up * Add "is_empty" property to surfaces * Speed up vf methods by ignoring null surfaces * Use "is_empty" flag in aoi methods as well * Test engine calculated absorbed values with diffuse AOI losses * Check that VF calculator uses reflectivity matrix for diffuse faoi * Test for pv engine using faoi functions * Update both run functions to accept vf calculator params * run_timeseries_engine works but problem with run_timeseries_parallel * Fix so that can run faoi_functions with parallel mode * Try to fix error in Python 2
- Loading branch information
Showing
12 changed files
with
435 additions
and
93 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.