
Estimate indirect N2O from volatilised ammonia.
Source:R/n_balance_losses.R
calculate_indirect_n2o_nh3.RdConverts the ammonia-N already volatilised (calculate_nh3()'s
nh3_n_t) into indirect nitrous oxide (n_fun.r:955-957). Atlantic rows
use the flat IPCC EF4 factor (ef4_nh3_to_n2o_atl, 0.016) and touch no
emission-factor lookup; Mediterranean rows use the disaggregated
n2o_efs_disaggregated ef on (irrig_type, climate) alone (NH3_MgN * N2O_EF), WITHOUT the fertiliser_n2o_modifiers mf that
calculate_soil_n2o()'s method = "aguilera" applies to direct N2O.
Arguments
- x
A tibble with
nh3_n_t,climateand (for MED rows) theirrig_typecolumn n2o_efs_disaggregated is keyed on.- example
If
TRUE, return a small fixture instead of computing fromx. Defaults toFALSE.