I have added SOA tracers to the model by modifying the chemical mechanism, adding reactions of specific monoterpenes with OH and O3, e.g.:
BPIN + OH -> 0.31*SOAPI + OH ; 7.89E-11
(In this case BPIN points to the beta-pinene emissions from CLM, the OH is recycled since b-pinene is already included in C10H16 and we don't want to consume the OH twice, 0.31 is the bulk SOA yield, and I defined BPIN -> C10H16 and SOAPI -> C12 in the solutions list so they'd have the correct molecular weights). I successfully ran the pre-processor with these changes and it output 14 modified .F90 files, and have successfully run the model getting output for the SOA tracers.
My question is, since I'm adding new SOA tracers, I need to know where to make further changes/additions in the code (e.g. dry deposition, and I think that photolysis rates depend on aerosol loading?). I want to make sure I'm not missing anything and that my new SOA tracers are dealt with properly in the model.
Thanks! Let me know if you need any more information. (I am running CAM with MEGAN: cesm1_1_beta05_megan02, compset F_SD_CAMCHEM without CN).
BPIN + OH -> 0.31*SOAPI + OH ; 7.89E-11
(In this case BPIN points to the beta-pinene emissions from CLM, the OH is recycled since b-pinene is already included in C10H16 and we don't want to consume the OH twice, 0.31 is the bulk SOA yield, and I defined BPIN -> C10H16 and SOAPI -> C12 in the solutions list so they'd have the correct molecular weights). I successfully ran the pre-processor with these changes and it output 14 modified .F90 files, and have successfully run the model getting output for the SOA tracers.
My question is, since I'm adding new SOA tracers, I need to know where to make further changes/additions in the code (e.g. dry deposition, and I think that photolysis rates depend on aerosol loading?). I want to make sure I'm not missing anything and that my new SOA tracers are dealt with properly in the model.
Thanks! Let me know if you need any more information. (I am running CAM with MEGAN: cesm1_1_beta05_megan02, compset F_SD_CAMCHEM without CN).