PartMC  2.6.1
Public Attributes | List of all members
pmc_aero_weight_array::aero_weight_array_t Type Reference

An array of aerosol size distribution weighting functions. More...

Public Attributes

type(aero_weight_t), dimension(:, :), allocatable weight
 Aero weight array, aero_weight_array_n_group(aero_weight_array) x aero_weight_array_n_class(aero_weight_array). More...
 

Detailed Description

An array of aerosol size distribution weighting functions.

Each particle has a weight group and a weight class, which defines the weighting function associated with it. To determine the actual weight for a particle, the harmonic mean of the weight from each group is computed (for the given class). All particles of a given size within a weight class will thus have the same weight, irrespective of which group they are in. The group is only important when doubling or halving occurs, which takes place for a specific group and class.

Definition at line 35 of file aero_weight_array.F90.

Member Data Documentation

◆ weight

type(aero_weight_t), dimension(:, :), allocatable pmc_aero_weight_array::aero_weight_array_t::weight

Aero weight array, aero_weight_array_n_group(aero_weight_array) x aero_weight_array_n_class(aero_weight_array).

Definition at line 38 of file aero_weight_array.F90.


The documentation for this type was generated from the following file: