You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new class: AeroParticle with the following methods/properties: volumes, volume, species_volume, dry_volume, radius, dry_radius, diameter, dry_diameter, mass, species_mass, species_masses (kudos @zdaq12)
new methods for AeroState: total_num_conc, total_mass_conc, num_concs, masses, volumes, dry_diameters, diameters, crit_rel_humids, mixing_state, bin_average_comp (kudos @jcurtis2)
new EnvState methods/properties: set_temperature, temp, rh, height, pressure (kudos @jcurtis2)
new CAMP-related classes CampCore & Photolysis (for now without any logic exposed, just to make run_part understand all arguments neded when CAMP is compiled in)