NCAR / music-box

A box/column model using MICM chemistry
Apache License 2.0
14 stars 8 forks source link

add partmc to music-box #120

Closed jcurtis2 closed 2 weeks ago

jcurtis2 commented 1 year ago

Allows music-box to simulate aerosols using PartMC particle-resolved aerosol representation

K20shores commented 3 months ago

147 is removing all of the fortran based components and moving to python. @jcurtis2 either we need to close this or merge in that branch and use pypartmc

jcurtis2 commented 3 months ago

Great! With the creation of PyPartMC, utilizing that python API to run PartMC should be rather straightforward and the best way to proceed.

K20shores commented 2 weeks ago

Closing for now. We are currently including pypartmc as part of music box interactive (so not music box). But, once that work is complete, and pypartmc can handle camp configuraiton files, we could pull pypartmc down from the api server into here and include it directly