Dear Jason,
I managed to compile the Win32 platform. To accomplish it, I compiled each file that had an error one by one and made sure that each individual file compiles. Some files have errored because of other files that needed to be compiled first.
I have been narrowing down the errors until the “Rad2M180to180Deg” subroutine error in the Aerodyn_IO.f90. I compared the old source file and the new source file side by side using NotePad++. Results that the new source file doesn’t have or doesn’t call properly the “Rad2M180to180Deg” subroutine. I replaced the “Rad2M180to180Deg” with “R2D” from the old file and everything compiled like a charm after that.
The code works approximately 6 times slower now.
Could you advise me if this change is going to affect the results of the simulation? Is there a way to bring back the “Rad2M180to180Deg” so it works as well as it did before?
Thank you very much.
Sincerely,
Anton Andriyanov