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

Correct the issue that injection height has been artifically decreased by HEMCO #2358

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jinlx
Copy link

@jinlx jinlx commented Jul 1, 2024

Name and Institution (Required)

Name: Lixu Jin
Institution: University of Montana

Describe the update

This update reads injection heights to account for grid-dependent issues in GFAS, as detailed in Jin et al. (2023).

This update also requires that users create the corrected injection height data first, using the code in #2330. A better approach would be to have the data created and placed in the GEOS-Chem data portals for community use.

Expected changes

Correct the issue that injection height has been artifically decreased by HEMCO.

The independent injection height could be further used for other fire inventories.

Reference(s)

Jin, Lixu, et al. "Constraining emissions of volatile organic compounds from western US wildfires with WE-CAN and FIREX-AQ airborne observations." Atmospheric Chemistry and Physics 23.10 (2023): 5969-5991.

Related Github Issue

#2330

Change the injection heights data to correct the grid-dependent issue.
@yantosca yantosca self-assigned this Jul 10, 2024
@yantosca yantosca added topic: HEMCO Submodule Related to HEMCO Attn: Emissions WG category: Bug Fix Fixes a previously-reported bug topic: Emissions Related to emissions inventories used in GEOS-Chem labels Jul 10, 2024
@yantosca yantosca changed the base branch from main to dev/14.5.0 July 16, 2024 18:39
@yantosca yantosca self-requested a review July 16, 2024 18:39
@yantosca
Copy link
Contributor

yantosca commented Jul 16, 2024

@jinlx: Do you have the injection height files at 0.1 x 0.1 already made?

@yantosca yantosca linked an issue Jul 16, 2024 that may be closed by this pull request
@jinlx
Copy link
Author

jinlx commented Aug 14, 2024

@yantosca Apologies for my delayed response—I was traveling last month and wasn’t able to monitor my personal emails effectively. For the inj files, I did not use 0.1x0.1 because HEMCO regrids these as emissions, which could potentially reduce the values artificially. Instead, I generated emission-corrected inj at a nested resolution (25km) for my personal use. I can extend this adjustment to other GEOS-Chem resolutions, such as 0.5x0.65, 2x2.5, and 4x5. This modification would only require a simple edit in the HEMCO_Config.rc.

Change

300 GFAS_EMITL        $ROOT/GFAS/v2018-09/$YYYY/GFAS_$YYYY$MM.nc mami            2003-2023/1-12/1-31/0 C xy m 1

into

300 GFAS_EMITL_weight $ROOT/GFAS/v2024-04/$YYYY/GFAS_$YYYY$MM_hgts_$RES.nc mami_avg_weight 2003-2023/1-12/1-31/0 C xy m 1

@yantosca
Copy link
Contributor

Thanks @jinlx. I was wondering which file to use with this PR. It would be good if we could use the highest resolution file for all cases, if that is possible, as that is the HEMCO philosophy.

@yantosca
Copy link
Contributor

@jinlx: Just checking in on this PR again. We were unsure which resolution file(s) to use with this PR. Can you provide us with the proper file?

@yantosca yantosca changed the base branch from dev/14.5.0 to main November 8, 2024 17:25
@yantosca
Copy link
Contributor

NOTE: This PR affects the GFAS biomass burning which is not enabled in fullchem benchmarks. So we can label this as "no-diff-to-benchmark".

@yantosca yantosca added the no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations label Nov 20, 2024
@lizziel
Copy link
Contributor

lizziel commented Dec 5, 2024

@jinlx, will be you be able to work on this? We would like to bring this into the model but are waiting for a response (see earlier post from @yantosca).

@jinlx
Copy link
Author

jinlx commented Dec 5, 2024

I was bad at monitoring github in the past months. Back to questions Bob asked:

I was wondering which file to use with this PR. It would be good if we could use the highest resolution file for all cases, if that is possible, as that is the HEMCO philosophy.

The approach I’ve been using involves having injection files of varying resolutions preloaded in the project storage with resolution-specific filenames. In HEMCO config, I reference a universal variable $RES, which allows flexibility without the need to manually edit configurations for each resolution.

I agree that it will be better to use the highest resolution files. But I am not sure if HEMCO will artificially decrease the inj value again when regriding from high to resolutions. May need a little efforts from people understand both injection and hemco well (?).

Can you provide us with the proper file?

I will provide corrected inj files in standard resolutions, i.g., 2x2.5, 4x5, 0.25x0.3125, and 0.5x0.625 here after AGU, so that people can use it whether if it is implemetned in the future versions.

Again, sorry for not staying on notifications well. I will set up notifications for my school email moving forward so I can respond more promptly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Fix Fixes a previously-reported bug no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations topic: Emissions Related to emissions inventories used in GEOS-Chem topic: HEMCO Submodule Related to HEMCO
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correcting Injection height in biomass burning inventories
4 participants