Usage
calpuff_add_point_sources(src_name, species_name, lat_dec_deg = NULL,
lon_dec_deg = NULL, x_coord_km = NULL, y_coord_km = NULL,
UTM_zone = NULL, UTM_hemisphere = NULL, stack_height, base_elev,
stack_diam, exit_velocity, exit_temp, emission_rate, emission_units)
Arguments
src_name
the name of the source emitting the species.
species_name
the name of the species undergoing emissions.
lat_dec_deg
the latitude of the point source in decimal degrees.
lon_dec_deg
the longitude of the point source in decimal degrees.
x_coord_km
the UTM easting value of the point source in km units.
y_coord_km
the UTM northing value of the point source in km units.
UTM_zone
the UTM zone for the point source.
UTM_hemisphere
the UTM hemisphere for the point source.
stack_height
the stack height of the point source in meters above ground level (m AGL).
base_elev
the ground elevation at the location of the point source stack in meters above sea level (m ASL).
stack_diam
the inner diameter of the stack in meters.
exit_velocity
the exit velocity at the stack tip in units of m/s.
exit_temp
the temperature of the plume exiting the stack in Kelvin (K) units.
emission_rate
the rate of constant emissions from the stack; units are defined in the 'emission_units' argument.
emission_units
the units applied to the value defined in the 'emission_rate' argument. The possible selections are: (1) "g/s", (2) "kg/hr", (3) "lb/hr", (4) "tons/yr", (5) "Odour Unit * m3/s", (6) "Odour Unit * m3/min", (7) "metric tons/yr", (8) "Bq/s", and (9) "GBq/yr".