-
Notifications
You must be signed in to change notification settings - Fork 727
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
bug fix: improper indexing in add aircraft emissions #1327
bug fix: improper indexing in add aircraft emissions #1327
Conversation
KEYWORDS: chemistry, emissions, aircraft, indexing SOURCE: Stacy Walters (formerly NCAR) DESCRIPTION OF CHANGES: Problem: An improper loop indexing that can cause addressing or floating point errors when aircraft emissions are turned used. Solution: Fix indexing (i - dimension) for the conversion term, from i to its:ite ISSUE: none LIST OF MODIFIED FILES: M chem/module_emissions_anthropogenics.F TESTS CONDUCTED: 1. Jenkins test -- RELEASE NOTE: This fixes an improper indexing in a conversion factor when using aircraft emissions
@ravanah @kayeekayee I can't review my own PR - can one of you approve and I can merge it? Thanks. |
@jordanschnell |
Sorry Jordan, I was a little bit late.
Thank you Dave.
WIsh you all have a happy new year.
Ka Yee
…On Tue, Dec 29, 2020 at 10:49 AM Dave Gill ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1327 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFKQSJVJ2MQLZHHJQ5H7Q7DSXIJDVANCNFSM4TTTT5PA>
.
|
@kayeekayee - I guess not necessary, but can you approve? I will merge. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
KEYWORDS: chemistry, emissions, aircraft, indexing SOURCE: Stacy Walters (formerly NCAR) DESCRIPTION OF CHANGES: Problem: An improper loop indexing that can cause addressing or floating point errors when aircraft emissions are used. Solution: Fix indexing (i - dimension) for the conversion term, from i to its:ite LIST OF MODIFIED FILES: M chem/module_emissions_anthropogenics.F TESTS CONDUCTED: 1. Jenkins test PASSED RELEASE NOTE: Improper indexing in a conversion factor when using aircraft emissions for WRF Chem previously caused addressing (seg fault) or floating point errors. This has been corrected by matching the indexing on the LHS with the RHS.
KEYWORDS: chemistry, emissions, aircraft, indexing
SOURCE: Stacy Walters (formerly NCAR)
DESCRIPTION OF CHANGES:
Problem:
An improper loop indexing that can cause addressing or floating point errors when aircraft emissions are
used.
Solution:
Fix indexing (i - dimension) for the conversion term, from i to its:ite
LIST OF MODIFIED FILES:
M chem/module_emissions_anthropogenics.F
TESTS CONDUCTED:
RELEASE NOTE: Improper indexing in a conversion factor when using aircraft emissions for WRF Chem previously caused addressing (seg fault) or floating point errors. This has been corrected by matching the indexing on the LHS with the RHS.