PartMC
2.1.5
|
An aerosol size distribution weighting function. More...
Public Attributes | |
integer | type |
Weight type (given by module constants). | |
real(kind=dp) | ref_radius |
Reference radius at which the weight is 1 (hard-coded at present). | |
real(kind=dp) | exponent |
Exponent for "power" weight. |
An aerosol size distribution weighting function.
Definition at line 31 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::exponent |
Exponent for "power" weight.
Definition at line 37 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::ref_radius |
Reference radius at which the weight is 1 (hard-coded at present).
Definition at line 35 of file aero_weight.F90.
Weight type (given by module constants).
Definition at line 33 of file aero_weight.F90.