You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime error when reading forcing data when compiled with the Intel Fortran compiler.
Current behavior
The program fails to read forcing data files and crashes. In file ioModule.f90, subroutine init_forcing_files(), the integer ios is not initialized and acquires an unrestricted value with this compiler.
Resolution
Add at line 175: ios = 0
The text was updated successfully, but these errors were encountered:
Runtime error when reading forcing data when compiled with the Intel Fortran compiler.
Current behavior
The program fails to read forcing data files and crashes. In file ioModule.f90, subroutine init_forcing_files(), the integer
ios
is not initialized and acquires an unrestricted value with this compiler.Resolution
Add at line 175:
ios = 0
The text was updated successfully, but these errors were encountered: