Merged
Conversation
In order to avoid computing terms of the Arrhenius function that would go to 1 (i.e. when either b0=0 or c0=0), we have split the ARR rate law function into ARR_abc, ARR_ab, and ARR_ac functions. ARR_abc: Use for nonzero a0, b0, c0 ARR_ab: Use for nonzero a0, b0 (skips computation of the c0 term) ARR_ac: Use for nonzero a0, c0 (skips computation of the b0 term) We have also updated the models/saprc99.eqn and models/saprcnov.eqn equation files accordingly. Signed-off-by: Bob Yantosca <[email protected]>
04_input_for_kpp.rst - In the #EQUATIONS section: - Take equations from the saprc99 mechanism - Also add descriptive note block - In the #EQNTAGS section: - Use consistent example in the #EQNTAGS section - In Auxiliary files for Fortran90 section: - Add UserRateLawsInterfaces.f90 to the table 05_output_from_kpp.rst - Use consistent equation <1> as in 04_input_from_kpp.rst Signed-off-by: Bob Yantosca <[email protected]>
Now use "GNU General Public License v2.0 or later", which is one of the accepted license fields to make a Zenodo DOI. This was preventing automatic generation of DOIs when new releases are pushed to Github. Signed-off-by: Bob Yantosca <[email protected]>
Signed-off-by: Bob Yantosca <[email protected]>
yantosca
approved these changes
Jun 27, 2022
Contributor
yantosca
left a comment
There was a problem hiding this comment.
Looks good! OK to merge!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think that cleanup_util is ready for the merge now.