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

Add TChem interface for aerosols #204

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

jcurtis2
Copy link
Collaborator

@jcurtis2 jcurtis2 commented Nov 4, 2024

  • Create aero_data from TChem using getters
    • Get number of aerosol species to allocate aero_data sizes
    • Get species name for each species
    • Get density for each species
    • Get molecular weight for each species
    • Get kappa for each species
  • Set the number concentrations from 1:n_part, and 0 for n_part+1 to maximum
  • Set the particle species masses in the state vector
  • Reconstruct the particle masses from TChem state vector.

Testing

  • Test CPU code against TChem result
  • Test GPU code against TChem result
  • Test results against CAMP SIMPOL example (currently TChem produces too much in aerosol phase...)

@jcurtis2 jcurtis2 self-assigned this Nov 4, 2024
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

Successfully merging this pull request may close these issues.

1 participant