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

Commits on Jun 23, 2022

  1. ARR2 deleted

    RolfSander committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1207d13 View commit details
    Browse the repository at this point in the history
  2. Split up ARR function into ARR_abc, ARR_ab, ARR_ac (Fortran90 only)

    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>
    yantosca committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9d2be67 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Updated text describing the #EQUATIONS section

    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>
    yantosca committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f59f800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c943e8b View commit details
    Browse the repository at this point in the history
  3. Fix bug in license field of .zenodo.json

    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>
    yantosca committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1ab28e0 View commit details
    Browse the repository at this point in the history
  4. Update affliations in zenodo.json (add city of institution)

    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f36de84 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. minor updates of docs

    RolfSander committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    80ed179 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    1720f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026e7a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0107ae6 View commit details
    Browse the repository at this point in the history