Skip to content

Commit

Permalink
Skip example 04 until we resolve multiple variable ballasts
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Nov 30, 2023
1 parent 726c041 commit e25ce0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions examples/04_NREL5MW_OC4_semi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**These examples are currently under construction: FloatingSE does not technically support multiple variable ballasts, so the resulting models may be unpredictable.**


To run these examples, please make sure you are in your WEIS conda environment and run

```
python weis_driver.py
```

or the appropriate `weis_driver<script>.py`
2 changes: 1 addition & 1 deletion weis/test/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"02_control_opt/weis_driver_loads",
#"03_NREL5MW_OC3_spar/weis_driver", # executed in the test_OC3.py
# "03_NREL5MW_OC3_spar/weis_freq_driver", # executed in examples_skinny
"04_NREL5MW_OC4_semi/weis_driver",
# "04_NREL5MW_OC4_semi/weis_driver", # skipping until we resolve multiple variable ballasts
"04_NREL5MW_OC4_semi/weis_freq_driver",
"05_IEA-3.4-130-RWT/weis_driver", # also executed via mpi in the gitthub workflow
#"06_IEA-15-240-RWT/weis_driver", # executed in the test_IEA15.py
Expand Down

0 comments on commit e25ce0d

Please sign in to comment.