WEIS icon indicating copy to clipboard operation
WEIS copied to clipboard

Running Multiple OpenFAST Simulations - ROSCO_IO.f90 already opened in another unit

Open saeidb71 opened this issue 4 months ago • 2 comments

I have two .fst files, namely "NREL5MW_OC4_semi_wind_0.fst" and "NREL5MW_OC4_semi_wind_1.fst", along with their corresponding .dat files. How can I run these two cases? I tried using the method from "01_aeroelasticse", but using "case_inputs", I couldn't add both .fst files. So, I attempted to run the first file and then the second one, but it generated this error:

"At line 851 of file /Users/runner/miniforge3/conda-bld/rosco_1706552890583/work/rosco/controller/src/ROSCO_IO.f90 (unit = 14) Fortran runtime error: File already opened in another unit"

How can I resolve this issue?

saeidb71 avatar Feb 18 '24 18:02 saeidb71