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

calculating fine-mode AOD #297

Open
mpagowski opened this issue Jan 7, 2025 · 5 comments
Open

calculating fine-mode AOD #297

mpagowski opened this issue Jan 7, 2025 · 5 comments

Comments

@mpagowski
Copy link

I would like to calculate fine-mode AOD for GOCART_2G. I understand that this would include AOD from all of SU,BC1,BC2,OC1,OC2. Then, it would include only a fraction of the dust from the first bin DU1. For SS1 that is a little more complicated since sea-salt particles grow significantly with relative humidity. Similarly for the recent nitrate.
I learned from literature search that FMF AOD for GOCART was calculated taking these considerations into account
(e.g. Chin et al., 2004, Jones and Christopher, 2011). Rather than reinvent the wheel and make mistakes I would rather rely on procedures that may have already been developed. Can someone comment, possibly direct me to where I can find a solution?
Thanks!

@mathomp4
Copy link
Member

mathomp4 commented Jan 8, 2025

I'm going to mention a few people:

one of these should be able to help or point you to someone who can

@pcolarco
Copy link
Contributor

pcolarco commented Jan 8, 2025

Diagnostics for this already exist (see the GOCART2G and component StateSpecs). For example, under DU there are DUEXTTFM (for PM1 AOD) and DUEXTT25 (for PM2.5 AOD). At the GOCART level there are the TOTEXTTFM and TOTEXTT25 equivalents summed across species. Is that what you want?

@mpagowski
Copy link
Author

Yes, that is related to what I am looking for, i.e. I need to calculate extinction in the assimilation code rather than have it given (because mixing ratios of species are adjusted on model levels). So rather than that I am looking for what corresponds to DUMASS25 or SSMASS25 but for 1um. Can you direct mu to the place in the code where the calculations are done?

Also, I think the common attitude is that the fine mode is diameter below 1um. Do you know if this is how fine-mode-fraction AOD is calculated in MODIS DT. E.g. from
https://darktarget.gsfc.nasa.gov/content/what-aerosol-fine-mode-fraction#:~:text=The%20smaller%20particles%20are%20referred,between%201.0%20and%202.5%20microns.

"Atmospheric aerosols generally have a bimodal distribution. The smaller particles are referred to as the fine mode or accumulation mode aerosols. These particles have radii between 0.1 and 0.25 microns. The larger particles comprise the coarse mode. These particles generally have radii between 1.0 and 2.5 microns. The aerosol fine mode fraction is the proportion of fine mode aerosols to the total. This is an optical measurement of the proportion by volume."

@pcolarco
Copy link
Contributor

pcolarco commented Jan 9, 2025 via email

@mpagowski
Copy link
Author

Thanks Pete, that should do it, I will follow your advice,
Mariusz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants