-
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.19.0: (40 commits) Version 0.19.0 Fix compilation of test_mesh_reorder.cc for Cray/8.5 MIR-77, MIR-385, MIR-386 Replace native Lambert projection with LambertConformalConic projection MIR-77, MIR-385, MIR-386: preliminary support for interpolation from Lambert Conformal projected grids MIR-77, MIR-385, MIR-386: preliminary support for interpolation from Lambert Conformal projected grids Test Proj projections using yml Add false_easting and false_northing to LambertAzimuthalEqualAreaProjection Fix testing of grids ATLAS-245 Test reordering for unstructured meshes Stay backwards compatibile with eckit 1.0.2 for now Update to eckit 1.4 Fix gridtools_storage backend Compatibility with eckit master branch [1.3.2] (was working already as of eckit 0a9743cb) ATLAS-246: Proj-based projections unit test (from Proj examples) ATLAS-247 Comment regarding status ATLAS-247 cleanup ATLAS-247 Preliminary support for CellColumns functionspace and Gmsh output mesh::Elements::indexview() function added Fix EdgeColumns::haloExchange for fields with rank!=2 LocalView::shape() function added ...
- Loading branch information
Showing
140 changed files
with
5,004 additions
and
536 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
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
26 changes: 26 additions & 0 deletions
26
doc/example-grids/regional_lambert_azimuthal_equal_area_3.yml
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,26 @@ | ||
# !!! Requires proj external package (aka proj4) --> ENABLE_PROJ=ON | ||
|
||
# Close resemblance to EFAS grid ( equivalent to regional_lambert_azimuthal_equal_area_2.yml ) | ||
# Here the sphere is used instead of ellipsoid | ||
# Actual EFAS grid uses "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +no_defs" | ||
|
||
type : "regional" | ||
nx : 1000 | ||
ny : 950 | ||
dx : 5000 | ||
dy : 5000 | ||
lonlat(xmin,ymax) : [-35.034,66.9821] | ||
projection : | ||
type : "proj" | ||
proj : "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +R=6371229.0" | ||
y_numbering : -1 | ||
|
||
|
||
check : | ||
size : 950000 | ||
lonlat(first) : [-35.034,66.9821] | ||
lonlat(last) : [41.2436,23.8962] | ||
bounding_box(n,w,s,e) : [72.647, -35.035, 23.895, 74.144] | ||
uid : da2de78744323533eff5069272924741 | ||
xmin : 2510375.79 | ||
ymin : 748404.45 |
26 changes: 26 additions & 0 deletions
26
doc/example-grids/regional_lambert_azimuthal_equal_area_4.yml
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,26 @@ | ||
# !!! Requires proj external package (aka proj4) --> ENABLE_PROJ=ON | ||
|
||
# EFAS grid | ||
|
||
type : "regional" | ||
nx : 1000 | ||
ny : 950 | ||
dx : 5000 | ||
dy : 5000 | ||
lonlat(xmin,ymax) : [-35.034,66.9821] | ||
projection : | ||
type : "proj" | ||
proj : "+proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +units=m +no_defs" | ||
# Equivalent proj string, but leads to different uid (a71208b89dc4bc8d20494514e562c6b7) | ||
# proj : "EPSG:3035" | ||
y_numbering : -1 | ||
|
||
|
||
check : | ||
size : 950000 | ||
lonlat(first) : [-35.034,66.9821] | ||
lonlat(last) : [41.1397,23.9423] | ||
bounding_box(n,w,s,e) : [72.6426, -35.035, 23.9413, 73.9386] | ||
uid : fe4ea53ff38ccefeae02e53ee307ab42 | ||
xmin : 2502497.60 | ||
ymin : 752495.56 |
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
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.