CAM
aerosoltype Module Reference

Data Types

type  aerosol_type
 

Functions/Subroutines

subroutine init (this, bounds)
 
subroutine initallocate (this, bounds)
 
subroutine inithistory (this, bounds)
 
subroutine initcold (this, bounds)
 
subroutine restart (this, bounds, ncid, flag, h2osoi_ice_col, h2osoi_liq_col)
 
subroutine reset (this, column)
 

Function/Subroutine Documentation

◆ init()

subroutine aerosoltype::init ( class(aerosol_type this,
type(bounds_type), intent(in)  bounds 
)

◆ initallocate()

subroutine aerosoltype::initallocate ( class(aerosol_type this,
type(bounds_type), intent(in)  bounds 
)
private

◆ initcold()

subroutine aerosoltype::initcold ( class(aerosol_type this,
type(bounds_type), intent(in)  bounds 
)

◆ inithistory()

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

◆ reset()

subroutine aerosoltype::reset ( class(aerosol_type this,
integer, intent(in)  column 
)

◆ restart()

subroutine aerosoltype::restart ( class(aerosol_type this,
type(bounds_type), intent(in)  bounds,
type(file_desc_t), intent(inout)  ncid,
character(len=*), intent(in)  flag,
real(r8), dimension( bounds%begc: , -nlevsno+1: ), intent(in)  h2osoi_ice_col,
real(r8), dimension( bounds%begc: , -nlevsno+1: ), intent(in)  h2osoi_liq_col 
)
private