| calculate_MDF | R Documentation |
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"
)
precision_ppm |
Precision of the gas analyser (ppm). |
closure_time_s |
Closure time of the measurement (seconds). |
data_point_n |
Number of data points recorded during the closure period. |
chamber_volume_m3 |
Internal volume of the chamber (m |
temperature_C |
Air temperature at the measurement location ( |
chamber_area_m2 |
Base area of the chamber (m |
pressure_pa |
Atmospheric pressure (Pa). Default 101325. |
ideal_constant |
Ideal gas constant (J mol |
ghg |
Greenhouse gas type: |
A named list with MDF (numeric,
\mug m^{-2} h^{-1}) and unit (string).
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.