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

Reff in AerosolCoeff.CMAQ tables #130

Open
chengdang opened this issue Apr 16, 2024 · 3 comments
Open

Reff in AerosolCoeff.CMAQ tables #130

chengdang opened this issue Apr 16, 2024 · 3 comments
Assignees
Labels
bug Something is not working COMPO Atmospheric COMPOsition CRTM CRTM

Comments

@chengdang
Copy link
Contributor

chengdang commented Apr 16, 2024

In CAMQ aerosols coefficient tables, there are a total 35 effective radii for each species, and the radii of all 8 species are indentical:

 Reff =
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5,
  0.001, 0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
    0.9, 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.25, 2.5, 2.75,
    3, 3.5, 4, 4.5, 5, 6, 7.5 ;

This implies that these are not RH-scaled Reff (i.e. the hydrophilic growth factors should be different for different species). Therefore, Reff/RH in CMAQ table cannot be used as the Reff/RH in CRTM default tables for interpolating effective radius, as in function gocart_aerosol_size
https://github.com/JCSDA-internal/ufo/blob/7ebbdc3f5e3de367b9a7f60a13f9bc43b13161a3/src/ufo/operators/crtm/ufo_crtm_utils_mod.F90#L1708. This is causing an issue in JEDI (noticed by @PatNichols) in recent V8 release, with the new CMAQ capability

Question to the CMAQ table deliveree :
Yingtao @YingtaoMa, how did you adjust the effective radius when adopting the CMAQ table? What are the assumed hydrophilic growth factors of different species? Thanks.

Possible fix to the V8 release:

Any suggestions or insights are welcome! @jeromebarre @YingtaoMa @BenjaminTJohnson. Thank you!

@chengdang chengdang added bug Something is not working COMPO Atmospheric COMPOsition CRTM CRTM labels Apr 16, 2024
@chengdang
Copy link
Contributor Author

This is a drafted branch with proposed fix:
https://github.com/JCSDA-internal/ufo/tree/feature/cmaq_reff

Unfortunately, a lot of hard-coded parameters are required in function cmaq_aerosol_size, based on over-simplified assumptions:

     ! Reff_Dry and Growth_Factor are approximated based on GOCART-GEOS5 tables (species DU3 etc)
     ! Dust          - 1 -> DU3
     ! Soot          - 2 -> BC2
     ! Water soluble - 3 -> OC2
     ! Sulfate       - 4 -> Sulfate 2
     ! Sea salt      - 5 -> Sea Salt 3
     ! Water         - 6 -> OC2
     ! Insoluble     - 7 -> DU3
     ! dust-like     - 8 -> DU3

I have not complied the code, so it is not ready for testing (especially the parameter definition part) but just to show the concept for now. Any suggestions are welcome.

@jeromebarre
Copy link
Collaborator

jeromebarre commented Apr 17, 2024

Can you create a draft PR so I can start putting code-specific comments?
Do you think we should replace the default gocart_aerosol_size by cmaq_aerosol_size? I don't think we should replace the default but have a condition that checks on which aerosol model. I can point to and comment on the lines I am talking about in a draft PR. Thanks!

@chengdang
Copy link
Contributor Author

Yes! I just created a PR: https://github.com/JCSDA-internal/ufo/pull/3283

And I agree with you we should not replace the default gocart_aerosol_size.
For now, I'm only using cmaq_aerosol_size for CMAQ options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working COMPO Atmospheric COMPOsition CRTM CRTM
Projects
None yet
Development

No branches or pull requests

3 participants