Skip to content

Commit cc35195

Browse files
committed
Update version number
1 parent 9250acd commit cc35195

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Examples/Test_Cases/BAR_10/BAR_10_DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the BAR_10 wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
1 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-Monopile/IEA-15-240-RWT-Monopile_DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the IEA-15-240-RWT-Monopile wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
1 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

Examples/Test_Cases/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/IEA-15-240-RWT-UMaineSemi_DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the IEA-15-240-RWT-UMaineSemi wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
2 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

Examples/Test_Cases/MHK_RM1/MHK_RM1_DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the MHK_RM1_Floating wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
2 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

Examples/Test_Cases/NREL-5MW/DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the NREL-5MW wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
1 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

Examples/Test_Cases/NREL_2p8_127/NREL-2p8-127_DISCON.IN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! Controller parameter input file for the NREL-2p8-127 wind turbine
2-
! - File written using ROSCO version 2.10.0 controller tuning logic on 09/22/25
2+
! - File written using ROSCO version 2.11.0 controller tuning logic on 09/22/25
33

44
!------- SIMULATION CONTROL ------------------------------------------------------------
55
2 ! LoggingLevel - 0: write no debug files, 1: write standard output .dbg-file, 2: LoggingLevel 1 + ROSCO LocalVars (.dbg2) 3: LoggingLevel 2 + complete avrSWAP-array (.dbg3)

rosco/controller/src/ROSCO_IO.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! ROSCO IO
2-
! This file is automatically generated by write_registry.py using ROSCO v2.10.0
2+
! This file is automatically generated by write_registry.py using ROSCO v2.11.0
33
! For any modification to the registry, please edit the rosco_types.yaml accordingly
44

55
MODULE ROSCO_IO

rosco/controller/src/ROSCO_Types.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
! ROSCO Registry
2-
! This file is automatically generated by write_registry.py using ROSCO v2.10.0
2+
! This file is automatically generated by write_registry.py using ROSCO v2.11.0
33
! For any modification to the registry, please edit the rosco_types.yaml accordingly
44

55
MODULE ROSCO_Types
66
USE, INTRINSIC :: ISO_C_Binding
77
USE Constants
88
IMPLICIT NONE
99

10-
Character(*), PARAMETER :: rosco_version = '2.10.0' ! ROSCO version
10+
Character(*), PARAMETER :: rosco_version = '2.11.0' ! ROSCO version
1111

1212
TYPE, PUBLIC :: ControlParameters
1313
INTEGER(IntKi) :: ZMQ_ID ! 0000 - 9999, Identifier of the rosco, used for zeromq interface only

0 commit comments

Comments
 (0)