Opened 7 years ago
Closed 7 years ago
#791 closed bug (Fixed)
Typo in get_state.F
| Reported by: | arango | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | Release ROMS/TOMS 3.7 |
| Component: | Nonlinear | Version: | 3.7 |
| Keywords: | Cc: |
Description
There is a tiny type in get_state.F when reading time-evolving bathymetry if SEDIMENT and SED_MORPH are activated. We need to have instead:
ELSE
IF (Master) THEN
WRITE (stdout,80) string, TRIM(Vname(1,idbath)), &
& TRIM(ncname)
END IF
exit_flag=4
IF (FoundError(exit_flag, nf90_noerr, __LINE__, &
& __FILE__)) THEN
RETURN
END IF
END IF
Many thanks to Catherine Drinkorn and John Warner for bringing this to my attention.
Note:
See TracTickets
for help on using tickets.
