-
Notifications
You must be signed in to change notification settings - Fork 27
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
GCHP Aerosol Mass Cannot Simulate own Emission Inventories #423
Comments
Thanks for writing @shekyts. Could you post your |
Thanks a lot for helping - the files are attached below. In the file, the name of inventory is AMY instead of FUTURE_NH3, and this is the only difference. Thanks again! |
@shekyts Have you checked the species concentrations file to see if NH3 changes? |
@shekyts, also the I also noticed another thing in your ExtData.rc file. You have: #--------|-------|------|------------|---------------|--------|-------|---------------------|
# Export | | | |___ Refresh ___|____ Factors ___|___ External File ___|
# Name | Units | Clim |Conservative| Time Template | Offset | Scale | Variable | Template |
#--------|-------|------|------------|---------------|--------|-------|----------|----------|
... etc ...
#
#==============================================================================
# --- AMY ---
#==============================================================================
#
AMY kg/m2/s N Y F2019-%m2-01T00:00:00 none none NH3_agr /project/TGABI/s1155192335/research_run_2023/Scenario/flux_fixed_bau_kgsunit_2050_monthlyprop.nc but the climatology setting is set to There is another similarly-formatted data set: GEOSCCM_Br_DAY pptv Y Y F2007-%m2-01T00:00:00 none none BR ./HcoDir/STRAT/v2015-01/Bry/GEOSCCM_Bry.2007%m2.day.nc so this has monthly values for the year 2007, but to cycle them they have set the climatology flag to |
Thank you very much! @lizziel @yantosca ! |
@shekyts, @yantosca A couple things to note:
|
Thanks @lizziel! |
Thank you very much! @lizziel |
I have just performed the simulation again with the line added to the HEMCO_Diagn.rc as attached below. |
@shekyts, try turning on HEMCO verbose in
Then do a very short run and share the GCHP log and the log file called |
allPEs.zip |
Thanks @shekyts. Can you also include the GCHP log? It should contain HEMCO log information. |
All_Logs.zip |
Hi @shekyts, here are a few things to try:
To output your new emissions inventory it should be set like this in In this entry 0 means base emissions and 1 is the category. The name starts with Then add |
@lizziel Thanks a lot for the help. Let me try them accordingly! |
@lizziel , |
The HEMCO and ExtData log files indicate that the file is being read and applied with non-zero values.
Can you confirm that your Emissions collection now includes
Notice above it shows the value of the anthropogenic NH3 emissions applied. You could try a run without CEDS NH3 and see if it is non-zero. You could also try runs with and without AMY turned on and compare the values printed. |
@lizziel InvAMY_NH3 ', 'GCHPchem',
My HEMCO.Diagn.rc is as following (the line for AMY and CEDS):
#=============================
#AMY
#============================
InvAMY_NH3 NH3 0 1 70 2 kg/m2/s agricultural_ammonia_emission_in_TSS_scenario
#=============================
# CEDS
#=============================
(...skipped lines for other species...)
InvCEDS_NH3 NH3 0 1 5 3 kg/m2/s NH3_emission_flux_from_CEDS_inventory. Thanks a lot! Let me try running accordingly to see what the value looks like. |
I have tested 3 simulations with the following settings (anthro. NH3 emission documented in HEMCO log in bracket): |
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue. |
Your name
Stephen Shek
Your affiliation
CUHK
Please provide a clear and concise description of your question or discussion topic.
I am recently simulating global PM2.5 concentrations under different ammonia emissions. I added my ammonia inventory to the global inventory in HEMCO_Config by the line below :
However, it was found that no matter what my emission flux is, or even if my inventory is completely switched off, the output aerosol mass file is the same. The model can run without error, and the emission file indicates that the model reads my emissions correctly. Would anyone know what is possibly causing this issue? Thanks a lot!
The text was updated successfully, but these errors were encountered: