CNGapMortality Subroutine

public subroutine CNGapMortality(bounds, num_soilc, filter_soilc, num_soilp, filter_soilp, dgvs_inst, cnveg_carbonstate_inst, cnveg_nitrogenstate_inst, cnveg_carbonflux_inst, cnveg_nitrogenflux_inst, canopystate_inst, leaf_prof_patch, froot_prof_patch, croot_prof_patch, stem_prof_patch)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_soilc
integer, intent(in) :: filter_soilc(:)
integer, intent(in) :: num_soilp
integer, intent(in) :: filter_soilp(:)
type(dgvs_type), intent(inout) :: dgvs_inst
type(cnveg_carbonstate_type), intent(in) :: cnveg_carbonstate_inst
type(cnveg_nitrogenstate_type), intent(in) :: cnveg_nitrogenstate_inst
type(cnveg_carbonflux_type), intent(inout) :: cnveg_carbonflux_inst
type(cnveg_nitrogenflux_type), intent(inout) :: cnveg_nitrogenflux_inst
type(CanopyState_type), intent(in) :: canopystate_inst
real(kind=r8), intent(in) :: leaf_prof_patch(bounds%begp:,1:)
real(kind=r8), intent(in) :: froot_prof_patch(bounds%begp:,1:)
real(kind=r8), intent(in) :: croot_prof_patch(bounds%begp:,1:)
real(kind=r8), intent(in) :: stem_prof_patch(bounds%begp:,1:)