calc_flux | R Documentation |
Calculate emission rate of species using simplified mass flux technique in molecules per second
calc_flux(
wind_speed = ws,
ground_speed = gspd_gin,
alpha = alpha,
scale_height = scale_height,
mixing_height = mixing_height,
plume_integral = plume_integral
)
wind_speed |
Wind speed in ms-1 |
ground_speed |
Speed over ground in ms-1 |
alpha |
Angle between aircraft track and direction normal to wind direction |
scale_height |
Scale height in m Scale height is the increase in altitude for which the atmospheric pressure decreases by a factor of e |
mixing_height |
Mixing height of observed plume in m |
plume_integral |
Area under observed plume This must be the enhancement above background concentrations |
value
Shona Wilde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.