Hello,
On Windows, When I run:
openfast /h
I expect the program to print the list of all the command line arguments that can be specified. However, OpenFAST, doesn’t list any options:
.\openfast_x64-v3.5.3.exe /h
**************************************************************************************************
OpenFAST
Copyright (C) 2024 National Renewable Energy Laboratory
Copyright (C) 2024 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.
**************************************************************************************************
OpenFAST-v3.5.5
Compile Info:
- Compiler: Intel(R) Fortran Compiler 2021
- Architecture: 64 bit
- Precision: single
- OpenMP: No
- Date: Dec 21 2024
- Time: 15:51:59
Execution Info:
- Date: 03/28/2025
- Time: 14:13:21+0100
Syntax is:
OpenFAST [/h] <InputFile>
where:
/h generates this help message.
<InputFile> is the name of the required primary input file.
Note: values enclosed in square brackets [] are optional. Do not enter the brackets.
OpenFAST terminated normally.
The only option shown is the /h
. How do I list all the options accepted by OpenFAST executable?
Best regards