Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

How CESM3 reads the emission inventory

jinmuluo

Jinmu Luo
Member
What version of the code are you using?
cesm3.beta06


Have you made any changes to files in the source tree?
many changes


Describe your problem or question:
Hi,
I have a naive question on how CESM (or CAM-Chem) reads the bottom-up emission inventory.
A typical compset uses the emission inventory from: /glade/campaign/cesm/cesmdata/inputdata/atm/cam/chem/emis/CMIP6_emissions_1750_2015/emissions-cmip6_NO_anthro_surface_1750-2015_0.9x1.25_c20170608.nc

which has only emission variable " float emiss_anthro(time, lat, lon) "

If i want to replace this emission inventory with multiple sectors inventory like : /glade/campaign/acom/acom-weather/MUSICA/emissions/cams/CAMS-GLOB-ANTv4.2/orig/CAMS-GLOB-ANT_2000-2020_0.1x0.1_anthro_nox.nc

Should we rewrite the format of the above emission inventory into the same as the first one? OrCESM knows how to add all the different sectors together?

best,
 

aswann2

Abigail Swann
Member
Someone who works with CAM-CHEM would know most about this!

I don't know if CAM-CHEM would add together the different sectors, or if you should add them together yourself ahead of time. Is there a reason you don't want to add the sectors together?

There are separate files for other NO emission sources, but I don't know about different anthropogenic sectors.
For example emissions-cmip6_NO_other_surface_1750-2015_0.9x1.25_c20170322.nc for other surface emissions (soils).
 
Vote Upvote 0 Downvote

jinmuluo

Jinmu Luo
Member
Someone who works with CAM-CHEM would know most about this!

I don't know if CAM-CHEM would add together the different sectors, or if you should add them together yourself ahead of time. Is there a reason you don't want to add the sectors together?

There are separate files for other NO emission sources, but I don't know about different anthropogenic sectors.
For example emissions-cmip6_NO_other_surface_1750-2015_0.9x1.25_c20170322.nc for other surface emissions (soils).
Hi,

Thank you, I will stack the different sectors together and name the variable the same as the original variable name. Just want to make sure does CESM supports such diverse input sectors, for example, the " float emiss_anthro(time, lat, lon) " includes many different sectors (agricultural, industry, transportation, etc), it's hard to replace only one sector (like industry) of the emission in this inventory.
 
Vote Upvote 0 Downvote
Top