From 2acc4bd12b9ae1695e3616f977377319507d1cf1 Mon Sep 17 00:00:00 2001 From: dzalkind Date: Mon, 7 Oct 2024 15:38:39 -0600 Subject: [PATCH] Add note of WE_Op in ROSCO warning --- rosco/controller/src/ControllerBlocks.f90 | 1 + 1 file changed, 1 insertion(+) 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