Driver to call different convection schemes
More...
|
logical, dimension(:,:),
allocatable | cu_act_flag |
| |
| real, dimension(:,:), allocatable | xland |
| |
| real, dimension(:,:), allocatable | raincv |
| |
| real, dimension(:,:), allocatable | pratec |
| |
| real, dimension(:,:), allocatable | nca |
| |
| real, dimension(:,:,:), allocatable | w0avg |
| |
Driver to call different convection schemes
- Author
- Ethan Gutmann (gutma.nosp@m.nn@u.nosp@m.car.e.nosp@m.du)
| subroutine, public convection::convect |
( |
type(domain_type), intent(inout) |
domain, |
|
|
type(options_type), intent(in) |
options, |
|
|
real, intent(in) |
dt_in |
|
) |
| |
| subroutine, public convection::init_convection |
( |
type(domain_type), intent(inout) |
domain, |
|
|
type(options_type), intent(in) |
options |
|
) |
| |
| logical, dimension(:,:), allocatable convection::cu_act_flag |
|
private |
| real, dimension(:,:), allocatable convection::nca |
|
private |
| real, dimension(:,:), allocatable convection::pratec |
|
private |
| real, dimension(:,:), allocatable convection::raincv |
|
private |
| real, dimension(:,:,:), allocatable convection::w0avg |
|
private |
| real, dimension(:,:), allocatable convection::xland |
|
private |
The documentation for this module was generated from the following file: