-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels