PartMC
2.2.0
|
An aerosol size distribution weighting function. More...
Public Attributes | |
real(kind=dp) | comp_vol |
Computational volume (m^3). | |
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 32 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::comp_vol |
Computational volume (m^3).
Definition at line 34 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::exponent |
Exponent for "power" weight.
Definition at line 40 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 38 of file aero_weight.F90.
Weight type (given by module constants).
Definition at line 36 of file aero_weight.F90.