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

GitFlow: Merge hotfix from main into develop #89

Merged
merged 3 commits into from
Nov 28, 2023
Merged

Commits on Nov 6, 2023

  1. Merge pull request #85 from GEOS-ESM/geos/develop

    GitFlow: Merge geos/develop into geos/main for release
    mathomp4 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    01276f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update fv_grid_tools.F90

    When introducing non-global mechanism for computing coordinates, a copy-paste mistake broke the Schmidt transform.  Does not affect legacy coordinate algorithm.
    
    
    Basically the loop over tiles should just be a single iteration for the local tile.  Obvious in hindsiht.
    tclune authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3dcff25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from GEOS-ESM/hotfix/local-schmidt

    Update fv_grid_tools.F90
    mathomp4 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f1a5b25 View commit details
    Browse the repository at this point in the history