This is a fork of the NREL TurbSim source code to adapt it to use CMake for the build system. The source formatting has been rearranged slightly, but otherwise no source files have been modified from the base source downloadable at the NWTC download portal.
git clone <repository_url> turbsim # Clone the public repo
cd turbsim/build # Change into the build directory
ccmake ../src # Configure compilation options
make # Build sources
make install # Install into central directory
DOUBLE_PRECISION- Enable double precision for REALCMAKE_BUILD_TYPE- RELEASE or DEBUGCMAKE_INSTALL_PREFIX- Directory where the executable is installedBUILD_SHARED_LIBS- Enable building of shared libraries
Please consult the official NWTC download portal for License, Disclaimer, and documentation.
- NWTC_Library v1.07.02a-mlb, 21-May-2013
- TurbSim v1.06.00, 21-Sep-2012