Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error with Intel Fortran compiler #39

Closed
drakest123 opened this issue Jul 12, 2024 · 1 comment
Closed

Runtime error with Intel Fortran compiler #39

drakest123 opened this issue Jul 12, 2024 · 1 comment

Comments

@drakest123
Copy link
Contributor

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

@SnowHydrology
Copy link
Collaborator

Closed by #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants