Skip to content
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

How to modify the emission inventory? #2520

Open
ChenBHXMU opened this issue Oct 15, 2024 · 6 comments
Open

How to modify the emission inventory? #2520

ChenBHXMU opened this issue Oct 15, 2024 · 6 comments
Assignees
Labels
category: Question Further information is requested topic: Configuration Files Related to GEOS-Chem configuration files topic: Emissions Related to emissions inventories used in GEOS-Chem

Comments

@ChenBHXMU
Copy link

Your name

Baihua Chen

Your affiliation

Xiamen University

Please provide a clear and concise description of your question or discussion topic.

Dear @yantosca

I hope this letter finds you well.

I have modified the file ExtData/HEMCO/NH3/v2019-08/NH3_geos.2x25.nc, reducing its concentration by half. The model covers the time period from July to November 2019. However, when I compared the files in the output, the concentration in SpeciesConcVV_NH3 did not change compared to the output concentration under the normal emission inventory. I am not sure where I made a mistake.

Best regards
Baihua Chen

@ChenBHXMU ChenBHXMU added the category: Question Further information is requested label Oct 15, 2024
@yantosca yantosca self-assigned this Oct 15, 2024
@yantosca yantosca added topic: Configuration Files Related to GEOS-Chem configuration files topic: Emissions Related to emissions inventories used in GEOS-Chem labels Oct 15, 2024
@yantosca
Copy link
Contributor

Thanks for writing @ChenBHXMU. You shouldn't have to modify the source file to change emissions. WIth HEMCO you can define a scale factor of 0.5 that can be applied to emission entries. Please see our documentation at hemco.readthedocs.io for more information:

@ChenBHXMU
Copy link
Author

Thanks for writing @ChenBHXMU. You shouldn't have to modify the source file to change emissions. WIth HEMCO you can define a scale factor of 0.5 that can be applied to emission entries. Please see our documentation at hemco.readthedocs.io for more information:

Dear @yantosca

Thank you for your help. I have read the contents. The HEMCO file contains many types of emissions. The information provided by this URL offers emission data from GFED. However, I still don't know how to modify the scale of anthropogenic emissions, such as the scale of anthropogenic NOx or NH3 emissions.

Thank you!

Best regards
Baihua Chen

@yantosca
Copy link
Contributor

@ChenBHXMU: Try something like this:

###############################################################################
### BEGIN SECTION BASE EMISSIONS
###############################################################################
# ExtNr Name sourceFile sourceVar sourceTime C/R/E SrcDim SrcUnit Species ScalIDs Cat Hier

MY_EMISSION_NH3  /path/to/netcdf/file  NH3 1980-2024/1-12/1/0 C xy kg/m2/s NH3 500 1 1

### END SECTION BASE EMISSIONS ###

###############################################################################
### BEGIN SECTION SCALE FACTORS
###############################################################################
# ScalID Name srcFile srcVar srcTime  CRE Dim Unit Oper

500 ONE_HALF 0.5 - - - 1 1

### END SECTION SCALE FACTORS ###

You can adapt this to your HEMCO_Config.rc but you get the idea.

@ChenBHXMU
Copy link
Author

ChenBHXMU commented Oct 17, 2024

@ChenBHXMU: Try something like this:

###############################################################################
### BEGIN SECTION BASE EMISSIONS
###############################################################################
# ExtNr Name sourceFile sourceVar sourceTime C/R/E SrcDim SrcUnit Species ScalIDs Cat Hier

MY_EMISSION_NH3  /path/to/netcdf/file  NH3 1980-2024/1-12/1/0 C xy kg/m2/s NH3 500 1 1

### END SECTION BASE EMISSIONS ###

###############################################################################
### BEGIN SECTION SCALE FACTORS
###############################################################################
# ScalID Name srcFile srcVar srcTime  CRE Dim Unit Oper

500 ONE_HALF 0.5 - - - 1 1

### END SECTION SCALE FACTORS ###

You can adapt this to your HEMCO_Config.rc but you get the idea.

Dear @yantosca

Thank you for your help!

But I have other question. This scaleID corresponds to multiple locations and different values (e.g., 0.748/0.898); how should I handle this?

Best regards
Baihua Chen

微信截图_20241017173702
微信截图_20241017173357

@yantosca
Copy link
Contributor

Thanks @ChenBHXMU. As explained in the ReadTheDocs, a scale factor with 24 values is interpreted as hourly, and a scale factor with 31 values is interpereted as daily. We would recommend reading the documentation thoroughly if you haven't yet already.

@ChenBHXMU
Copy link
Author

Thanks @ChenBHXMU. As explained in the ReadTheDocs, a scale factor with 24 values is interpreted as hourly, and a scale factor with 31 values is interpereted as daily. We would recommend reading the documentation thoroughly if you haven't yet already.

Thank you for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Question Further information is requested topic: Configuration Files Related to GEOS-Chem configuration files topic: Emissions Related to emissions inventories used in GEOS-Chem
Projects
None yet
Development

No branches or pull requests

2 participants