You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @C130PA5 , thanks for catching up that error. Maybe you can post the molar mass here, or you can provide a pull request and I can add you as contributor
For SO2, the total molar mass is 64 however in the code it is 64+16*2. This occurs in the entire file.
Example:
E_SO2 <- bp$so2 / (64 + 16 * 2) # emis_opt$eradm[2]
E_NO <- bp$nox * 0.9 / (14 + 16) # emis_opt$eradm[3]
E_CO <- bp$co / (12 + 18) # emis_opt$eradm[4]
I don't know if this repository is still used and updated. However, I noticed that molar masses in the chem_edgar.R file are wrong.
The text was updated successfully, but these errors were encountered: