Skip to main content

methodRequirements

@nmi-agro/fdm-source


@nmi-agro/fdm-source / fdm-calculator/src / methodRequirements

Variable: methodRequirements

const methodRequirements: Record<NSupplyMethod, { optional: string[]; required: string[]; }>

Defined in: fdm-calculator/src/mineralization/assessment.ts:25

Defines the required and optional soil parameters for each N supply method.

Required parameters must be present for the API to compute a result. Optional parameters improve the estimate but are estimated by the API when absent.

See

NSupplyMethod