Hi Dave and Simone,
Thank you for sharing this information, it's really helpful.
I have spent a fair amount of time trying to replicate these emission datasets since I ultimately want to modify the inputs. I have a couple questions that I'm hoping one of you can help me with (see 1-3 below) about the BC, POM, SO2, and SO4 anthropogenic emissions.
I started directly from the emissions datasets from the input4mips database (kg/m2/s).
All my tests are with SSP3 files (the existing CESM inputs are here:
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/cam/chem/emis/emissions_ssp370/)
I conservatively regrid the SSP emissions (kg/m2/s) and converted from kg to molecules via the molar mass. SO2 emissions need an additional factor of 0.975, since 0.025 goes to SO4 (note: kg SO2 to mol SO4 conversion uses SO2 molar mass). SO4 energy and industry emissions have a vertical component and are in molecules/cm3/s (as opposed to cm2) - it is divided into eight 50m vertical layers (=5000cm, which is used to convert cm3 to cm2), but only four of them (4-7) are non-zero and they each contain exactly a quarter of the emissions. Doing all this, I was able to exactly replicate a lot of the 'mol' emissions and using Simone's description above, also many the 'num' emissions.
I am able to exactly replicate the 'mol' and 'num' emissions for BC, which is great.
Here are my questions - any help would be greatly appreciated:
1. Is there an additional conversion factor from OC to POM? The ratio of my replicated POM emissions (calculated assuming OC=POM) to the existing CESM emissions is a constant ~0.714. Since the ratio is 1 when I try the same thing for BC, I assume it's something specific to OC/POM.
2. Is there an additional conversion factor from SO2 to SO4? For all SO4 emissions, I am able to replicate the 'mol' variable (using MW=64), but not the 'num' variable. I am again off by a constant ratio, this time ~0.55, or ~0.83 if I apply a factor 96/64 to convert from SO2 to SO4. I used density=1770.
3. I'm reasonably sure that the SO4 surface (non-energy/industry) emissions are mislabeled - is this a known issue? Here is the mapping from the labeled to the actual sectors that I've had to use to get results to align (ag and sol are zero):
'emiss_ag_sol_was' -> shipping
'emiss_res_tran' -> transportation + waste
'emiss_shipping' -> residential
Besides causing a little confusion, I don't think it makes any difference for the 'mol' datasets. But it's possible if I'm right that the incorrect diameters were used to convert from 'mol' to 'num'. For example, I get the same constant ratio (described in #2) when converting 'emiss_ag_sol_was' (actually shipping) using the diameter for solvents as I do when I convert 'emiss_shipping' (actually residential) with the diameter for shipping. It's the same ratio as for energy/industry, which is not mislabeled.
I hope this all made sense. Sorry this is so long and thanks in advance for your help!