CommonSE is a collection of utilities for common use across the WISDEM set of tools.
Author: NREL WISDEM Team
See local documentation in the docs
-directory or access the online version at http://wisdem.github.io/CommonSE/
For detailed installation instructions of WISDEM modules see https://github.com/WISDEM/WISDEM or to install CommonSE by itself do:
$ python setup.py install
To check if installation was successful you can try to import the package
$ python
> import commonse.environment
or run the unit tests
$ python src/commonse/test/test_environment_gradients.py
For software issues please use https://github.com/WISDEM/CommonSE/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.