Skip to content

ByProductMgmt

View Docstring
Signature:
ByProductMgmt(
    demand: 'DemandAndConversions',
    herds: pd.Series,
    par: 'ParameterRetriever'
)

Docstring:
Management module that handles by-products by allocating residual by-products with no demand to waste management or exports
and by inducing imports of by-products if necessary to meet demand.

Parameters
----------
demand : DemandAndConversions object
herds : pandas.Series of AnimalHerd objects
par : ParameterRetriever object

File: CIBUSmod/mgmt_modules/byprod_mgmt.py