-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EMEP-WRF global run: 4% discrepancy between reduced N emission and deposition budgets #81
Comments
Hello, This is for your update. The model runs in my previous post are using EQSAM gas/particle portioning scheme. I have previously run the same global simulations but with MARS scheme. The model outputs with MARS show a positive difference between total RDN emission and deposition as well as a smaller relative difference (0.91%) in 2015. Detailed numbers can be found in attached 2 screenshots. It seems that it is the aerosol scheme that drives the budget difference. |
Hi Yao, |
Hi @mifads thanks for the update :) This budget was done for a global run, and the run log of the run shows that EMEP did recognised it as a global. Does the fluxin and fluxout in the MassBalance not including any lateral or top boundary flux? |
The budgets include fluxes from top and lateral boundaries if they exist. |
@gitpeterwind ok, @yaoead96 can you try that. I still not clear how to explain the difference between the two aerosols equilibrium schemes. |
Hi, this is for your update. Following my previous posts, I have also calculated the same global quantities from the model run without Forest Fire Emissions (FFE). The results are tabulated below. It seems that the exclusion of forest fire emissions has no impact on the discrepancies between global RDN emissions and deposition. |
Not sure I can help with the code, but I still don't understand why you only have emission and deposition in your tables. The perfect mass budget should have something like
We are not getting zero though, and for S we get a fracmass (=[outputs]/[inputs]) of ca. 1.02 for global runs, e.g.
There is a problem, but less than 4-5% I hope. What do you get for this Sulphur family output (in RunLog or the standard output). |
@mifads see below the EMEP mass balance log for our GLOBAL run. The flux in for NH3 is zero and flux out is very small. Similarly for NH4, the flux in and out are relatively small compared to ddep and wdep. @yaoead96 does the 4% only apply to RDN (NHx)? #n Spec usedMW emis ddep wdep init sum_mass fluxout fluxin frac_mass ++++++++++++++++++++++++++++++++++++++++++++++++ |
It seems you have large amount of NHx at the start ("init"=1.36E+13) and end ("sum_mass"=2.23E+12+1.30E+08) of the run, much more than what is emitted. For NH4+NH3: |
@gitpeterwind, interesting that with that amount of NH4 in "init" it does not have a large effect. We start the model from the 1st of Jan with whatever default NH4, NO3 and SO4 value are in the EMEP model. I done tests switching off anthropogenic NH3 emission and the model results are as expected. There is some NH3 emitted from forest fires. |
Using your budget terms, I get a fracmass of 1.004 for reduced nitrogen, so 0.4% discrepancy. In python3:
=> 1.00402512481 So, much better, though a little worse than the fracmass found for the Sulphur family in your results above. This still leaves the mystery of why the total Nitrogen family has 1.016. |
According to the header of MassBudget, the terms are in kg, so to balance the N in reduced N one needs to multiply by 14/17 for NH3 and 14/18 for NH4. |
There is clearly something wrong in the initial values. You don't use any nesting (IC) options for example? |
And I just checked some rv4.30 results:
Same type of init as in Peter's latest rv4.42. |
@mifads , @gitpeterwind . Many thanks! So as we use the 4.36 or 4.34 it must be the way we run the model. @gitpeterwind I have not setup any specific IC. Hers is my namelist. |
These are the only calls I get about BIC in the logs file: BCs_Mybcmap: CH4 settings (iyr,nml,ch4,trend): 2015 -999 -1 1870.0 1.051 |
Actually in the first post of this issue, the file for MassBudgetSummary_2015.txt show correct initial values. So there must be something special with your last run? |
@gitpeterwind, ah sorry I may have grab the wrong file. I need to check with Yao. The original post mass balance did use EQSAM, where my post used MARS (I need to double check this). |
... but anyway there is also a discrepancy between emitted and deposited N in the first post values :( |
@gitpeterwind the large INIT was probably the north pole (with WRF landcover 0), which was not excluded in my run. |
Ah, yes, wrf would set the mapping factor corresponding to an area almost infinite! (it is corrected for in the latest version). That may give such results. |
Hello,
I have an enquiry regarding the global mass budgets of reduced N (NH3+NH4). The 'Mass Budgets Summary' file outputted by the model indicates that the global NH3 emission in 2015 is 53.1 TgN, while the total deposition of reduced N (NH3+NH4) is 55.5 TgN, which results in a ~4.5% relative difference (i.e. (Deposition-Emission)/Emission ). My own calculation of the annual global reduced N budgets also has the same discrepancy. The details of the model simulation is listed below. I am wondering is there any potential explanation for unbalanced budget? By the way, may I know how does the global EMEP model deal with the BIC as well?
MassBudgetSummary_2015.txt
Model version: EMEP4.34 + WRF4.1.1
Domain: Global run excluding the North Pole belt with resolution of 1° x 1°.
Year: 2015
Emission inventory: ECLIPSE v6a
I have also enclosed the 'Mass Budgets Summary' file for your information. Please feel free to contact me should you need any further information.
Thank you very much for your help.
Yao (PhD student)
UKCEH & University of Edinburgh
UKCEH Supervisor: Dr Massimo Vieno
The text was updated successfully, but these errors were encountered: