PV orientation for buildings and solarfarms#256
Open
BasDekker-Zenmo wants to merge 5 commits intomainfrom
Open
PV orientation for buildings and solarfarms#256BasDekker-Zenmo wants to merge 5 commits intomainfrom
BasDekker-Zenmo wants to merge 5 commits intomainfrom
Conversation
Add roof_orientation and roof_pitch_deg to Building_data Added orientation and tilt_angle_deg to Solarfarm_data Splitted f_addEnergyProduction into three functions f_addWindProductionAsset, f_addPVProductionAsset and f_addPTProductionAsset. Added f_determinePVTProfilePointer to search for correct ProfilePointer
Removed roof pitch/tilt angle parameters. Changed OL_Orientation into OL_PVOrientation Small renaming in engine profiles
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added functionality to change orientation per solarfarm and building in excel sheets. Related to https://github.com/Zenmo/zero_engine/compare/Building-PV-roof-orientation-+-angle?expand=1
Separated f_addEnergyProduction into individual add windmill, PV, and PT functions.
Added f_getPVTProfilePointer to get the correct ProfilePointer from the energymodel.
Added OL_PVOrientation; Only options are (currently) SOUTH and EASTWEST
TODO: