diff --git a/rosco/controller/src/ControllerBlocks.f90 b/rosco/controller/src/ControllerBlocks.f90 index ed14995d..60a70724 100644 --- a/rosco/controller/src/ControllerBlocks.f90 +++ b/rosco/controller/src/ControllerBlocks.f90 @@ -324,6 +324,7 @@ SUBROUTINE WindSpeedEstimator(LocalVar, CntrPar, objInst, PerfData, DebugVar, Er WarningMessage = NewLine//'***************************************************************************************************************************************'//NewLine// & 'ROSCO Warning: The wind speed estimator is used, but an input (pitch, rotor speed, or torque) has left the bounds of normal operation.'//NewLine// & 'The filtered hub-height wind speed will be used instead. This warning will not persist even though the condition may.'//NewLine// & + 'Check WE_Op in the ROSCO .dbg file to see if the WSE is enabled (1) or disabled (0).' '***************************************************************************************************************************************' PRINT *, TRIM(WarningMessage) ENDIF