https://github.com/myroms/roms/blob/5ca ... k2z.F#L187
(src:trac:960, git branch develop at 5ca8b9d05592)
Should this
Code: Select all
r2=REAL(k2-k1,r8)*(Zobs(iobs)-REAL(k1,r8))
Code: Select all
r2=REAL(k2-k1,r8)*((Zobs(iobs)-0.5)-REAL(k1,r8))
If this a bug, is it right that this only affects output (via stats_modobs.F) and has no impact on the calculations (at least in the master branch)?
Thanks for your help!