Skip to content

Fix Bug in aero_model_emissions::calc_org_matter_seasalt() #357

@mjs271

Description

@mjs271

There is a known bug in the function aero_model_emissions::calc_org_matter_seasalt() located here.

Based on the inline comments and discussion with @singhbalwinder, @mingxuanwupnnl, and the original author, it appears that

alpha_help(:) = sum(theta, dim=2)

should be replaced by

alpha_help(:) = sum(theta_help, dim=2)

Note: Fixing this bug will be held until validation against the fortran MAM4 is complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfollow-uppost-validationTo be considered after MAM4/MAM4xx validation has been completed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions