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

Feature/tclune/mapl3 latlongeomfactory #2309

Merged
merged 25 commits into from
Aug 22, 2023

Commits on Aug 13, 2023

  1. A bit of cleanup.

    tclune committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3ebc5f8 View commit details
    Browse the repository at this point in the history
  2. Initial work on concrete LatLonGeomFactory

    We could just wrap copy and modify LatLonGridFactor, but there are
    several issues that should be altered in this pass.
    
    First, the various bits of logic should be teased apart into separate
    procedures and modules.  Also the logic can be cleaned in various
    points.
    tclune committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    fc9758f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. LatLonGeomFactory and associated compile.

    Probably "mostly" work.
    tclune committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1cffacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8a049 View commit details
    Browse the repository at this point in the history
  3. fix a bug

    Benjamin Michael Auer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8c97d79 View commit details
    Browse the repository at this point in the history
  4. fix bug

    Benjamin Michael Auer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d8f6151 View commit details
    Browse the repository at this point in the history
  5. Adopted submodules.

    No clear benefit to compilation performance.
      - not much parallelism in this layer
      - gFTL containers are expensive to compile (esp) with NAG.
    tclune committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3a42893 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Split out Fortran submodules in geom_mgr

    Added some tests
    tclune committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6295504 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/tclune/mapl3-latlongeomf…

    …actory' into feature/tclune/mapl3-latlongeomfactory
    tclune committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9311488 View commit details
    Browse the repository at this point in the history
  3. A few bug fixes.

    And a bit of cleanup.
    tclune committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6e2fb83 View commit details
    Browse the repository at this point in the history
  4. Workaround for Intel compiler

    tclune committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a5acca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix a bug

    Benjamin Michael Auer committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    77caa43 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. More refactoring.

    tclune committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b6a6078 View commit details
    Browse the repository at this point in the history
  2. Refactor.

    tclune committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    cc4fc24 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. More refactoring.

    tclune committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4034cdc View commit details
    Browse the repository at this point in the history
  2. More refactoring.

    tclune committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    30e9382 View commit details
    Browse the repository at this point in the history
  3. More refactoring.

    tclune committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f9a3cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    ffd522e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a7012 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    4e41ff5 View commit details
    Browse the repository at this point in the history
  2. Bug came back, the very next day ...

    Just wouldn't stay away.
    tclune committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    424d340 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in get_subset()

    Corner case of non-periodic axis needs extra point for corner of last
    process.  (A triple corner case {periodic, corner, last pe}.
    tclune committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    498e2ab View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/tclune/mapl3-latlongeomf…

    …actory' into feature/tclune/mapl3-latlongeomfactory
    tclune committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3805383 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fb2134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e5cfa View commit details
    Browse the repository at this point in the history