Skip to content

Commit

Permalink
List examples in numeric order
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Nov 3, 2022
1 parent 713edc2 commit a26dbb4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ Simulate a wind farm with multiple wind speeds and wind directions
- Data structures
- Broadcasted mathematical operations

### 22_get_wind_speed_at_turbines.py
Similar to the "Getting Started" tutorial. Sets up a simulation and
prints the wind speeds at all turbines.

### 21_demo_time_series.py
Simulate a time-series of wind condition data and generate plots
of turbine power over time.

### 07_calc_aep_from_rose.py
Load wind rose information from a .csv file and calculate the AEP of
a wind farm.
Expand All @@ -70,12 +62,20 @@ a wind farm.
### 08_calc_aep_from_rose_use_class.py
Do the above but use the included WindRose class

### 09_compare_farm_power_with_neighbor.py
Consider the affects of one wind farm on another wind farm's AEP.

### 20_calculate_farm_power_with_uncertainty.py
Calculate the farm power with a consideration of uncertainty
with the default gaussian probability distribution.

### 09_compare_farm_power_with_neighbor.py
Consider the affects of one wind farm on another wind farm's AEP.
### 21_demo_time_series.py
Simulate a time-series of wind condition data and generate plots
of turbine power over time.

### 22_get_wind_speed_at_turbines.py
Similar to the "Getting Started" tutorial. Sets up a simulation and
prints the wind speeds at all turbines.

### 16_heterogeneous_inflow.py
Define non-uniform (heterogeneous) atmospheric conditions by specifying
Expand Down

0 comments on commit a26dbb4

Please sign in to comment.