powered by
Calculate the Minimum Detectable Flux (MDF) for a static chamber GHG measurement system.
calculate_MDF( precision_ppm, closure_time_s, data_point_n, chamber_volume_m3, temperature_C, chamber_area_m2, pressure_pa = 101325, ideal_constant = 8.314, ghg = "co2" )
A named list with MDF (numeric,
MDF
\(\mu\)g m\(^{-2}\) h\(^{-1}\)) and unit (string).
unit
Precision of the gas analyser (ppm).
Closure time of the measurement (seconds).
Number of data points recorded during the closure period.
Internal volume of the chamber (m\(^3\)).
Air temperature at the measurement location (\(^\circ\)C).
Base area of the chamber (m\(^2\)).
Atmospheric pressure (Pa). Default 101325.
Ideal gas constant (J mol\(^{-1}\) K\(^{-1}\)). Default 8.314.
Greenhouse gas type: "co2", "ch4", or "n2o". Default "co2".
"co2"
"ch4"
"n2o"
calculate_MDF( precision_ppm = 1, closure_time_s = 300, data_point_n = 300, chamber_volume_m3 = 0.0064, temperature_C = 25, chamber_area_m2 = 0.07 )
Run the code above in your browser using DataLab