osmose.engine.resources

Resource species (LTL) for the OSMOSE Python engine.

Resources are plankton/detritus that serve as prey. Their biomass comes from external forcing (NetCDF or uniform) and regenerates each timestep.

Functions

logistic_regrow(biomass, k, rate, floor)

Per-cell logistic regrowth of a depletable resource toward carrying capacity K.

Classes

ResourceSpeciesInfo(name, size_min, ...[, ...])

Metadata for one resource species.

ResourceState(config, grid)

Container for LTL resource biomass per grid cell.