Skip to content

Commit

Permalink
Add note of WE_Op in ROSCO warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Oct 7, 2024
1 parent cefe7f6 commit 2acc4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosco/controller/src/ControllerBlocks.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2acc4bd

Please sign in to comment.