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

Refactor vertical interpolation in EAMxx #2821

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 11, 2024

  1. EAMxx: add utility method to FieldLayout

    Allow to strip any tag from a list, without erroring out if not found
    bartgol committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    967dea7 View commit details
    Browse the repository at this point in the history
  2. EAMxx: refactor vertical interpolation

    Do away with vert interp utility. In VerticalRemapper, just use ekat::LinInterp
    manually, and in FieldAtPressureLevel, we don't even need LinInterp.
    bartgol committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5271c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0cee7 View commit details
    Browse the repository at this point in the history