In the vorticity.F file, should the last dRde be dRdx here when computing PV?
Code: Select all
pvor(i,j,k)=orho0* &
& (cff*dRdz_pr*(fomn(i,j)+ &
& dVdx(i,j)-dUde(i,j))+ &
& 0.125_r8*(dUdz_pr*dRde_pr-dVdz_pr*dRde_pr))
Thank you very much for any interpretation