CAM
edmortalityfunctionsmod Module Reference

Functions/Subroutines

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

Variables

logical debug_growth = .false.
 

Function/Subroutine Documentation

◆ mortality_rates()

subroutine, public edmortalityfunctionsmod::mortality_rates ( type (ed_cohort_type), intent(in)  cohort_in,
type (bc_in_type), intent(in)  bc_in,
real(r8), intent(out)  cmort,
real(r8), intent(out)  hmort,
real(r8), intent(out)  bmort,
real(r8), intent(out)  frmort 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug_growth

logical edmortalityfunctionsmod::debug_growth = .false.
private