Dear @Jason.Jonkman ,
Thank you for your swift reply.
When I asked about compatible or upgrade turbine files to latest version I should have mentioned (I meant from(NREL-turbines (2.5, 2.8, 1.7 MW)) from (GitHub - NREL/openfast-turbine-models: A repository of OpenFAST turbine models developed by NREL researchers.) which are for older versions. Yes, I IEA Wind 3.4-MW is compatible with OpenFAST (v.3.5), I ran but got “Tower Strike”. I am a new user, will look into the r-test too.
Best Regards
Asim
Hello,
I am running a turbine from test case (r-test/glue-codes/openfast/5MW_OC3Mnpl_Linear at main · OpenFAST/r-test · GitHub), but got an error “Assertion `npts == (nrotor_pts + fi.num_pts_tower)'” and simulation failed.
Hello,
I have upgraded my OpenFAST from 3.1.0 to 3.5.0 on my HPC at the University of Delaware. I have followed these steps to install v.3.5.0 :
first, load some dependencies for (AMR-Wind & OpenFAST)
(cmake/default, netcdf/4.9.1:intel-oneapi-2023,openmpi, mpi4py) and for build
"
CC=icx CXX=icpx FC=ifx
cmake
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=“${WORKDIR}/sw/rawcof_2/${RAWCOF_VERSION}”
-DOPENMP=On
-DBUILD_SHARED_LIBS=On
…
"
My question is that OpenMP flag is true in 3.1.0 but Not in 3.5.0, can someone please guide me on how can I get the flag to be true?
Hi @Raja.Asim , you should set the OpenMP flag to OFF when running with amr-wind.
Regarding the error with the assertion, can you make sure that the number of tower points in the aerodyn file is the same as the number of tower points in the amr-wind ALM inputs?
Hi @luis.martinez , thank you. Apologies for delayed response. I always used “OpenMP flag to On” in OpenFAST , should I use this flag to Off in AMR-Wind too with OpenFAST ?
And regarding this error, “Assertion `npts == (nrotor_pts + fi.num_pts_tower)'” when I try to run for different model i.e., (IEA-10.0-198-RWT-master) with not same (number of tower points in the aerodyn file and amr-wind ADM inputs) but it ran successfully.