generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels