Skip to content

IOSTAT variable needs initializing #44

@drakest123

Description

@drakest123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions