OpenFAST / openfast

Main repository for the NREL-supported OpenFAST whole-turbine and FAST.Farm wind farm simulation codes.
http://openfast.readthedocs.io
Apache License 2.0
671 stars 453 forks source link

dev version SeaState.dat example file parameter setting problems and HydroDyn_ParaseInput: Error #1766

Open OMGTaylor0814 opened 1 year ago

OMGTaylor0814 commented 1 year ago

Bug description

When I used Dev Version's FAST.FARM to simulate, I experienced a lot of modifications. It mainly compares through the Modules/Hydrodyn/HD_5MW_OC4SEMI_WAVESWN folder under the dev branch.Hydropyn.dat file. But always encounter the following problems:

Farm_Initialize:T1:Farm_InitFAST:FWrap_Init:FAST_InitializeAll:HydroDyn_Init:HydroDyn_ParaseInput:
 Error parsing Simple hydrodynamic coefficients table row 1
 T2:Farm_InitFAST:FWrap_Init:FAST_InitializeAll:HydroDyn_Init:HydroDyn_ParaseInput:Error parsing
 Simple hydrodynamic coefficients table row 1
 T3:Farm_InitFAST:FWrap_Init:FAST_InitializeAll:HydroDyn_Init:HydroDyn_ParaseInput:Error parsing
 Simple hydrodynamic coefficients table row 1
 T4:Farm_InitFAST:FWrap_Init:FAST_InitializeAll:HydroDyn_Init:HydroDyn_ParaseInput:Error parsing
 Simple hydrodynamic coefficients table row 1
 T5:Farm_InitFAST:FWrap_Init:FAST_InitializeAl

Expected behavior I have reviewed a lot of information, but there is no introduction to the grid in the seatate. dat file. It seems that this module is still in the process of improvement and development. However, in the new version of the farm, if CompSeaSt is not used, CompHydro cannot be used, and I cannot calculate hydrodynamic results. I want to know how to use the grid and how to resolve any error messages encountered.

Screenshots, if applicable

![error](https://github.com/OpenFAST/openfast/assets/78580228/4f219bd5-5929-4da5-aa3a-71354027a0b2) **OpenFAST Version** ``` ************************************************************************************************** OpenFAST Copyright (C) National Renewable Energy Laboratory Copyright (C) Envision Energy USA LTD This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. See the "LICENSE" file distributed with this software for details. ************************************************************************************************** ************************************************************************************************** FAST.Farm Copyright (C) 2023 National Renewable Energy Laboratory Copyright (C) 2023 Envision Energy USA LTD This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. See the "LICENSE" file distributed with this software for details. ************************************************************************************************** FAST.Farm-v3.5.0-603-g4ffcb82f Compile Info: - Compiler: GCC version 9.4.0 - Architecture: 64 bit - Precision: double - OpenMP: Yes, number of threads: 128/128 - Date: Sep 11 2023 - Time: 09:47:53 Execution Info: - Date: 09/11/2023 - Time: 19:43:22+0800 ``` **System Information (please complete the following information):** - OS: - Compiler: - Compiler settings: **Additional context**
OMGTaylor0814 commented 1 year ago

some-input-files.zip

jjonkman commented 1 year ago

Dear @OMGTaylor0814,

You cannot expect complete documentation and tests if you are using the dev branch. I would generally suggest using the main branch, unless you are experienced with OpenFAST and have a specific reason to be using work in progress from the dev branch.

The specific error you are referring to appears to be related with the format of your HydroDyn file. As with any input file processing error, I would enable the Echo option to debug.

Best regards,