*
This routine calculates the dry deposition velocities. * * Author: A. Stohl * * 20 December 1996 * Sabine Eckhardt, Jan 07 * if the latitude is negative: add half a year to the julian day * *
*
Variables: * gr [W/m2] global radiation * L [m] Obukhov length * nyl kinematic viscosity * pa [Pa] surface air pressure * ra [s/m] aerodynamic resistance * raquer [s/m] average aerodynamic resistance * rh [0-1] relative humidity * rhoa density of the air * rr [mm/h] precipitation rate * temp [K] 2m temperature * tc [C] 2m temperature * ust [m/s] friction velocity * snow [m of water equivalent] snow depth * xlanduse fractions of numclasS landuses for each model grid point * *
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
integer | :: | ix | ||||
integer | :: | jy | ||||
real | :: | ust | ||||
real | :: | temp | ||||
real | :: | pa | ||||
real | :: | L | ||||
real | :: | gr | ||||
real | :: | rh | ||||
real | :: | rr | ||||
real | :: | snow | ||||
real | :: | vdepo(maxspec) | ||||
integer | :: | lnest |