You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the death rate removes a fraction of each organism's biomass per time step, but is there a way to control how the removed biomass is handled? I couldn't find the relevant code.
(I figured it could turn into either an external "biomass" metabolite (which could be the target of extracellular enzymes), or into metabolites that typically in cell walls. A function might look something similar to set_global_periodic_media, but that'd need to pull the locations of each population's "death" as input)
The text was updated successfully, but these errors were encountered:
I know the death rate removes a fraction of each organism's biomass per time step, but is there a way to control how the removed biomass is handled? I couldn't find the relevant code.
(I figured it could turn into either an external "biomass" metabolite (which could be the target of extracellular enzymes), or into metabolites that typically in cell walls. A function might look something similar to
set_global_periodic_media
, but that'd need to pull the locations of each population's "death" as input)The text was updated successfully, but these errors were encountered: