Skip to content

Commit

Permalink
Print OL inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jan 19, 2022
1 parent 58573a7 commit 8e2a642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ROSCO/src/ReadSetParameters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,10 @@ SUBROUTINE ReadControlParameterFileSub(CntrPar, accINFILE, accINFILE_size,ErrVar
END IF

! Debugging outputs (echo someday)
! write(400,*) CntrPar%OL_YawRate
PRINT *, "CntrPar%Ind_Breakpoint: ", CntrPar%Ind_Breakpoint
PRINT *, "CntrPar%Ind_BldPitch: ", CntrPar%Ind_BldPitch
PRINT *, "CntrPar%Ind_GenTq: ", CntrPar%Ind_GenTq
PRINT *, "CntrPar%OL_YawRate: ", CntrPar%OL_YawRate

! END OF INPUT FILE

Expand Down

0 comments on commit 8e2a642

Please sign in to comment.