LMDZ
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ppm3d (IGD, Q, PS1, PS2, U, V, W, NDT, IORD, JORD, KORD, NC, IMR, JNP, j1, NLAY, AP, BP, PT, AE, fill, dum, Umax) |
subroutine | fzppm (IMR, JNP, NLAY, j1, DQ, WZ, P, DC, DQDT, AR, AL, A6, flux, wk1, wk2, wz2, delp, KORD) |
subroutine | xtp (IMR, JNP, IML, j1, j2, JN, JS, PU, DQ, Q, UC, fx1, xmass, IORD) |
subroutine | fxppm (IMR, IML, UT, P, DC, flux, IORD) |
subroutine | xmist (IMR, IML, P, DC) |
subroutine | ytp (IMR, JNP, j1, j2, acosp, RCAP, DQ, P, VC, DC2, ymass, fx, A6, AR, AL, JORD) |
subroutine | ymist (IMR, JNP, j1, P, DC, ID) |
subroutine | fyppm (VC, P, DC, flux, IMR, JNP, j1, j2, A6, AR, AL, JORD) |
subroutine | yadv (IMR, JNP, j1, j2, p, VA, ady, wk, IAD) |
subroutine | xadv (IMR, JNP, j1, j2, p, UA, JS, JN, IML, adx, IAD) |
subroutine | lmtppm (DC, A6, AR, AL, P, IM, LMT) |
subroutine | a2c (U, V, IMR, JMR, j1, j2, CRX, CRY, dtdx5, DTDY5) |
subroutine | cosa (cosp, cose, JNP, PI, DP) |
subroutine | cosc (cosp, cose, JNP, PI, DP) |
subroutine | qckxyz (Q, qtmp, IMR, JNP, NLAY, j1, j2, cosp, acosp, cross, IC, NSTEP) |
subroutine | filcr (q, IMR, JNP, j1, j2, cosp, acosp, icr, tiny) |
subroutine | filns (q, IMR, JNP, j1, j2, cosp, acosp, ipy, tiny) |
subroutine | filew (q, qtmp, IMR, JNP, j1, j2, ipx, tiny) |
subroutine | zflip (q, im, km, nc) |
subroutine fzppm | ( | integer | IMR, |
integer | JNP, | ||
integer | NLAY, | ||
integer | j1, | ||
real, dimension(imr,jnp,nlay) | DQ, | ||
real, dimension(imr,jnp,nlay) | WZ, | ||
real, dimension(imr,jnp,nlay) | P, | ||
real, dimension(imr,jnp,nlay) | DC, | ||
real, dimension(imr,jnp,nlay) | DQDT, | ||
real, dimension(imr,*) | AR, | ||
real, dimension(imr,*) | AL, | ||
real, dimension(imr,*) | A6, | ||
real, dimension(imr,*) | flux, | ||
real, dimension(imr,*) | wk1, | ||
real, dimension(imr,*) | wk2, | ||
real, dimension(imr,*) | wz2, | ||
real, dimension(imr,jnp,nlay) | delp, | ||
integer | KORD | ||
) |
subroutine ppm3d | ( | integer | IGD, |
real, dimension(imr,jnp,nlay,nc) | Q, | ||
real, dimension(imr,jnp) | PS1, | ||
real, dimension(imr,jnp) | PS2, | ||
real, dimension(imr,jnp,nlay) | U, | ||
real, dimension(imr,jnp,nlay) | V, | ||
real, dimension(imr,jnp,nlay) | W, | ||
real | NDT, | ||
integer | IORD, | ||
integer | JORD, | ||
integer | KORD, | ||
integer | NC, | ||
integer | IMR, | ||
integer | JNP, | ||
integer | j1, | ||
integer | NLAY, | ||
real, dimension(nlay+1) | AP, | ||
real, dimension(nlay+1) | BP, | ||
real | PT, | ||
integer | AE, | ||
logical | fill, | ||
logical | dum, | ||
real | Umax | ||
) |
subroutine ytp | ( | integer | IMR, |
integer | JNP, | ||
integer | j1, | ||
integer | j2, | ||
real, dimension(jnp) | acosp, | ||
real | RCAP, | ||
real, dimension(imr,jnp) | DQ, | ||
real, dimension(imr,jnp) | P, | ||
real, dimension(imr,jnp) | VC, | ||
real, dimension(imr,jnp) | DC2, | ||
real, dimension(imr,jnp) | ymass, | ||
real, dimension(imr,jnp) | fx, | ||
real, dimension(imr,jnp) | A6, | ||
real, dimension(imr,jnp) | AR, | ||
real, dimension(imr,jnp) | AL, | ||
integer | JORD | ||
) |