# CMAQ - 0D chemical boxmodel

**URL:** https://forum.cmascenter.org/t/cmaq-0d-chemical-boxmodel/368
**Category:** CMAQ
**Created:** [October 24, 2018, 8:30pm UTC](https://forum.cmascenter.org/t/cmaq-0d-chemical-boxmodel/368 "2018-10-24T20:30:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![LGS](https://avatars.discourse-cdn.com/v4/letter/l/839c29/32.png) [@LGS](https://forum.cmascenter.org/u/LGS)
#### Post date: [October 24, 2018, 8:30pm UTC](https://forum.cmascenter.org/t/cmaq-0d-chemical-boxmodel/368/1 "2018-10-24T20:30:02Z")

</div>

Hello!

I am interested in adding new chemical species to CHEMMECH but prior to that I would like to assess the changes in concentration as a function of time only (i.e., a 0D boxmodel). Does CMAQ have a 0D boxmodel version available? I know that NCAR has one (BOXMOX) that could be used to simulate smog chamber experiments, for example. Something similar I would like to try for CMAQ before running 3D simulations with the modified chemical mechanism. I would appreciate any thoughts on this.

Thanks!

---

<div class="post-metadata">

### Author: ![Havala.Pye](https://avatars.discourse-cdn.com/v4/letter/h/67e7ee/32.png) [@Havala.Pye](https://forum.cmascenter.org/u/Havala.Pye)
#### Post date: [October 26, 2018, 6:52pm UTC](https://forum.cmascenter.org/t/cmaq-0d-chemical-boxmodel/368/2 "2018-10-26T18:52:53Z")

</div>

I don’t have a CMAQ specific box model (other than an occasional few lines of code that function as a box), but have been using F0AM ([Wolfe et al. 2016 GMD](https://www.geosci-model-dev.net/9/3309/2016/)) with the WAM extension ([D’Ambro et al. 2017 ES&T](https://pubs.acs.org/doi/abs/10.1021/acs.est.7b00460)) which are written in Matlab. They will allow you to do lots of calculations with easy visualization (see Glenn Wolfe’s GMD paper for examples of how it can be used). WAM allows you to do gas/particle semivolatile partitioning of organic species. F0AM comes prebuilt with several chemical mechanisms including cb6r2 (only slightly different than the cb6r3 in CMAQ). Since it is not in fortran, it could be used as a screening tool to determine what might be important to put in CMAQ or to answer some science questions, but it won’t serve to debug algorithms for CMAQ purposes.

F0AM available at: [https://sites.google.com/site/wolfegm/models](https://sites.google.com/site/wolfegm/models)

---

<div class="post-metadata">

### Author: ![LGS](https://avatars.discourse-cdn.com/v4/letter/l/839c29/32.png) [@LGS](https://forum.cmascenter.org/u/LGS)
#### Post date: [October 29, 2018, 5:02pm UTC](https://forum.cmascenter.org/t/cmaq-0d-chemical-boxmodel/368/3 "2018-10-29T17:02:51Z")

</div>

Hi Havala,

This is is exactly what I was looking for. Thank you so much for showing me what is available in this regard.
