CAM
tracercoefftype Module Reference

Data Types

type  tracercoeff_type
 

Functions/Subroutines

subroutine init (this, bounds, lbj, ubj, betrtracer_vars)
 
subroutine restart (this, bounds, flag, betrtracer_vars)
 
subroutine initallocate (this, bounds, lbj, ubj, betrtracer_vars)
 
subroutine inithistory (this, betrtracer_vars)
 
subroutine initcold (this, bounds)
 
subroutine retrieve_hist (this, bounds, lbj, ubj, state_2d, state_1d, betrtracer_vars)
 

Variables

character(len= *), parameter, private mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ init()

subroutine tracercoefftype::init ( class(tracercoeff_type), intent(inout)  this,
type(bounds_type), intent(in)  bounds,
integer, intent(in)  lbj,
integer, intent(in)  ubj,
type(betrtracer_type), intent(in)  betrtracer_vars 
)

◆ initallocate()

subroutine tracercoefftype::initallocate ( class(tracercoeff_type), intent(inout)  this,
type(bounds_type), intent(in)  bounds,
integer, intent(in)  lbj,
integer, intent(in)  ubj,
type(betrtracer_type), intent(in)  betrtracer_vars 
)

◆ initcold()

subroutine tracercoefftype::initcold ( class(tracercoeff_type), intent(inout)  this,
type(bounds_type), intent(in)  bounds 
)

◆ inithistory()

subroutine tracercoefftype::inithistory ( class(tracercoeff_type), intent(inout)  this,
type(betrtracer_type), intent(in)  betrtracer_vars 
)

◆ restart()

subroutine tracercoefftype::restart ( class(tracercoeff_type), intent(inout)  this,
type(bounds_type), intent(in)  bounds,
character(len=*), intent(in)  flag,
type(betrtracer_type), intent(in)  betrtracer_vars 
)

◆ retrieve_hist()

subroutine tracercoefftype::retrieve_hist ( class(tracercoeff_type), intent(inout)  this,
type(bounds_type), intent(in)  bounds,
integer, intent(in)  lbj,
integer, intent(in)  ubj,
real(r8), dimension(bounds%begc:bounds%endc, lbj:ubj,1:this%num_hist2d), intent(inout)  state_2d,
real(r8), dimension(bounds%begc:bounds%endc, 1:this%num_hist1d), intent(inout)  state_1d,
type(betrtracer_type), intent(in)  betrtracer_vars 
)
Here is the call graph for this function:

Variable Documentation

◆ mod_filename

character(len=*), parameter, private tracercoefftype::mod_filename = __FILE__
private