CAM
cndecompcascadebgcmod Module Reference

Data Types

type  cndecompbgcparamstype
 

Functions/Subroutines

subroutine, public readcndecompbgcparams (ncid)
 
subroutine, public init_decompcascade_bgc (bounds, cnstate_vars, soilstate_vars)
 
subroutine, public decomp_rate_constants_bgc (bounds, num_soilc, filter_soilc, canopystate_vars, soilstate_vars, temperature_vars, ch4_vars, carbonflux_vars, cnstate_vars)
 

Variables

logical, public normalize_q10_to_century_tfunc = .true.
 
logical, public use_century_tfunc = .false.
 
real(r8), public normalization_tref = 15._r8
 
type(cndecompbgcparamstype), private cndecompbgcparamsinst
 

Function/Subroutine Documentation

◆ decomp_rate_constants_bgc()

subroutine, public cndecompcascadebgcmod::decomp_rate_constants_bgc ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc,
type(canopystate_type), intent(in)  canopystate_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(temperature_type), intent(in)  temperature_vars,
type(ch4_type), intent(in)  ch4_vars,
type(carbonflux_type), intent(inout)  carbonflux_vars,
type(cnstate_type), intent(inout)  cnstate_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_decompcascade_bgc()

subroutine, public cndecompcascadebgcmod::init_decompcascade_bgc ( type(bounds_type), intent(in)  bounds,
type(cnstate_type), intent(inout)  cnstate_vars,
type(soilstate_type), intent(in)  soilstate_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readcndecompbgcparams()

subroutine, public cndecompcascadebgcmod::readcndecompbgcparams ( type(file_desc_t), intent(inout)  ncid)
Here is the caller graph for this function:

Variable Documentation

◆ cndecompbgcparamsinst

type(cndecompbgcparamstype), private cndecompcascadebgcmod::cndecompbgcparamsinst
private

◆ normalization_tref

real(r8), public cndecompcascadebgcmod::normalization_tref = 15._r8

◆ normalize_q10_to_century_tfunc

logical, public cndecompcascadebgcmod::normalize_q10_to_century_tfunc = .true.

◆ use_century_tfunc

logical, public cndecompcascadebgcmod::use_century_tfunc = .false.