Hello,
I am trying to use FAST to create an ADAMS command file (.acf) from the NREL 5MW turbine. I have compiled the FAST.exe file to use the Bladed_DLL. When I try to run FAST and make the .acf file, I see this:
When I use 2 bladed configuration:
[code]Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Running FAST (v7.01.00a-bjj, 16-Feb-2012).
Heading of the FAST input file: NREL 5.0 MW Baseline Wind Turbine for Use in Of
fshore Analysis.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Aerodynamic loads calculated using AeroDyn (v13.00.01a-bjj, 16-Feb-2012).
Heading of the AeroDyn input file: NREL 5.0 MW offshore baseline aerodynamic in
put properties;
Compatible with AeroDyn v12.58.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Using InflowWind (v1.00.01b-bjj, 14-Nov-2011)
Assuming .\WindData\EOGR+2.0.wnd is a formatted HH wind file.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Reading 107 lines of data from the HH wind file.
forrtl: severe (408): fort: (2): Subscript #1 of the array ARY has value 3 which
is greater than the upper bound of 2
Image PC Routine Line Source
FastCompile.exe 00A0B3FA Unknown Unknown Unknown
FastCompile.exe 00A086D8 Unknown Unknown Unknown
FastCompile.exe 009358A0 Unknown Unknown Unknown
FastCompile.exe 00935EC1 Unknown Unknown Unknown
FastCompile.exe 008EB9FC _FAST2ADAMSSUBS_m 4146 FAST2ADAMS.f90
FastCompile.exe 008E8E74 FAST2ADAMSSUBS_m 3987 FAST2ADAMS.f90
FastCompile.exe 008EC6E9 MAIN 76 FAST_Prog.f90
FastCompile.exe 00A0FD43 Unknown Unknown Unknown
FastCompile.exe 009AB843 Unknown Unknown Unknown
FastCompile.exe 009AB60D Unknown Unknown Unknown
kernel32.dll 7D4E7D42 Unknown Unknown Unknown[/code]
When I use 3 bladed configuration:
[code] Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Running FAST (v7.01.00a-bjj, 16-Feb-2012).
Heading of the FAST input file: NREL 5.0 MW Baseline Wind Turbine for Use in Of
fshore Analysis.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Aerodynamic loads calculated using AeroDyn (v13.00.01a-bjj, 16-Feb-2012).
Heading of the AeroDyn input file: NREL 5.0 MW offshore baseline aerodynamic in
put properties;
Compatible with AeroDyn v12.58.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Using InflowWind (v1.00.01b-bjj, 14-Nov-2011)
Assuming .\WindData\EOGR+2.0.wnd is a formatted HH wind file.
Using NWTC Subroutine Library (v1.04.01, 21-Feb-2012).
Reading 107 lines of data from the HH wind file.
forrtl: severe (408): fort: (2): Subscript #1 of the array ARY has value 4 which
is greater than the upper bound of 3
Image PC Routine Line Source
FastCompile.exe 00A0B3FA Unknown Unknown Unknown
FastCompile.exe 00A086D8 Unknown Unknown Unknown
FastCompile.exe 009358A0 Unknown Unknown Unknown
FastCompile.exe 00935EC1 Unknown Unknown Unknown
FastCompile.exe 008EB9FC _FAST2ADAMSSUBS_m 4146 FAST2ADAMS.f90
FastCompile.exe 008E8E74 FAST2ADAMSSUBS_m 3987 FAST2ADAMS.f90
FastCompile.exe 008EC6E9 MAIN 76 FAST_Prog.f90
FastCompile.exe 00A0FD43 Unknown Unknown Unknown
FastCompile.exe 009AB843 Unknown Unknown Unknown
FastCompile.exe 009AB60D Unknown Unknown Unknown
kernel32.dll 7D4E7D42 Unknown Unknown Unknown[/code]
Anyone who knows what is the problem with this, please let me know.