Skip to content

Commit

Permalink
FAST.Farm: fix lidar init inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman committed Oct 1, 2024
1 parent f6618c4 commit 299d3a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/awae/src/AWAE.f90
Original file line number Diff line number Diff line change
Expand Up @@ -902,9 +902,7 @@ subroutine AWAE_Init( InitInp, u, p, x, xd, z, OtherState, y, m, Interval, InitO
IfW_InitInp%RootName = TRIM(p%OutFileRoot)//'.IfW'
IfW_InitInp%FilePassingMethod = 0_IntKi ! Read IfW input file from disk
IfW_InitInp%InputFileName = InitInp%InputFileData%InflowFile
IfW_InitInp%lidar%Tmax = 0.0_ReKi
IfW_InitInp%lidar%HubPosition = 0.0_ReKi
IfW_InitInp%lidar%SensorType = SensorType_None
IfW_InitInp%HubPosition = 0.0_ReKi
IfW_InitInp%Use4Dext = .false.
IfW_InitInp%MHK = MHK_None
IfW_InitInp%WtrDpth = 0.0_ReKi
Expand Down

0 comments on commit 299d3a2

Please sign in to comment.