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
f4dba201
Commit
f4dba201
authored
May 21, 2015
by
Nicholas Noble
Browse files
fixed total_AEP bug
parent
b6eadb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SEAMAero/aep_unit.py
View file @
f4dba201
...
...
@@ -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