Skip to content
Snippets Groups Projects
Commit 5cf5c5ab authored by David Verelst's avatar David Verelst
Browse files

updated docs

parent 8911394e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,25 @@ in [Hawc2io](wetb/hawc2/Hawc2io.py). These different implementations will be ...@@ -11,6 +11,25 @@ in [Hawc2io](wetb/hawc2/Hawc2io.py). These different implementations will be
merged in due time. merged in due time.
# How to create HAWC2 DLB's and run them on a cluster
The process of how to generated, run and post-process a design load basis (DLB)
of HAWC2 simulations on a DTU Wind Energy cluster is outlined in more detail
in the documentation:
* [Auto-generation of Design Load Cases](docs/howto-make-dlcs.md)
* [House rules mimer/hawc2sim and HAWC2 folder structure](docs/houserules-mimerhawc2sim.md)
* [Generate DLB spreadsheets](docs/generate-spreadsheet.md)
* [How to use the Statistics DataFrame](docs/using-statistics-df.md)
You can also use the Pdap for post-processing, which includes a MS Word report
generator based on a full DLB, a GUI for easy plotting of HAWC2 result files,
and a Python scripting interface:
* [Pdap](http://www.hawc2.dk/Download/Post-processing-tools/Pdap)
* [Pdap report/docs](http://orbit.dtu.dk/en/publications/post-processing-of-design-load-cases-using-pdap%28827c432b-cf7d-44eb-899b-93e9c0648ca5%29.html)
# Works with Python 2 and Python 3 # Works with Python 2 and Python 3
This module is tested for Python 2 and 3 compatibility, and works on both This module is tested for Python 2 and 3 compatibility, and works on both
......
House Rules for ```mimer/hawc2sim``` House Rules for ```mimer/hawc2sim``` and HAWC2 model folder structure
==================================== =====================================================================
Objectives Objectives
...@@ -32,6 +32,7 @@ The HAWC2 simulations are located on the data capacitor [mimer] ...@@ -32,6 +32,7 @@ The HAWC2 simulations are located on the data capacitor [mimer]
The following structure is currently used for this ```hawc2sim``` directory: The following structure is currently used for this ```hawc2sim``` directory:
* turbine model (e.g. DTU10MW, NREL5MW, etc) * turbine model (e.g. DTU10MW, NREL5MW, etc)
* set ID: 2 alphabetic characters followed by 4 numbers (e.g. AA0001) * set ID: 2 alphabetic characters followed by 4 numbers (e.g. AA0001)
* letters are task/project oriented, numbers are case oriented
For example: For example:
* DTU10MW * DTU10MW
......
!! This guide is not finished, and might contain innacuracies. Please report > !! This guide is not finished, and might contain innacuracies. Please report
any mistakes/bugs by creating an any mistakes/bugs by creating an
[issue](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/issues). [issue](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/issues).
This is a WIP (Work In Progress) !! This is a WIP (Work In Progress) !!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment