CAMP 1.0.0
Chemistry Across Multiple Phases
CAMP: Single Particle Aerosol Representation

The single particle aerosol representation is for use with a PartMC particle-resolved run. The json object for this aerosol representation has the following format:

{ "camp-data" : [
{
"name" : "my single particle aero rep",
"type" : "AERO_REP_SINGLE_PARTICLE"
},
...
]}

The key-value pair type is required and must be AERO_REP_SINGLE_PARTICLE. This representation assumes that every aerosol phase available will be present once in each particle.

The number concentration for each particle must be set from an external model using camp_aero_rep_single_particle::aero_rep_update_data_single_particle_number_t objects.