NREL 5 MW OpenFAST model repo

Hello,

Is there any “official” repository with updated OpenFAST model of NREL 5 MW (last OpenFAST version)?
If not, where can I find last version of NREL 5 MW (OpenFAST or FAST)?

Dear @Deza.Nicolas,

The land-based and offshore fixed-bottom and floating variants of the NREL 5-MW baseline wind turbine are available for the newest version(s) of OpenFAST as examples in the OpenFAST r-test: https://github.com/OpenFAST/r-test/tree/main/glue-codes/openfast.

Best regards,

I have seen that model, but I am missing control files for onshore WTG. I can generate dll compiling .f90 files, but I don’t find DISCON.IN.

Dear @Deza.Nicolas,

The baseline DISCON controllers for the NREL 5-MW turbines do not rely on a DISCON.IN input file; instead, all of the parameters used by these controllers are hard-coded within the source file (which can be changed at compile time).

Best regards,