Skip to main content

getNitrogenBalanceField

@nmi-agro/fdm-source


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

Variable: getNitrogenBalanceField

const getNitrogenBalanceField: any

Defined in: fdm-calculator/src/balance/nitrogen/index.ts:333

A cached version of the calculateNitrogenBalanceField function.

This function provides the same functionality as calculateNitrogenBalanceField but includes a caching mechanism to improve performance for repeated calls with the same input. The cache is managed by withCalculationCache and uses the pkg.calculatorVersion as part of its cache key.

Returns

A promise that resolves with the calculated nitrogen balance, with numeric values as numbers.