CAM
urbanparamstype Module Reference

Data Types

type  urbanparams_type
 
type  urbinp_type
 

Functions/Subroutines

subroutine init (this, bounds)
 
subroutine, public urbaninput (begg, endg, mode)
 
subroutine, public checkurban (begg, endg, pcturb, caller)
 

Variables

type(urbinp_type), public urbinp
 
character(len=*), parameter, public urban_hac_off = 'OFF'
 
character(len=*), parameter, public urban_hac_on = 'ON'
 
character(len=*), parameter, public urban_wasteheat_on = 'ON_WASTEHEAT'
 
character(len=16), public urban_hac = urban_hac_off
 
logical, public urban_traffic = .false.
 

Function/Subroutine Documentation

◆ checkurban()

subroutine, public urbanparamstype::checkurban ( integer, intent(in)  begg,
integer, intent(in)  endg,
real(r8), dimension(begg:,:), intent(in)  pcturb,
character(len=*), intent(in)  caller 
)
Here is the caller graph for this function:

◆ init()

subroutine urbanparamstype::init ( class(urbanparams_type this,
type(bounds_type), intent(in)  bounds 
)
private
Here is the call graph for this function:

◆ urbaninput()

subroutine, public urbanparamstype::urbaninput ( integer, intent(in)  begg,
integer, intent(in)  endg,
character(len=*), intent(in)  mode 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ urban_hac

character(len= 16), public urbanparamstype::urban_hac = urban_hac_off

◆ urban_hac_off

character(len= *), parameter, public urbanparamstype::urban_hac_off = 'OFF'

◆ urban_hac_on

character(len= *), parameter, public urbanparamstype::urban_hac_on = 'ON'

◆ urban_traffic

logical, public urbanparamstype::urban_traffic = .false.

◆ urban_wasteheat_on

character(len= *), parameter, public urbanparamstype::urban_wasteheat_on = 'ON_WASTEHEAT'

◆ urbinp

type (urbinp_type), public urbanparamstype::urbinp