Compute physical parametrization tendencies for u, v, t, q and add them to the dynamical grid-point tendencies
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex, | intent(in) | :: | vor(mx,nx,kx) | Vorticity | ||
| complex, | intent(in) | :: | div(mx,nx,kx) | Divergence | ||
| complex, | intent(in) | :: | t(mx,nx,kx) | Temperature | ||
| complex, | intent(in) | :: | q(mx,nx,kx) | Specific Humidity | ||
| complex, | intent(in) | :: | phi(mx,nx,kx) | Geopotential | ||
| complex, | intent(in) | :: | psl(mx,nx) | ln(Surface pressure) | ||
| real, | intent(inout) | :: | utend(ix,il,kx) | Zonal velocity tendency | ||
| real, | intent(inout) | :: | vtend(ix,il,kx) | Meridional velocity tendency | ||
| real, | intent(inout) | :: | ttend(ix,il,kx) | Temperature tendency | ||
| real, | intent(inout) | :: | qtend(ix,il,kx) | Specific humidity tendency |