ChecksBalancesMod Module



Subroutines

public subroutine SiteMassStock(currentSite, el, total_stock, biomass_stock, litter_stock, seed_stock)

Arguments

Type IntentOptional Attributes Name
type(ed_site_type), intent(inout), target :: currentSite
integer, intent(in) :: el
real(kind=r8), intent(out) :: total_stock
real(kind=r8), intent(out) :: biomass_stock
real(kind=r8), intent(out) :: litter_stock
real(kind=r8), intent(out) :: seed_stock

public subroutine PatchMassStock(currentPatch, el, live_stock, seed_stock, litter_stock)

Arguments

Type IntentOptional Attributes Name
type(ed_patch_type), intent(inout), target :: currentPatch
integer, intent(in) :: el
real(kind=r8), intent(out) :: live_stock
real(kind=r8), intent(out) :: seed_stock
real(kind=r8), intent(out) :: litter_stock