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
In share/ioModule.f90 Subroutine read_snow17_parameters(), the IOSTAT variable ios is non-zero upon subsequent calls to this subroutine.
Current behavior
When running multiple catchments, variable ios is set to zero by a compile time setting. However, in subsequent calls to Subroutine read_snow17_parameters() this variable has a non-zero value.
Resolution
Explicitly set ios = 0 after variable declarations