CAM
cngapmortalitymod Module Reference

Data Types

type  cngapmortparamstype
 

Functions/Subroutines

subroutine, public readcngapmortparams (ncid)
 
subroutine, public cngapmortality (num_soilc, filter_soilc, num_soilp, filter_soilp, dgvs_vars, cnstate_vars, carbonstate_vars, nitrogenstate_vars, carbonflux_vars, nitrogenflux_vars, phosphorusstate_vars, phosphorusflux_vars)
 
subroutine cngappfttocolumn (num_soilc, filter_soilc, cnstate_vars, carbonflux_vars, nitrogenflux_vars, phosphorusflux_vars)
 
subroutine mortality_rate_soilorder (num_soilp, filter_soilp, cnstate_vars)
 

Variables

type(cngapmortparamstype), private cngapmortparamsinst
 

Function/Subroutine Documentation

◆ cngapmortality()

subroutine, public cngapmortalitymod::cngapmortality ( integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc,
integer, intent(in)  num_soilp,
integer, dimension(:), intent(in)  filter_soilp,
type(dgvs_type), intent(inout)  dgvs_vars,
type(cnstate_type), intent(inout)  cnstate_vars,
type(carbonstate_type), intent(inout)  carbonstate_vars,
type(nitrogenstate_type), intent(in)  nitrogenstate_vars,
type(carbonflux_type), intent(inout)  carbonflux_vars,
type(nitrogenflux_type), intent(inout)  nitrogenflux_vars,
type(phosphorusstate_type), intent(in)  phosphorusstate_vars,
type(phosphorusflux_type), intent(inout)  phosphorusflux_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cngappfttocolumn()

subroutine cngapmortalitymod::cngappfttocolumn ( integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc,
type(cnstate_type), intent(in)  cnstate_vars,
type(carbonflux_type), intent(inout)  carbonflux_vars,
type(nitrogenflux_type), intent(inout)  nitrogenflux_vars,
type(phosphorusflux_type), intent(inout)  phosphorusflux_vars 
)
Here is the caller graph for this function:

◆ mortality_rate_soilorder()

subroutine cngapmortalitymod::mortality_rate_soilorder ( integer, intent(in)  num_soilp,
integer, dimension(:), intent(in)  filter_soilp,
type(cnstate_type), intent(inout)  cnstate_vars 
)
Here is the caller graph for this function:

◆ readcngapmortparams()

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

Variable Documentation

◆ cngapmortparamsinst

type(cngapmortparamstype), private cngapmortalitymod::cngapmortparamsinst
private