contains produces used when aerosol-aware = true
computes aerosol collection efficiency for precipitation scavenging from Wang et al. (2010)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | d | |||
| real(kind=wp), | intent(in) | :: | da | |||
| real(kind=wp), | intent(in) | :: | visc | |||
| real(kind=wp), | intent(in) | :: | rhoa | |||
| real(kind=wp), | intent(in) | :: | temp | |||
| character(len=1), | intent(in) | :: | species |
sets water-friendly aerosols to an exponential profile if aerosol-aware = true and no initial condition is provided by the host model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nwfa |
sets ice-friendly aerosols to an exponential profile if aerosol-aware = true and no initial condition is provided by the host model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nifa |