OrganicMatterBalanceInput
@svenvw/fdm-source / fdm-calculator/src / OrganicMatterBalanceInput
Type Alias: OrganicMatterBalanceInput
OrganicMatterBalanceInput =
object
Defined in: fdm-calculator/src/balance/organic-matter/types.ts:245
Represents the complete input structure required for the organic matter balance calculation for a farm.
Properties
cultivationDetails
cultivationDetails:
CultivationDetail[]
Defined in: fdm-calculator/src/balance/organic-matter/types.ts:251
A list of all available cultivation details from the farm's catalogue.
fertilizerDetails
fertilizerDetails:
FertilizerDetail[]
Defined in: fdm-calculator/src/balance/organic-matter/types.ts:249
A list of all available fertilizer details from the farm's catalogue.
fields
fields:
FieldInput[]
Defined in: fdm-calculator/src/balance/organic-matter/types.ts:247
An array of all field inputs for the farm.
timeFrame
timeFrame:
object
Defined in: fdm-calculator/src/balance/organic-matter/types.ts:253
The start and end date of the calculation period.
end
end:
Date
start
start:
Date