This function calculates the potential N leaching of a soil.
calc_nleach(
B_SOILTYPE_AGR,
B_LU_BRP,
B_GWL_CLASS,
D_NLV,
B_AER_CBS,
leaching_to
)
(character) The type of soil
(numeric) The crop code (gewascode) from the BRP
(character) The groundwater table class
(numeric) The N supplying capacity of a soil (kg N ha-1 jr-1) calculated by calc_nlv
(character) The agricultural economic region in the Netherlands (CBS, 2016)
(character) whether it computes N leaching to groundwater ("gw") or to surface water ("ow")
The potential nitrogen leaching from the soil originating from soil nitrogen mineralization processes. A numeric value.
calc_nleach('dekzand',265,'GtIII',145,'Zuidwest-Brabant','gw')
#> [1] 4.495
calc_nleach('rivierklei',1019,'GtIV',145,'Rivierengebied','ow')
#> [1] 6.337698