In ./phys/module_cu_gf_wrfdrv.F, the vertical velocities omega (pa/s) was calculated by omeg(I,K)= -g*rho(i,k,j)*w(i,k,j).
The w was obtained from grid%w_2, which was not at the mass grid point.
Therefore, is it more reasonable to calculate Omega after interplating w to the mass grid point?
The w was obtained from grid%w_2, which was not at the mass grid point.
Therefore, is it more reasonable to calculate Omega after interplating w to the mass grid point?