CAM
|
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' |
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 | ||
) |
subroutine, public short_lived_species::initialize_short_lived_species | ( | type(file_desc_t), intent(inout) | ncid_ini, |
type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d | ||
) |
subroutine, public short_lived_species::register_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 | ||
) |
integer function, public short_lived_species::slvd_index | ( | character(len=*) | name | ) |
integer, dimension(nslvd), public short_lived_species::map |
integer, public short_lived_species::pbf_idx |
|
private |