You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
c POLLUTANTS COMMON BLOCK
|
|
c Used as part of the random walk model.
|
|
|
|
INTEGER poll_type
|
|
INTEGER num_pollwins
|
|
|
|
COMMON /POLLS/ poll_type, num_pollwins
|
|
|
|
c Descriptions
|
|
c ============
|
|
c poll_type :
|
|
c 1 - Plume particles (no die off)
|
|
c 2 - Floatable particles
|
|
c
|