I’m using CMAQv5.3.2 with m3dry now. And I’d like to add a new reaction which reactant is dry deposited NO3.
My plan is to take the output dry deposition NO3 and HNO3 as a global variable and then go back to the CHEMMECH tool to add the new reaction. But I have some problems:
What’s the relationship between variable VDEP_AE in aero_depv.F and pvd in m3dry.F? Does pvd or VDEP_AE represent the dry deposition rate for all species of aerosol?
Which module calculates dry deposition value (kg/ha) for gas and aerosol species?
I notice that the unit of gas depo velocity depvel_gas is cm/s, aerosol depo velocity pvd is ppm*m/s, VDEP_AE is m/s, and the output file CCTM_DRYDEP is kg/ha/hr. On the other hand, reaction rate RKI in RXNS_FUNC_MODULE.F90 is ppm/min.
If I wanted to add a new species dNO3 to AE.nml and mech.def to represent dry deposition NO3, what units do I ultimately need to ensure dNO3 is in for adding new reaction?
If I calculate the variable dNO3 in the corresponding module, is it directly recognized by AE.nml and mech.def? Or I need to set it as a global variable?
If you have some suggestions on this, please let me know. Thanks for your kind help.
I do not understand the process you are modeling. Does the deposited NO3 that does not react accumulate on the surface, or is it only the NO3 that is being deposited in a given time step that has an opportunity to react chemically?
What will you do for layers above layer 1? Will you set this dry deposited NO3 to 0?
I refer to the description from Sarwar et al. (2008, Atmospheric Environment):
My assumption is that the part that deposits to the surface and accumulates will participate in the reaction before precipitation, and the dry settlement above the layer 1 will not be modified.
Given that I do not care about the final dry deposition value of NO3, can I simply add a chemical equation with only products but no reactants to the CHEMMECH tool? The reaction rate is the HNO3 photolysis rate calculated online in the model multiplied by a known coefficient.
Thanks for the clarifications. This is a complex set of questions, and several staff are at conferences this week and next. It may take a while for a response.
As an aside, if you’re starting a new coding project I would recommend updating to CMAQv5.5. There were significant updates to the aerosol dry deposition routines in CMAQv5.4, affecting both M3DRY and STAGE deposition options.
Hi Liu,
It is possible to add such a reaction. If you do not want to change the deposited HNO3, then the implementation is somewhat easier. The reaction has, however, high uncertainty. One issue I encountered is the duration for which you want to account for the photolysis of deposited HNO3. If you want to use all HNO3 deposited since the last precipitation, then the amount deposited can be large in areas with low precipitation. I have seen a recent article where authors used one hour which is probably too short of a duration for any impact on model results. The choice of the duration will make an impact on the results. I am assuming your NOx levels are too low and want to examine such a pathway. In short, it is possible to include such a pathway but it has high uncertainty. Please contact me after running CMAQv5.5, I can help you in implementing such a reaction.
Thanks,
Sarwar