Droplet Attributes

Data structures holding superdroplet attributes.

Droplets.droplet_attributes_1dType
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)
source
Droplets.droplet_attributes_2dType
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 yet
source