by Schuch » Thu Feb 18, 2016 12:56 pm
You did it?
I trying to add diferent species into emission array (and a new emiss_opt / emis_ant) and i make the folowing:
Into the chem code I create a new emiss_opt into the Registry.chem like this:
package racm_cl_sorg_emiss emiss_opt==23 - emis_ant:e_iso,e_so2,e_hcl,e_no,e_no2,e_co,e_co2,e_eth,e_hc3,e_hc5,e_hc8,e_xyl,e_ol2,e_olt,e_oli,e_tol,e_csl,e_hcho,e_ald,e_ket,e_ora2,e_nh3,e_pm_25,e_pm_10,e_oc,e_sulf,e_bc
(all the e_speces are into registry)
and i wrote some lines into the function "add_anthropogenics" from module_emissions_anthroogenics.F like this:
chem(i,k,j,p_hcl) = chem(i,k,j,p_hcl) &
+emis_ant(i,k,j,p_e_hcl)*conv_rho
chem(i,k,j,p_co2) = chem(i,k,j,p_co2) &
+emis_ant(i,k,j,p_e_co2)*conv_rho
Do you do a diferent alterations to your phenol variables work? you mentioned that changed the chem_driver.F and emissions_driver.F, what changes would?
Thanks