-
Notifications
You must be signed in to change notification settings - Fork 371
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: refactor vertical remapper to handle different top/bot extrapolations #6770
Conversation
|
* Allow to build from existing grids * Handle masked as well as P0 extrapolation * Handle top/bot extrapolations separately
7722235
to
14df8d2
Compare
@AaronDonahue or @tcclevenger please review. |
@tcclevenger is on the road, moving across country. @AaronDonahue, the CUDA fails are the same as in master. The gh/ci fails are mysterious, but maybe @mahf708 knows what the deal is. That said, it's likely orthogonal to this PR. |
(a)ccidentally deleted the branch) |
The last round of testing showed all passing and the known master diff on CUDA. The ghci-snl runners are having network issues right now, so they are stuck, but nothing changed since the last round of tests, so I'm merging. |
In view of unifying the "dataset interpolation" implementations across eamxx, this PR makes the VerticalRemapper a bit more general. Namely:
Depends-On: #6761