Skip to content
Snippets Groups Projects
Forked from toolbox / WindEnergyToolbox
1123 commits behind the upstream repository.
README.md 6.43 KiB

Introduction

The Wind Energy Toolbox (or wetb, pronounce as wee-tee-bee) is a collection of Python scripts that facilitate working with (potentially a lot) of HAWC2, HAWCStab2, FAST or other text input based simulation tools.

Note that this toolbox is very much a WIP (work in progress). For example, some of the functions in the prepost module have a similar functions in Hawc2io. These different implementations will be 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:

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:

Works with Python 2 and Python 3

This module is tested for Python 2 and 3 compatibility, and works on both Windows and Linux. Testing for Mac is on the way, but in theory it should work. Python 2 and 3 compatibility is achieved with a single code base with the help of the Python module future.