Skip to content

Commit

Permalink
Bump version number, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 23, 2020
1 parent 360ea76 commit 62c1a98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(ROSCO VERSION 2.0.3 LANGUAGES Fortran)
project(ROSCO VERSION 2.0.4 LANGUAGES Fortran)

set(CMAKE_Fortran_MODULE_DIRECTORY "${CMAKE_BINARY_DIR}/ftnmods")

Expand Down
6 changes: 0 additions & 6 deletions src/ReadSetParameters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,6 @@ SUBROUTINE SetParameters(avrSWAP, aviFAIL, accINFILE, ErrMsg, size_avcMSG, CntrP
'https://github.com/NREL/ROSCO '//NEW_LINE('A')// &
'------------------------------------------------------------------------------'

! print *, 'Version 1.0.1: pretty debug'

CALL ReadControlParameterFileSub(CntrPar, accINFILE, NINT(avrSWAP(50)))

IF (CntrPar%WE_Mode > 0) THEN
Expand All @@ -559,11 +557,7 @@ SUBROUTINE SetParameters(avrSWAP, aviFAIL, accINFILE, ErrMsg, size_avcMSG, CntrP
LocalVar%TestType = 0

! Initialize the SAVED variables:

! DO K = 1,LocalVar%NumBl
LocalVar%PitCom = LocalVar%BlPitch ! This will ensure that the variable speed controller picks the correct control region and the pitch controller picks the correct gain on the first call
! END DO

LocalVar%Y_AccErr = 0.0 ! This will ensure that the accumulated yaw error starts at zero
LocalVar%Y_YawEndT = -1.0 ! This will ensure that the initial yaw end time is lower than the actual time to prevent initial yawing

Expand Down

0 comments on commit 62c1a98

Please sign in to comment.