Hi all,
this isn't a big deal but when running a simulation using time evolving bathymetry, I received an error about a variable "ibath" from get_state. I am convinced it should be "idbath" in that line. Fixing this solved the error for me and from the code's logic this also makes sense.
tiny little bug in get_state.F for time evolving bathymetry
-
- Posts: 110
- Joined: Thu Mar 08, 2018 2:47 am
- Location: German Research Centre for Geosciences
Re: tiny little bug in get_state.F for time evolving bathyme
yes ROMS/Utility/get_state.F line 496 should be
WRITE (stdout,80) string, TRIM(Vname(1,idbath)), &
you can put that as a src ticket for Hernan to update.
thanks,
-john
WRITE (stdout,80) string, TRIM(Vname(1,idbath)), &
you can put that as a src ticket for Hernan to update.
thanks,
-john
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: tiny little bug in get_state.F for time evolving bathyme
Done. Thank you for reporting this typo.