diff --git a/README.md b/README.md index 247d23ba..93b10bc7 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +The Delft Research Controller was the initial version of this work. It has sense been grown significantly and become NREL's ROSCO. diff --git a/src/ReadSetParameters.f90 b/src/ReadSetParameters.f90 index e5591270..4c322aaa 100644 --- a/src/ReadSetParameters.f90 +++ b/src/ReadSetParameters.f90 @@ -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