CAM
betr_carbonstaterecvtype Module Reference

Data Types

type  betr_carbonstate_recv_type
 

Functions/Subroutines

subroutine init (this, bounds)
 
subroutine initallocate (this, bounds)
 
subroutine reset (this, value_column)
 
subroutine summary (this, bounds, lbj, ubj, dz, zs)
 

Variables

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

Function/Subroutine Documentation

◆ init()

subroutine betr_carbonstaterecvtype::init ( class(betr_carbonstate_recv_type), intent(inout)  this,
type(betr_bounds_type), intent(in)  bounds 
)

◆ initallocate()

subroutine betr_carbonstaterecvtype::initallocate ( class(betr_carbonstate_recv_type), intent(inout)  this,
type(betr_bounds_type), intent(in)  bounds 
)

◆ reset()

subroutine betr_carbonstaterecvtype::reset ( class(betr_carbonstate_recv_type this,
real(r8), intent(in)  value_column 
)

◆ summary()

subroutine betr_carbonstaterecvtype::summary ( class(betr_carbonstate_recv_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,
real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in)  zs 
)

Variable Documentation

◆ mod_filename

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