This function calculates the N leaching risks for the soil
Usage
osi_gw_nleach_fi(B_LU, A_N_RT, A_C_OF, A_CLAY_MI, A_SAND_MI)
Arguments
- B_LU
(character) The crop code
- A_N_RT
(numeric) The organic nitrogen content of the soil (mg N / kg)
- A_C_OF
(numeric) The organic carbon content in the soil (g C / kg)
- A_CLAY_MI
(numeric) The clay content of the soil (%)
- A_SAND_MI
(numeric) The sand content of the soil (%)
Value
The risk for N leaching
Examples
osi_gw_nleach_fi(B_LU = '772',A_N_RT = 1200, A_C_OF = 25, A_CLAY_MI = 3.5, A_SAND_MI = 15)
#> [1] NA