real(wp) u
plume x-horizontal velocity
real(wp) w0
initial vertical velocity of the plume
real(wp) v
plume y-horizontal velocity
real(wp) x
plume location (downwind)
real(wp) beta_inp
entrainment coefficient (normal direction)
real(wp) alpha_inp
entrainment coefficient (parallel direction)
real(wp) prob_factor
particle loss factor
real(wp) y
plume location (crosswind)
real(wp) r0
initial radius of the plume
subroutine initialize_plume
Plume variables initialization.
real(wp) rp
radiation coefficient (kg/m**2/deg. k**3/s)
real(wp) s
length along plume centerline
real(wp) phi
angle between the plume trajectory and ground
logical particles_loss
logical defining if we loose particles
real(wp) mag_u
velocity magnitude along the centerline
real(wp) vent_height
height of the base of the plume
real(wp) z
plume vertical coordinate
integer, parameter wp
working precision
real(wp) w
plume vertical velocity