Calculate the risk for nitrogen leaching template for EU
osi_gw_nleach_eu.Rd
This function calculates the N leaching risks for the soil
Usage
osi_gw_nleach_eu(
B_LU,
A_N_RT,
A_C_OF,
A_CLAY_MI,
A_SAND_MI,
B_PREC_Y = NA_real_,
B_PET_Y = NA_real_,
B_TEMP_Y = NA_real_
)
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 (%)
- B_PREC_Y
(numeric) Total potential precipitation in year (mm)
- B_PET_Y
(numeric) Total potential evapotranspiration in year (mm)
- B_TEMP_Y
(numeric) Mean year temperature (degrees Celcius)