The Intermediate Complexity Atmospheric Research model (ICAR)
A computationally efficient atmospheric model for downscaling.
 All Classes Files Functions Variables
Public Member Functions | Private Attributes | List of all members
convection Module Reference


Driver to call different convection schemes More...

Public Member Functions

subroutine, public init_convection (domain, options)
 
subroutine, public convect (domain, options, dt_in)
 

Private Attributes

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
 

Detailed Description


Driver to call different convection schemes

Author
Ethan Gutmann (gutma.nosp@m.nn@u.nosp@m.car.e.nosp@m.du)

Member Function/Subroutine Documentation

subroutine, public convection::convect ( type(domain_type), intent(inout)  domain,
type(options_type), intent(in)  options,
real, intent(in)  dt_in 
)

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public convection::init_convection ( type(domain_type), intent(inout)  domain,
type(options_type), intent(in)  options 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

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: