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

Which collection to use to generate transport and deposition fluxes between gridded elements ? #2568

Open
EdgarSergues opened this issue Nov 12, 2024 · 4 comments
Assignees
Labels
category: Question Further information is requested topic: Diagnostics Related to output diagnostic data

Comments

@EdgarSergues
Copy link

EdgarSergues commented Nov 12, 2024

Your name

Edgar Sergues

Your affiliation

LIRIDE

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

I am working on life cycle impact assessment. I want to generate simplified source-receptor matrix using GEOS-Chem 14. For that, I need to model transport and deposition exchanges between elements of the grid. I saw that the Budget collection could help me do that but it is unclear what transport variables are about (are they horizontal, vertical, both ?). I am therefore wondering if there is another collection that would give me the data I need or if some more information on the budget collection transport variables could be found somewhere ? Thanks !

@EdgarSergues EdgarSergues added the category: Question Further information is requested label Nov 12, 2024
@EdgarSergues EdgarSergues changed the title How to generate input and output processes from weekly time intervals ? Which collection to use to generate transport and deposition fluxes between gridded elements ? Nov 13, 2024
@yantosca
Copy link
Contributor

Thanks for writing @EdgarSergues. The Budget collection as implemented in GEOS-Chem is the difference in mass across each GEOS-Chem operation. Please see our ReadTheDocs page for this description of the Budget collection](https://geos-chem.readthedocs.io/en/latest/geos-chem-shared-docs/supplemental-guides/history-diag-guide.html#budget).

@yantosca yantosca self-assigned this Nov 19, 2024
@EdgarSergues
Copy link
Author

Thanks for your answer @yantosca , I read this documentation already but it is unclear what budget transport is really about (vertical, horizontal, both ...) and if it could be used to identify exchanges between elements.

At the moment I am trying to explore the fortran code to implement new diagnostics that would give me the transported mass between each grid element for each advected species. If there is any documentation to your knowledge that could help me it would be appreciated.

Thanks !

@yantosca
Copy link
Contributor

@EdgarSergues: The budget diagnostic are columns (full column, trop column, PBL column) rather than 3D diagnostics.

You may want to look into archiving the following diagnostics:

AdvFluxZonal_?ADV?
AdvFluxMerid_?ADV?
AdvFluxVert_?ADV?

as these will be the mass fluxes advected in each direction.

The TPCORE code used in GEOS-Chem Classic is 3rd-party code. It's a bit sloppy and undocumented, so it may be a bit of a slog to go through it.

@yantosca yantosca added the topic: Diagnostics Related to output diagnostic data label Nov 20, 2024
@EdgarSergues
Copy link
Author

Yes @yantosca I just found these diagnostics yesterday and I think it will fit my need. Is there a specific way to activate those diagnostics or can I just add a field to any collection in the history.rc file ? Thanks !

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: Diagnostics Related to output diagnostic data
Projects
None yet
Development

No branches or pull requests

2 participants