Skip to content

Commit

Permalink
IfW: allow extrapolation outside wind box in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Nov 29, 2023
1 parent ed58e70 commit 427fe2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/openfast-library/src/FAST_Subs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,10 @@ SUBROUTINE FAST_InitializeAll( t_initial, p_FAST, y_FAST, m_FAST, ED, BD, SrvD,
endif
END IF

! Temporary hack!
Init%InData_IfW%BoxExceedAllowF = .true.
Init%InData_IfW%BoxExceedAllowIdx = 1

! lidar
Init%InData_IfW%lidar%Tmax = p_FAST%TMax
Init%InData_IfW%lidar%HubPosition = ED%y%HubPtMotion%Position(:,1)
Expand Down

0 comments on commit 427fe2e

Please sign in to comment.