CAM
|
Data Types | |
type | cndecompcnparamstype |
Functions/Subroutines | |
subroutine, public | readcndecompcnparams (ncid) |
subroutine, public | init_decompcascade_cn (bounds, cnstate_vars) |
subroutine, public | decomp_rate_constants_cn (bounds, num_soilc, filter_soilc, canopystate_vars, soilstate_vars, temperature_vars, ch4_vars, carbonflux_vars, cnstate_vars) |
Variables | |
type(cndecompcnparamstype), private | cndecompcnparamsinst |
subroutine, public cndecompcascadecnmod::decomp_rate_constants_cn | ( | 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 cndecompcascadecnmod::init_decompcascade_cn | ( | type(bounds_type), intent(in) | bounds, |
type(cnstate_type), intent(inout) | cnstate_vars | ||
) |
subroutine, public cndecompcascadecnmod::readcndecompcnparams | ( | type(file_desc_t), intent(inout) | ncid | ) |
|
private |