Skip to content

Start File Read Issue #14

@ejsmyth

Description

@ejsmyth

Hello -

There is a problem with how the current code reads in information from start files. Specifically, there is a missing line in "SETUP.F90" between lines 293 and 294, which should read in "rgrn" data - in order to match the format of the "dump" file produced by FSM2 (see line 31 of DUMP.F90).

Without this missing line, the code reads incorrect data for the starting SWE state.

I was able to re-compile successfully, adding the following line between the current 293/294 in SETUP.F90:
read(ustr,*) rgrn(:,:,:)

Thanks!
Eric Smyth

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions