PartMC
2.5.0
|
An aerosol size distribution weighting function. More...
Public Attributes | |
integer | type |
Weight type (given by module constants). More... | |
real(kind=dp) | magnitude |
Overall weight magnitude (m^{-3}). More... | |
real(kind=dp) | exponent |
Exponent for "power" weight. More... | |
An aerosol size distribution weighting function.
Definition at line 33 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::exponent |
Exponent for "power" weight.
Definition at line 39 of file aero_weight.F90.
real(kind=dp) pmc_aero_weight::aero_weight_t::magnitude |
Overall weight magnitude (m^{-3}).
Definition at line 37 of file aero_weight.F90.
integer pmc_aero_weight::aero_weight_t::type |
Weight type (given by module constants).
Definition at line 35 of file aero_weight.F90.