Skip to content
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

Turbine loads analysis #6

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
57dc964
Get rid of empty notebook
ewquon Oct 1, 2019
7cf01c2
Don't automatically track derived data and generated figures
ewquon Oct 4, 2019
dd62512
Add turbine data processing notebooks
ewquon Oct 4, 2019
9ae6dd0
Rename code subfolder
ewquon Oct 4, 2019
0f3449e
Rerun 1-process_turbine_measurements.ipynb, save bootstrapped stats
ewquon Oct 4, 2019
32ca924
Update processing routine
ewquon Oct 4, 2019
3468e39
Add thrust plot
ewquon Oct 4, 2019
3140cd1
Update gitignore
ewquon Oct 7, 2019
4a5cc06
Plot with distinct colors for participants
ewquon Oct 7, 2019
5a8f26d
Update plot labels for participants
ewquon Oct 7, 2019
0c15804
Combine multiple realizations into single bar
ewquon Oct 7, 2019
80211a7
Update formatting
ewquon Oct 7, 2019
6bf2765
Update thrust plot to include total_thrust_force data if available
ewquon Oct 8, 2019
57beadb
Interpolate additional reference data from OpenFAST model outputs
ewquon Oct 8, 2019
b410ee3
Rewrite code to use pandas sample() instead of sklearn.utils.resample()
ewquon Oct 8, 2019
870e31e
Rerun comparison with added SSAM models
ewquon Oct 9, 2019
a4dfa23
Add plots for rotor speed and generator torque
ewquon Oct 9, 2019
565042b
Add notes about processed data structure
ewquon Oct 9, 2019
ba3d412
Create CT plot
ewquon Oct 10, 2019
00f7e66
Update text formatting
ewquon Oct 10, 2019
28fbde3
Updated turbine plots
ewquon Oct 23, 2019
e47123c
Automate font color selection for plot readability
ewquon Oct 23, 2019
83a3765
Add plot for normalized generator power
ewquon Jan 3, 2020
e513ecf
Update GenPwr normalization by wt_data/measurements
ewquon Jan 3, 2020
3a63804
Add normalized torque/power/rotor speed plots
ewquon Jan 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# data files
*.npz
*.mat

# output files
*.png
*.csv

# temp files
.ipynb_checkpoints
.DS_Store
6 changes: 0 additions & 6 deletions code/.ipynb_checkpoints/Untitled-checkpoint.ipynb

This file was deleted.

610 changes: 610 additions & 0 deletions code/turbine_processing/1-process_turbine_measurements.ipynb

Large diffs are not rendered by default.

Loading