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

Cleanup util #52

Merged
merged 10 commits into from
Jun 27, 2022
Merged

Cleanup util #52

merged 10 commits into from
Jun 27, 2022

Conversation

RolfSander
Copy link
Contributor

I think that cleanup_util is ready for the merge now.

RolfSander and others added 10 commits June 23, 2022 13:56
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 <yantosca@seas.harvard.edu>
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 <yantosca@seas.harvard.edu>
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 <yantosca@seas.harvard.edu>
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Copy link
Contributor

@yantosca yantosca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! OK to merge!

Copy link
Member

@jimmielin jimmielin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks!

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.

3 participants