Droplet Attributes
Data structures holding superdroplet attributes.
Droplets.droplet_attributes — Type
abstract type droplet_attributes{FT<:AbstractFloat}Droplets.droplet_attributes_1d — Type
droplet_attributes_1d{FT<:AbstractFloat}
struct for 1D droplet attributes, including multiplicity (ξ), volume (X),
dry volume (dry_r3), vertical location (z_loc), cell ID (cell_id),
vertical velocity perturbation (w_prime), grid range (grid_range), and index mapping (I)Droplets.droplet_attributes_2d — Type
droplet_attributes_2d{FT<:AbstractFloat}
struct for 2D droplet attributes, including multiplicity (ξ), volume (X),
dry volume (dry_r3), vertical location (z_loc_in_cell), horizontal location (x_loc_in_cell),
and cell ID (cell_id), which is 1D index of the 2D grid cell.
No corresponding 2D support yetDroplets.simple_droplet_attributes — Type
simple_droplet_attributes{FT<:AbstractFloat}
struct for bare minimum droplet attributes, including multiplicity (ξ) and volume (X)