-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1497: Add support for topography in `distributed_remapping` r=simonbyrne a=Sbozzolo This PR adds a new mode to the `interpolate` function for distributed remapping, `interpolate_topography`. When `interpolate_topography` is `true`, the target `zcoords` are assumed to be with respect to the mean sea level as opposed to with respect to the surface. `zcoords` that are below the surface are filled with `NaN`s. Closes #1488 Co-authored-by: Gabriele Bozzola <[email protected]>
- Loading branch information
Showing
5 changed files
with
312 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.