-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.28.0: (52 commits) Update Changelog Version 0.28.0 ATLAS-344 Fix ConvexSphericalPolygon::compute_radius() ATLAS-344 Remove part of test_convexsphericalpolygon ATLAS-344 Use EPS and TOL in ConvexSphericalPolygon where possible Apply clang-format Make Docker-Ubuntu1604 happy (GNU 5.4) feature: bilinear-remapping interpolation (#85) Introduce regional_variable_resolution grid type via a new GridBuilder (#92) ATLAS-347 Fix build_nodes_remote_idx for Healpix by fixing the partition of periodic BC|EAST points Improve build_nodes_remote_idx error reporting ATLAS-347 remove not used periodic nodes from the partitions - fails in building remote indices Add default constructor for Projection::Jacobian (#93) Added methods to projection::Jacobian (#93) Add macro to check eckit version ATLAS-344 Fix PolygonXY::contains, requiring tolerances at edges ATLAS-346 Fix CellColumns::haloExchange for multiple element types Add += and -= operators to IndexView elements ATLAS-322 Add more tests to atlas_test_convexsphericalpolygon ATLAS-322 Refactor ConvexSphericalPolygon ...
- Loading branch information
Showing
114 changed files
with
6,486 additions
and
826 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.27.0 | ||
0.28.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# (C) Crown copyright 2022, Met Office | ||
# | ||
# This software is licensed under the terms of the Apache Licence Version 2.0 | ||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. | ||
# regional projection using variable resolution | ||
|
||
type : "regional_variable_resolution" | ||
progression : 1.13 | ||
inner : | ||
xmin : 351.386944827586319 | ||
ymin : -5.008754172413662 | ||
xend : 366.363355172413776 | ||
yend : 8.665359620690706 | ||
dx : 0.6511482758621128 | ||
outer : | ||
xmin : 348.13120344827576 | ||
xend : 369.6190965517242 | ||
ymin : -8.264495551724226 | ||
yend : 11.92110100000127 | ||
dx : 1 | ||
width: 4. | ||
|
||
check : | ||
size : 1088 | ||
lonlat(first) : [346.9838795150958504,-9.41181948490414122] | ||
lonlat(last) : [370.7664204849036764,13.06842493318118414] | ||
bounding_box(n,w,s,e) : [13.06842493318118414,346.9838795150958504,-9.41181948490414122,370.766420484903676] | ||
uid : aca7861d7ddeb4f2448c57484946d44e | ||
|
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
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.