An error message appeared when I recompiled just now:
inp_par.f90:1879.41:
& TRIM(Vname(1,idTvar(trc)))
1
Error: Symbol 'trc' at (1) has no IMPLICIT type
(on my screen the '1' was under trc)
I think line 1879 should be
& TRIM(Vname(1,idTvar(itrc)))
possible typo in inp_par.f90
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: possible typo in inp_par.f90
Yes, it is a typo. Thank you for reporting this. I updated the code.