CAM
tracers Module Reference

Functions/Subroutines

subroutine, public tracers_register
 
logical function, public tracers_implements_cnst (name)
 
subroutine, public tracers_init_cnst (name, q, gcid)
 
subroutine, public tracers_init
 
subroutine, public tracers_timestep_init (phys_state)
 
subroutine, public tracers_timestep_tend (state, ptend, cflx, landfrac, deltat)
 

Variables

logical, public tracers_flag = .false.
 
integer trac_ncnst
 
integer ixtrct =-999
 
logical debug = .false.
 

Function/Subroutine Documentation

◆ tracers_implements_cnst()

logical function, public tracers::tracers_implements_cnst ( character(len=*), intent(in)  name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tracers_init()

subroutine, public tracers::tracers_init ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tracers_init_cnst()

subroutine, public tracers::tracers_init_cnst ( character(len=*), intent(in)  name,
real(r8), dimension(:,:), intent(out)  q,
integer, dimension(:), intent(in)  gcid 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tracers_register()

subroutine, public tracers::tracers_register ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tracers_timestep_init()

subroutine, public tracers::tracers_timestep_init ( type(physics_state), dimension(begchunk:endchunk), intent(inout), optional  phys_state)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tracers_timestep_tend()

subroutine, public tracers::tracers_timestep_tend ( type(physics_state), intent(in)  state,
type(physics_ptend), intent(out)  ptend,
real(r8), dimension(pcols,pcnst), intent(inout)  cflx,
real(r8), dimension(pcols), intent(in)  landfrac,
real(r8), intent(in)  deltat 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug

logical tracers::debug = .false.
private

◆ ixtrct

integer tracers::ixtrct =-999
private

◆ trac_ncnst

integer tracers::trac_ncnst
private

◆ tracers_flag

logical, public tracers::tracers_flag = .false.