Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KineticPreProcessor/KPP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.1
Choose a base ref
...
head repository: KineticPreProcessor/KPP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 10 commits
  • 37 files changed
  • 2 contributors

Commits on Jun 27, 2024

  1. H211b adopted to KPP3

    RolfSander committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    555375e View commit details
    Browse the repository at this point in the history
  2. documentation for H211b

    RolfSander committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    81ddf6c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix bug in h211b integrator; add "F90_ros_h211b" C-I test

    ci-tests/F90_ros_h211b.kpp
    - New definition file for F90_ros_h211b C-I test w/ saprc99 mechanism
    
    .ci-pipelines/ci-common-defs.h
    - Add F90_ros_h211b to list of the C-I tests
    
    int/rosenbrock_h211b_qssa.f90
    - Bug fix: "mcm_Function" -> "KPP_ROOT_Function".  Removed hardwiring.
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7613a99 View commit details
    Browse the repository at this point in the history
  2. Fix issues with mcm, mcm_h211b examples and C-I tests

    .ci-pipelines/ci-common-defs.sh
    - Add new variable MCM_1 and and MCM_2 variable for MCM C-I tests
    - Now pass the name of the mechanism to functions clean_ci_test_folder
      and run_ci_test.  Also cat the mixrat.dat from the MCM tests to stdout
    
    .ci-pipelines/ci-cleanup-script.sh
    - Pass the name of the KPP mechanism to clean_ci_test_folder
    
    .ci-pipelines/ci-testing-script.sh
    - Pass the name of the KPP mechanism to run_ci_test
    
    ci-tests/F90_mcm
    - Renamed from "mcm".  Now link to appropriate KPP files in the
      ../../examples/mcm folder.
    
    ci-tests/F90_mcm_h211b
    - New C-I test folder.  Link to appropriate KPP files in the
      ../../examples/mcm_h211b folder
    
    examples/mcm_h211b
    - New example folder, based on mcm
    
    examples/mcm/run_example.csh
    examples/mcm_h211b/run_example.csh
    - Scripts to run the examples (for csh/tcsh)
    
    examples/mcm/run_example.sh
    examples/mcm_h211b/run_example.sh
    - Scripts to run the examples (for bash)
    
    examples/mcm/README.md
    examples/mcm_h211b/README.md
    - Updated w/ info about the run_example* scripts
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d06e994 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu
    Copy the full SHA
    c902364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b22e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Merge PR #124 (Add Rosenbrock_H211b integrator)

    This merge brings PR #124 (Add Rosenbrock_H211b integrator,
    by @yantosca) into the KPP 3.3.0 development stream.
    
    PR #124 adds the updated rosenbrock_posdef_h211b_qssa integrator,
    with adaptive time stepping, as described in issue #105.  The paper
    for this update has now been published, so we can now merge.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c8b924f View commit details
    Browse the repository at this point in the history
  2. Post-merge fixes/updates for PR #124

    .ci-pipelines/ci-common-defs.sh
    - Alphabetize the F90 tests, move F90_feuler to the top
    
    docs/source/getting-started/00_revision_history.rst
    - Added sections for KPP 3.2.1 and 3.3.0
    
    docs/source/tech_info/06_info_for_kpp_developers.rst
    - Convert the list of C-I tests to a list-table
    - Add info about F90_ros_h211b, F90_mcm_h211b tests
    - Remove mcm, that is now done with F90_mcm
    
    docs/source/using_kpp/04_input_for_rst.kpp
    - Extend underline for ICNTRL(8) section
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    0a0c225 View commit details
    Browse the repository at this point in the history
  3. Update version numbers to 3.3.0

    CHANGELOG.md
    docs/source/conf.py
    src/gdata.h
    - Updated version number to from 3.2.1 to 3.3.0
    
    docs/source/tech_info/06_info_for_kpp_developers.rst
    - Fixed typo in ordered list for KPP C-I tests
    yantosca committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e869813 View commit details
    Browse the repository at this point in the history
  4. KPP 3.3.0 release

    This is the release commit for KPP version 3.3.0
    Please see CHANGELOG.md for a list of updates.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a728dbb View commit details
    Browse the repository at this point in the history
Loading