The Intermediate Complexity Atmospheric Research model (ICAR)
A computationally efficient atmospheric model for downscaling.
|
A simple upwind advection scheme More...
Public Member Functions | |
subroutine, public | upwind (domain, options, dt) |
Private Member Functions | |
subroutine | advect3d (q, u, v, w, rho, dz, nx, nz, ny, debug, options) |
Private Attributes | |
real, dimension(:,:,:), allocatable | u_m |
real, dimension(:,:,:), allocatable | v_m |
real, dimension(:,:,:), allocatable | w_m |
real, dimension(:,:,:), allocatable | lastqv_m |
A simple upwind advection scheme
|
private |
subroutine, public adv_upwind::upwind | ( | type(domain_type), intent(inout) | domain, |
type(options_type), intent(in) | options, | ||
real, intent(in) | dt | ||
) |
|
private |
|
private |
|
private |
|
private |