EDMortalityFunctionsMod Module



Subroutines

public subroutine mortality_rates(cohort_in, bc_in, cmort, hmort, bmort, frmort)

Arguments

Type IntentOptional Attributes Name
type(ed_cohort_type), intent(in) :: cohort_in
type(bc_in_type), intent(in) :: bc_in
real(kind=r8), intent(out) :: cmort
real(kind=r8), intent(out) :: hmort
real(kind=r8), intent(out) :: bmort
real(kind=r8), intent(out) :: frmort

public subroutine Mortality_Derivative(currentSite, currentCohort, bc_in)

Arguments

Type IntentOptional Attributes Name
type(ed_site_type), intent(inout), target :: currentSite
type(ed_cohort_type), intent(inout), target :: currentCohort
type(bc_in_type), intent(in) :: bc_in