Skip to content

Commit

Permalink
Update Acknowledgments
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Oct 30, 2019
1 parent 9986047 commit 52f1615
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ For LaTeX users:
url = {https://github.com/NREL/rosco}
}
```
If you have been using the entirety of the [ROSCO toolbox](https://github.com/nrel/rosco_toolbox), please see the ROSCO toolbox README for information on how to cite it.

Note that the initial release of this controller was the Delft Research Controller. This work should be cited as
* Mulders, S.P. and van Wingerden, J.W. "Delft Research Controller: an open-source and community-driven wind turbine baseline controller." Journal of Physics: Conference Series. Vol. 1037. No. 3. IOP Publishing, 2018. [Link to the paper](https://iopscience.iop.org/article/10.1088/1742-6596/1037/3/032009/meta)

The Delft Research Controller was the initial version of this work. It has sense been grown significantly and become NREL's ROSCO.
The Delft Research Controller was the initial version of this work. It has sense been grown significantly and become NREL's ROSCO.
18 changes: 10 additions & 8 deletions src/ReadSetParameters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,20 @@ SUBROUTINE SetParameters(avrSWAP, aviFAIL, ErrMsg, size_avcMSG, CntrPar, LocalVa
! Inform users that we are using this user-defined routine:
aviFAIL = 1
ErrMsg = ' '//NEW_LINE('A')// &
'Running a controller implemented through the ROSCO Toolbox '//NEW_LINE('A')// &
'------------------------------------------------------------------------------'//NEW_LINE('A')// &
'Running a controller implemented through NREL''s ROSCO Toolbox '//NEW_LINE('A')// &
'A wind turbine controller framework for public use in the scientific field '//NEW_LINE('A')// &
'Developed in collaboration: National Renewable Energy Lab, '//NEW_LINE('A')// &
'Developed in collaboration: National Renewable Energy Lab '//NEW_LINE('A')// &
' Delft University of Technology, The Netherlands '//NEW_LINE('A')// &
'Primary development by (listed alphabetically): N.J. Abbas, '//NEW_LINE('A')// &
' S.P. Mulders, '//NEW_LINE('A')// &
' Jan-Willem van Wingerden '//NEW_LINE('A')// &
'Primary development by (listed alphabetically): Nikhar J. Abbas '//NEW_LINE('A')// &
' Sebastiaan P. Mulders '//NEW_LINE('A')// &
' Jan-Willem van Wingerden '//NEW_LINE('A')// &
'Visit our GitHub-page to contribute to this project: '//NEW_LINE('A')// &
'https://github.com/NREL/ROSCO '

'https://github.com/NREL/ROSCO '//NEW_LINE('A')// &
'------------------------------------------------------------------------------'

CALL ReadControlParameterFileSub(CntrPar)

IF (CntrPar%WE_Mode > 0) THEN
CALL READCpFile(CntrPar,PerfData)
ENDIF
Expand Down

0 comments on commit 52f1615

Please sign in to comment.