CAMP 1.0.0
Chemistry Across Multiple Phases
Boot CAMP: The CAMP Tutorial

In the Boot CAMP tutorial, we build a simple box model that incorporates all the CAMP functionality to demonstrate how CAMP can be included in your favorite model.

Model code described in Boot CAMP can be found in doc/camp_tutorial/boot_camp.

If you have Docker installed and want to quickly run the code described in the tutorial, start a container with CAMP:

docker run --name camp -it ghcr.io/open-atmos/camp:main bash

Then, follow the instructions at the bottom of the sections of the tutorial that include executable code. To remove the containers once you're done:

docker system prune