CAM
|
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 |
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 | ||
) |
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 | ||
) |
subroutine, public cndecompcascadebgcmod::readcndecompbgcparams | ( | type(file_desc_t), intent(inout) | ncid | ) |
|
private |
real(r8), public cndecompcascadebgcmod::normalization_tref = 15._r8 |
logical, public cndecompcascadebgcmod::normalize_q10_to_century_tfunc = .true. |
logical, public cndecompcascadebgcmod::use_century_tfunc = .false. |