Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SEAM
SEAMAero
Commits
5fb6832c
Commit
5fb6832c
authored
May 21, 2015
by
Frederik Zahle
Browse files
Merge branch 'aep' into 'master'
fixed total_AEP bug See merge request
!2
parents
ac3f8ffa
f4dba201
Changes
1
Show whitespace changes
Inline
Side-by-side
src/SEAMAero/aep_unit.py
View file @
5fb6832c
...
...
@@ -104,8 +104,8 @@ class SEAM_AEP(Component):
AEPSum
=
np
.
sum
(
AEPprWSP
/
1000000.
)
print
'AEP'
,
AEPSum
Total_AEP
=
AEPSum
*
self
.
NYears
print
'Total AEP'
,
Total_AEP
,
'GWh'
self
.
Total_AEP
=
AEPSum
*
self
.
NYears
print
'Total AEP'
,
self
.
Total_AEP
,
'GWh'
#Just to check if the script worked
# if __name__ == '__main__':
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment