CAM
dustmod Module Reference

Data Types

type  dust_type
 

Functions/Subroutines

subroutine init (this, bounds)
 
subroutine initallocate (this, bounds)
 
subroutine inithistory (this, bounds)
 
subroutine initcold (this, bounds)
 
subroutine, public dustemission (bounds, num_nolakep, filter_nolakep, atm2lnd_vars, soilstate_vars, canopystate_vars, waterstate_vars, frictionvel_vars, dust_vars)
 
subroutine, public dustdrydep (bounds, atm2lnd_vars, frictionvel_vars, dust_vars)
 
subroutine initdustvars (this, bounds)
 

Variables

real(r8), dimension(:,:), allocatable ovr_src_snk_mss
 
real(r8), dimension(:), allocatable dmt_vwr
 
real(r8), dimension(:), allocatable stk_crc
 
real(r8) tmp1
 
real(r8) dns_aer
 

Function/Subroutine Documentation

◆ dustdrydep()

subroutine, public dustmod::dustdrydep ( type(bounds_type), intent(in)  bounds,
type(atm2lnd_type), intent(in)  atm2lnd_vars,
type(frictionvel_type), intent(in)  frictionvel_vars,
type(dust_type), intent(inout)  dust_vars 
)
Here is the caller graph for this function:

◆ dustemission()

subroutine, public dustmod::dustemission ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakep,
integer, dimension(num_nolakep), intent(in)  filter_nolakep,
type(atm2lnd_type), intent(in)  atm2lnd_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(canopystate_type), intent(in)  canopystate_vars,
type(waterstate_type), intent(in)  waterstate_vars,
type(frictionvel_type), intent(in)  frictionvel_vars,
type(dust_type), intent(inout)  dust_vars 
)
Here is the caller graph for this function:

◆ init()

subroutine dustmod::init ( class(dust_type this,
type(bounds_type), intent(in)  bounds 
)

◆ initallocate()

subroutine dustmod::initallocate ( class (dust_type this,
type(bounds_type), intent(in)  bounds 
)
private

◆ initcold()

subroutine dustmod::initcold ( class (dust_type this,
type(bounds_type), intent(in)  bounds 
)

◆ initdustvars()

subroutine dustmod::initdustvars ( class(dust_type this,
type(bounds_type), intent(in)  bounds 
)

◆ inithistory()

subroutine dustmod::inithistory ( class (dust_type this,
type(bounds_type), intent(in)  bounds 
)
private
Here is the call graph for this function:

Variable Documentation

◆ dmt_vwr

real(r8), dimension(:), allocatable dustmod::dmt_vwr
private

◆ dns_aer

real(r8) dustmod::dns_aer
private

◆ ovr_src_snk_mss

real(r8), dimension(:,:), allocatable dustmod::ovr_src_snk_mss
private

◆ stk_crc

real(r8), dimension(:), allocatable dustmod::stk_crc
private

◆ tmp1

real(r8) dustmod::tmp1
private