*******************************************************************************
BOXMOX chamber experiment case
Christoph Knote - 11/2015
*******************************************************************************

Simulates the chemistry that would happen if someone put an air sample in a
chamber (any confined space) and shone light on it.

Initial conditions were assembled from NCAR C130 aircraft measurements during
FRAPPE, roughly representative of air over Denver (CO). Photolysis rates are a
blend of measured and TUV-calculated rates. All other parameters (temperature,
...) are held constant. No mixing or losses other than chemistry are
considered.

*******************************************************************************

Set up to be used with the MOZART-4 mechanism. MOZART-T1 should work as well.

*******************************************************************************

Files used:
 * Environment.csv
 * InitialConditions.csv
 * PhotolysisRates.csv

And the BOXMOX.nml namelist.

plot.R is an R script (https://www.r-project.org) to make a nice plot of the
result ("chamber_experiment.png"). Usage:

> Rscript plot.R

*******************************************************************************
