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:

{ "camp-data" : [
{
"name" : "my aero rep",
"type" : "AERO_REP_TYPE",
"some parameter" : 123.34,
"some other parameter" : true,
"nested parameters" : {
"sub param 1" : 12.43,
"sub param other" : "some text",
...
},
...
},
...
]}

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.