advect_vert Subroutine

subroutine advect_vert(llm, w, dt, q, plev)

Arguments

Type IntentOptional Attributes Name
integer :: llm
real :: w(llm+1)
real :: dt
real :: q(llm)
real :: plev(llm+1)

Contents