Menu

#1 .../src/futils.F90

open
nobody
Source code (3)
5
2011-03-01
2011-03-01
Anonymous
No

I think the calculation of the physical vertical velocity is wrong

around line 149:
this is the old version:
:
indx=i+(j-jmin)*(imax-imin+1)
:
do k=0,kmin(i,j)-2
indx = indx+l
end do
:
do k=kmax,kmin(i,j),-1
ws(indx)=0.5*(ws(indx)+ws(indx-l))
indx = indx-l
end do
I'm not sure that indx-1 is always the point just below indx!

Presently in the newest version the calculation of the destaggered vertical velocity is commented out.

Karsten

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.