CAM
short_lived_species Module Reference

Functions/Subroutines

subroutine, public register_short_lived_species
 
subroutine, public initialize_short_lived_species (ncid_ini, pbuf2d)
 
subroutine, public set_short_lived_species (q, lchnk, ncol, pbuf)
 
subroutine, public get_short_lived_species (q, lchnk, ncol, pbuf)
 
integer function, public slvd_index (name)
 

Variables

integer, public pbf_idx
 
integer, dimension(nslvd), public map
 
character(len=16), parameter pbufname = 'ShortLivedSpecies'
 

Function/Subroutine Documentation

◆ get_short_lived_species()

subroutine, public short_lived_species::get_short_lived_species ( real(r8), dimension(pcols,pver,gas_pcnst), intent(inout)  q,
integer, intent(in)  lchnk,
integer, intent(in)  ncol,
type(physics_buffer_desc), dimension(:), pointer  pbuf 
)
Here is the caller graph for this function:

◆ initialize_short_lived_species()

subroutine, public short_lived_species::initialize_short_lived_species ( type(file_desc_t), intent(inout)  ncid_ini,
type(physics_buffer_desc), dimension(:,:), pointer  pbuf2d 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ register_short_lived_species()

subroutine, public short_lived_species::register_short_lived_species ( )
Here is the caller graph for this function:

◆ set_short_lived_species()

subroutine, public short_lived_species::set_short_lived_species ( real(r8), dimension(pcols,pver,gas_pcnst), intent(in)  q,
integer, intent(in)  lchnk,
integer, intent(in)  ncol,
type(physics_buffer_desc), dimension(:), pointer  pbuf 
)
Here is the caller graph for this function:

◆ slvd_index()

integer function, public short_lived_species::slvd_index ( character(len=*)  name)
Here is the caller graph for this function:

Variable Documentation

◆ map

integer, dimension(nslvd), public short_lived_species::map

◆ pbf_idx

integer, public short_lived_species::pbf_idx

◆ pbufname

character(len=16), parameter short_lived_species::pbufname = 'ShortLivedSpecies'
private