Commit 511dad3
committed
Merge branch 'hexagon_projections' (PR #626)
This merge removes an instance of a hard-wired earth radius in project_hexes,
addressing a potential inconsistency that could lead to Cartesian coordiantes of
elements that do not lie on the surface of the unit sphere. In turn, this could
lead, for example, to failures when processing static fields in the MPAS-Model
init_atmosphere core. Now, the user-specified earth_radius_km value is used
consistently throughout the code where a sphere radius value is required.1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| 881 | + | |
881 | 882 | | |
882 | 883 | | |
883 | 884 | | |
| |||
0 commit comments