The line 902 in state_read.F is
WRITE (stdout,40) TRIM(Vname(2,ifield)), Fmin, Fmax
but should be
WRITE (stdout,40) TRIM(Vname(2,idTvar(itrc)), Fmin, Fmax
ifield is only defined if "ifdef ADJUST_BOUNDARY"
Typo in state_read.F
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Typo in state_read.F
Yes, thank you for reporting this typo!