You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/inflowwind/src/InflowWind_Types.f90
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,6 @@ MODULE InflowWind_Types
110
110
INTEGER(IntKi) :: FilePassingMethod =0!< Method for file passing {0: None (read from file), 1: as FileInfoType to parse, 2: as InputFileType already parsed} [-]
111
111
TYPE(FileInfoType) :: PassedFileInfo !< If we don't use the input file, pass everything through this [FilePassingMethod = 1] [-]
112
112
TYPE(InflowWind_InputFile) :: PassedFileData !< If we don't use the input file, pass everything through this [FilePassingMethod = 2] [-]
113
-
LOGICAL:: WindType2UseInputFile =.TRUE.!< Flag for toggling file based IO in wind type 2. [-]
114
-
TYPE(FileInfoType) :: WindType2Info !< Optional slot for wind type 2 data if file IO is not used. [-]
115
113
LOGICAL:: OutputAccel =.FALSE.!< Flag to output wind acceleration [-]
116
114
TYPE(Lidar_InitInputType) :: lidar !< InitInput for lidar data [-]
117
115
TYPE(Grid4D_InitInputType) :: FDext !< InitInput for 4D external wind data [-]
0 commit comments