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

EAMXX: add a DataInterpolation class #6812

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    3efe19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad514c View commit details
    Browse the repository at this point in the history
  3. EAMxx: add QOL methods to TimeStamp

    Simplifies some operations that looked clunky on the client end
    bartgol committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    3af78a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5248b9e View commit details
    Browse the repository at this point in the history
  5. EAMxx: first attempt at DataInterpolation class

    * The class handles time, horizontal, and vertical interpolation
    * The vertical/horizontal are optional, but the time dimension is REQUIRED
    bartgol committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    e8527fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9314ed6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bfbb0f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    c870cf5 View commit details
    Browse the repository at this point in the history
  2. EAMxx: in VerticalRemapper, allow to set only one src/tgt pressure

    We may not have any mid or any int field. No need to force us to
    create a valid field just for passing checks.
    bartgol committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    0e9e2bc View commit details
    Browse the repository at this point in the history