Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

What are the definition of pcg1_b_c, pcg1_f_c etc

onishi

New member
Dear All

I am trying to understand the variables used for biomass emissions.
In chem/emissions_driver.F, we have the following lines
chem(i,k,j,p_pcg1_b_c) = chem(i,k,j,p_pcg1_b_c) &
+(emis_ant(i,k,j,p_e_orgi_bb)/1.57+emis_ant(i,k,j,p_e_orgj_bb)/1.57)*conv3*1.17
chem(i,k,j,p_pcg2_b_c) = chem(i,k,j,p_pcg2_b_c) &
+(emis_ant(i,k,j,p_e_orgi_bb)/1.57+emis_ant(i,k,j,p_e_orgj_bb)/1.57)*conv3*7.605
chem(i,k,j,p_pcg1_f_c) = chem(i,k,j,p_pcg1_f_c) &
+(emis_ant(i,k,j,p_e_orgi_a)/1.25+emis_ant(i,k,j,p_e_orgj_a)/1.25)*conv3*1.17
chem(i,k,j,p_pcg2_f_c) = chem(i,k,j,p_pcg2_f_c) &
+(emis_ant(i,k,j,p_e_orgi_a)/1.25+emis_ant(i,k,j,p_e_orgj_a)/1.25)*conv3*7.605
chem(i,k,j,p_pcg1_b_o) = chem(i,k,j,p_pcg1_b_o) &
+(emis_ant(i,k,j,p_e_orgi_bb)/1.57+emis_ant(i,k,j,p_e_orgj_bb)/1.57)*conv3*0.40
chem(i,k,j,p_pcg2_b_o) = chem(i,k,j,p_pcg2_b_o) &
+(emis_ant(i,k,j,p_e_orgi_bb)/1.57+emis_ant(i,k,j,p_e_orgj_bb)/1.57)*conv3*2.60
chem(i,k,j,p_pcg1_f_o) = chem(i,k,j,p_pcg1_f_o) &
+(emis_ant(i,k,j,p_e_orgi_a)/1.25+emis_ant(i,k,j,p_e_orgj_a)/1.25)*conv3*0.08
chem(i,k,j,p_pcg2_f_o) = chem(i,k,j,p_pcg2_f_o) &
+(emis_ant(i,k,j,p_e_orgi_a)/1.25+emis_ant(i,k,j,p_e_orgj_a)/1.25)*conv3*0.52

1. What does 'pcg' stand for?
2. Is it correct that '_b_' and '_f_' are for biomass and fossil, and '_c_' and '_o_' are for C and O components, respectively?
3. All the coefficients at the end (1.17, 7.605, 0.40, etc). What are they and how are they calculated?

I have been searching for the answers to these question on internet for a long time,
But I have not been able to find any.
Can anyone explain what they are? and maybe give me some references these calculations are based on?

I really appreciate if I can get some info on these questions.

Thank you in advance,
Tatsuo
 
Hi onish,
I chose the SAPRC-MOSAIC-vbs2(198) and got these variables in the wrfout too. Do you find out what are they now? Could you please share with me? Thanks!
Wenyu
 
Top