CAM
betr_biogeofluxtype Module Reference

Data Types

type  betr_biogeo_flux_type
 

Functions/Subroutines

class(betr_biogeo_flux_type) function, pointer, public create_betr_biogeoflux ()
 
subroutine init (this, bounds, active_soibgc)
 
subroutine initallocate (this, bounds)
 
subroutine reset (this, value_column, active_soibgc)
 
subroutine summary (this, bounds, lbj, ubj, dz)
 

Variables

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

Function/Subroutine Documentation

◆ create_betr_biogeoflux()

class(betr_biogeo_flux_type) function, pointer, public betr_biogeofluxtype::create_betr_biogeoflux ( )
Here is the caller graph for this function:

◆ init()

subroutine betr_biogeofluxtype::init ( class(betr_biogeo_flux_type), intent(inout)  this,
type(betr_bounds_type), intent(in)  bounds,
logical, intent(in)  active_soibgc 
)

◆ initallocate()

subroutine betr_biogeofluxtype::initallocate ( class(betr_biogeo_flux_type), intent(inout)  this,
type(betr_bounds_type), intent(in)  bounds 
)

◆ reset()

subroutine betr_biogeofluxtype::reset ( class(betr_biogeo_flux_type this,
real(r8), intent(in)  value_column,
logical, intent(in)  active_soibgc 
)

◆ summary()

subroutine betr_biogeofluxtype::summary ( class(betr_biogeo_flux_type), intent(inout)  this,
type(betr_bounds_type), intent(in)  bounds,
integer, intent(in)  lbj,
integer, intent(in)  ubj,
real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in)  dz 
)

Variable Documentation

◆ mod_filename

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