Opened 18 years ago
Closed 18 years ago
#43 closed bug (Fixed)
restart for sed morph
Reported by: | jcwarner | Owned by: | jcwarner |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Sediment | Version: | 3.1 |
Keywords: | checkvars | Cc: |
Description
Restart for sed morph does not work correctly. The flag get_var(idbath) needs to be set to TRUE in Utility/checkvars.F. Suggest addition of :
# ifdef SEDIMENT ....
# ifdef SED_MORPH
IF (nrrec(ng).ne.0) THEN
get_var(idbath)=.TRUE.
END IF
# endif
.......
Note:
See TracTickets
for help on using tickets.
Yes. We also need to make sure that the parameters defining the vertical coordinate system remain the same during restart in applications with sediment morphology. This will done later after some testing.