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: geoschem/HEMCO
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.11.1
Choose a base ref
...
head repository: geoschem/HEMCO
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.11.2
Choose a head ref
  • 12 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 25, 2025

  1. Fix print in adjoint code for getting current emissions

    Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
    lizziel committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    4b889a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Merge PR #332 (Fix print statement in GCHP adjoint code)

    This merge brings PR #332 (Fix print in adjoint code for getting current
    emissions #332, by @lizziel) into the HEMCO 3.11.2 development stream.
    
    PR #332 fixes a print statement that only gets executed when running
    the GCHP adjoint.
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    a2f69cb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Increase string length for reading lines from HEMCO standalone grid file

    The HEMCO standalone currently crashes when running global 0.125x0.15625 (aka 12km) resolution simulations,
    because the YEDGE and YMID lines in https://github.com/geoschem/HEMCO/blob/main/run/HEMCO_sa_Grid.0125x015625.rc
    are too long.
    
    In PR #207 we increased the maximum string length to 5500 to allow for global 0.25x0.3125 HEMCO standalone simulations.
    However for 0.125x0.15625 global grids, the length of the YEDGE and YMID string in HEMCO_sa_Grid.rc are 12,103 and 10,657
    characters, respectively. To get around this we can increase the length of string DUM from 5500 to 15000.
    
    Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
    msulprizio committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    d442a9e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Merge PR #335 (Increase string length)

    This merge brings PR # (Increase string length for reading lines
    from HEMCO standalone grid file, by @msulprizio) into the HEMCO
    "no-diff-to-benchmark" development stream.
    
    In PR #207 we increased the maximum string length to 5500 to allow
    for global 0.25x0.3125 HEMCO standalone simulations. However for
    0.125x0.15625 global grids, the length of the YEDGE and YMID string
    in HEMCO_sa_Grid.rc are 12,103 and 10,657 characters, respectively.
    To get around this we increased the length of string DUM from 5500
    to 15000.
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    3b81ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Bump jinja2 from 3.1.5 to 3.1.6 to fix a security issue

    docs/requirements.txt
    - Now request jinja2==3.1.6, as suggested by Dependabot, which
      fixes a security issue.
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    e4161eb View commit details
    Browse the repository at this point in the history
  2. RTD Updates: Now use Spack v0.23.1 for library builds

    docs/source/geos-chem-shared-docs
    - Submodule update to 926450c (Spack v0.23.1; Fix links etc)
    
    docs/source/hco-ref-guide/known-bugs.rst
    - Reformat page to be similar to GCClassic and GCHP
    - Add links to open and resolved bugs on GitHub
    - Added section about GCC 12.2.0 being deprecated in Spack v1.0.0
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    ca71bb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. RTD updates: Fix links, update WRF-GC doc link

    docs/source/geos-chem-shared-docs
    - Submod update to a3845d1
    
    docs/source/index.rst
    - Move version history and known bugs to the
      "Help and Reference" toctree
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    c8b5094 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. RTD update: Fix broken links in error-guide.rst

    docs/source/geos-chem-shared-docs
    - Submod update to 3887938 (fix broken links)
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    32db125 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Merge branch 'dev/no-diff-to-benchmark' into release/3.11.2

    This merge brings updates from the "dev/no-diff-to-benchmark"
    development stream into the release/3.11.2 branch, in anticipation
    of the HEMCO 3.11.2 release.
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    4b50bea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'docs/dev' into release/3.11.2

    This merge brings ReadTheDocs documentation updates from the
    "docs/dev" development stream into the release/3.11.2 branch,
    in anticipation of the HEMCO 3.11.2 release.
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    c4fe7a4 View commit details
    Browse the repository at this point in the history
  3. Change version numbers to 3.11.2

    In anticipation of the HEMCO 3.11.2 release,
    we have updated the version numbers in:
    
    - CHANGELOG.md
    - CMakeLists.txt
    - docs/source/conf.py (for ReadTheDocs)
    - src/Core/hco_error_mod.F90
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    8243ab1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. HEMCO 3.11.2 release

    Updated version numbers in:
    - CHANGELOG.md
    - CMakeLists.txt
    - docs/source/conf.py
    - src/Core/hco_error_mod.F90
    
    Please see the CHANGELOG.md for updates included in this version.
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    28e6d8e View commit details
    Browse the repository at this point in the history
Loading