CAM
tracerbalancemod Module Reference

Functions/Subroutines

subroutine, public begin_betr_tracer_massbalance (bounds, col, numf, filter, betrtracer_vars, tracerstate_vars, tracerflux_vars, betr_status)
 
subroutine, public betr_tracer_massbalance_check (betr_time, bounds, col, numf, filter, betrtracer_vars, tracerstate_vars, tracerflux_vars, betr_status)
 
subroutine betr_tracer_mass_summary (bounds, col, lbj, ubj, numf, filter, betrtracer_vars, tracerstate_vars, tracer_molarmass_col, betr_status)
 

Variables

character(len= *), parameter mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ begin_betr_tracer_massbalance()

subroutine, public tracerbalancemod::begin_betr_tracer_massbalance ( type(bounds_type), intent(in)  bounds,
type(betr_column_type), intent(in)  col,
integer, intent(in)  numf,
integer, dimension(:), intent(in)  filter,
type(betrtracer_type), intent(in)  betrtracer_vars,
type(tracerstate_type), intent(inout)  tracerstate_vars,
type(tracerflux_type), intent(inout)  tracerflux_vars,
type(betr_status_type), intent(out)  betr_status 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ betr_tracer_mass_summary()

subroutine tracerbalancemod::betr_tracer_mass_summary ( type(bounds_type), intent(in)  bounds,
type(betr_column_type), intent(in)  col,
integer, intent(in)  lbj,
integer, intent(in)  ubj,
integer, intent(in)  numf,
integer, dimension(:), intent(in)  filter,
type(betrtracer_type), intent(in)  betrtracer_vars,
class(tracerstate_type), intent(inout)  tracerstate_vars,
real(r8), dimension(bounds%begc:bounds%endc, 1:betrtracer_vars%ntracers), intent(inout)  tracer_molarmass_col,
type(betr_status_type), intent(out)  betr_status 
)
Here is the caller graph for this function:

◆ betr_tracer_massbalance_check()

subroutine, public tracerbalancemod::betr_tracer_massbalance_check ( class(betr_time_type), intent(in)  betr_time,
type(bounds_type), intent(in)  bounds,
type(betr_column_type), intent(in)  col,
integer, intent(in)  numf,
integer, dimension(:), intent(in)  filter,
type(betrtracer_type), intent(in)  betrtracer_vars,
type(tracerstate_type), intent(inout)  tracerstate_vars,
type(tracerflux_type), intent(inout)  tracerflux_vars,
type(betr_status_type), intent(out)  betr_status 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mod_filename

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