PartMC
2.2.0
|
Aerosol number and volume distributions stored per bin. More...
Public Attributes | |
real(kind=dp), dimension(:), pointer | num_conc |
Number concentration per bin (#/m^3/log_width). Array length is typically bin_grid%n_bin . | |
real(kind=dp), dimension(:,:), pointer | vol_conc |
Volume concentration per bin and per species (m^3/m^3/log_width). Array size is typically bin_grid%n_bin x aero_data%n_spec . |
Aerosol number and volume distributions stored per bin.
These quantities are densities both in volume (per m^3) and in radius (per log_width). The total concentration per volume is computed as sum(aero_binned%num_conc * bin_grid%log_width).
An aero_binned_t is similar to an aero_dist_t in that they both store binned aerosol distributions. The difference is that an aero_dist_t has the same composition in every bin, whereas an aero_binned_t can have aerosol composition that varies per bin.
Definition at line 33 of file aero_binned.F90.
real(kind=dp), dimension(:), pointer pmc_aero_binned::aero_binned_t::num_conc |
Number concentration per bin (#/m^3/log_width). Array length is typically bin_grid%n_bin
.
Definition at line 36 of file aero_binned.F90.
real(kind=dp), dimension(:,:), pointer pmc_aero_binned::aero_binned_t::vol_conc |
Volume concentration per bin and per species (m^3/m^3/log_width). Array size is typically bin_grid%n_bin
x aero_data%n_spec
.
Definition at line 39 of file aero_binned.F90.