*
Attribution of the deposition from an individual particle to the *
deposition fields using a uniform kernel with bandwidths dxout and dyout.*
*
Author: A. Stohl *
*
26 December 1996 *
*
*
Variables: * * nunc uncertainty class of the respective particle * nage age class of the respective particle * deposit amount (kg) to be deposited * *
Changes: eso 10/2016: Added option to disregard kernel
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | nunc | ||||
real | :: | deposit(maxspec) | ||||
real | :: | x | ||||
real | :: | y | ||||
integer | :: | nage | ||||
integer | :: | kp | ||||
integer, | intent(in) | :: | thread |