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.1.0
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.1.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    016e9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9468efd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    ceb0f86 View commit details
    Browse the repository at this point in the history
  2. Merge PR #97 (Mention that INLINE F90_RCONST is also copied to UPDATE…

    …_PHOTO)
    
    This merge brings PR #97 (Mention that INLINE F90_RCONST is also copied
    to UPDATE_PHOTO, by @RolfSander) into the KPP development stream.
    
    This updates the RTD documentation and mcm/README.md.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5a7df7f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update Python packages for ReadTheDocs builds

    .readthedocs.yaml
    - Now request Python 3.12 for ReadTheDocs builds
    
    docs/requirements.txt
    - Update to more recent Python package versions for ReadTheDocs builds
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6407859 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add Aout as an extra argument to Fun only for F90

    src/gen.c
    - Implement the fix proposed by @jimmielin in PR #56.  We now declare
      FUN and FUN_SPLIT with an extra argument (Aout) only for F90.
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    013d5de View commit details
    Browse the repository at this point in the history
  2. Merge PR #100 (Fixes to allow using the full MCM)

    This merge brings PR #100 (Fixes to allow using the full MCM, by
    @yantosca and @RolfSander) into the KPP 3.1.1 development branch.
    
    This PR includes fixes to allow KPP to build the entire MCM mechanism:
    (1) Increase array sizes; (2) Add -recursive flag for gfortran in Makefile.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ef39ee7 View commit details
    Browse the repository at this point in the history
  3. Merge PR #99 (Matlab bug fix: only add Aout to Fun and Fun_Split for …

    …F90)
    
    This merge brings PR #99 ((Matlab bug fix: only add Aout to Fun and Fun_Split
    for F90, by @jimmielin and @yantosca) into the KPP 3.1.1 development stream.
    
    This PR fixes a bug by only adding "Aout" as an optional argument to
    Fun and Fun_Split functions for the F90 target language.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cb53eee View commit details
    Browse the repository at this point in the history
  4. Update version numbers, doc, and CHANGELOG for 3.1.1 release

    CHANGELOG.md
    - Updated with info for version 3.1.1
    - Updated version number to 3.1.1
    
    docs/source/conf.py
    docs/source/gdata.h
    - Update version numbers to 3.1.1
    
    docs/source/getting_started/00_revision_history.rst
    - Added new features/fixes in versions 3.1.0 and 3.1.1
    yantosca committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    68d4014 View commit details
    Browse the repository at this point in the history
  5. KPP 3.1.1 release

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