CAMP 1.0.0
Chemistry Across Multiple Phases
Input JSON Object Format: Aerosol Representation (general)

A json object containing information about an aerosol representation has the following format:

{ : [
{
: ,
: ,
: 123.34,
: true,
: {
: 12.43,
: ,
...
},
...
},
...
]}

Aerosol representations must have a unique name that will be used to identify the aerosol representation during initialization. The key-value pair type is also required and must correspond to a valid aerosol representation type. These include:

All remaining data are optional and may include any valid json value. However, extending types will have specific requirements for the remaining data.