powered by
Corrects for the amount of water vapor inside the air
flux_drygas(conc_df, gas_wet, h2o_wet)
the same dataframe with the additional column [gas_wet]_dry in the same unit as gas_wet
[gas_wet]_dry
gas_wet
dataframe of gas concentration over time
the gas to correct
water vapor concentration before correction (in mmol/mol)
the correction is done as follows gas_dry = gas_wet / (1 - (h2o_wet / 1000))
data(wet_conc) flux_drygas(wet_conc, co2, h2o)
Run the code above in your browser using DataLab