Usage
BufferFactors(ae = NULL, parameters = NA, species = c("SumCO2"), k_w = NULL, k_co2 = NULL, k_hco3 = NULL, k_boh3 = NULL, k_hso4 = NULL, k_hf = NULL, k1k2 = "lueker", khf = "dickson", khso4 = "dickson")
Arguments
ae
an object of class 'aquaenv'. An error is produced in case
an object is provided that is not of class 'aquaenv',
parameters
a vector containing one or more of the following
variables: "DIC" (mol/kg-soln), "TotNH3" (mol/kg-soln), "TotP"
(mol/kg-soln), "TotNO3" (mol/kg-soln), "TotNO2" (mol/kg-soln),
"TotS" (mol/kg-soln), "TotSi" (mol/kg-soln), "TB" (mol/kg-soln),
"TotF" (mol/kg-soln), "TotSO4" (mol/kg-soln), "sal" (-), "temp"
(deg C), "pres" (bar), "Alk" (mol/kg-soln). If a variable is not
supplied and no object of class 'aquaenv' is provided, default values
are assigned following Table 4 of Hagens and Middelburg (2016). If
both ae and parameters are supplied, given parameters will overwrite
the corresponding values of ae
species
a vector containing one or more of the following
variables: "SumCO2", "SumNH4", "SumH3PO4", "SumHNO3", "SumHNO2",
"SumH2S", "SumSiOH4", "SumBOH3", "SumHF", "SumH2SO4", "CO2", "HCO3",
"CO3", "BOH3", "BOH4", "OH", "H3PO4", "H2PO4", "HPO4", "PO4",
"SiOH4", "SiOOH3", "SiO2OH2", "H2S", "HS", "S2min", "NH4", "NH3",
"H2SO4", "HSO4", "SO4", "HF", "F", "HNO3", "NO3", "HNO2", "NO2".
Default is c("SumCO2"). This vector defines the species for which the
sensitivities are calculated
k_w
a fixed K\_W can be specified
k_co2
a fixed K\_CO2 can be specified
k_hco3
a fixed K\_HCO3 can be specified
k_boh3
a fixed K\_BOH3 can be specified
k_hso4
a fixed K\_HSO4 can be specified
k_hf
a fixed K\_HF can be specified
k1k2
either "lueker" (default, Lueker2000), "roy" (Roy1993a),
or "millero" (Millero2006) for K\_CO2 and K\_HCO3
khf
either "dickson" (default, Dickson1979a) or "perez"
(Perez1987a) for K\_HF
khso4
either "dickson" (default, Dickson1990) or "khoo"
(Khoo1977) for K\_HSO4