Skip to content

Commit 6a98d1f

Browse files
committed
Change default central longitude to avoid wrapping across meridian
1 parent e032d5c commit 6a98d1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

polaris/tasks/ocean/customizable_viz/customizable_viz.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ min_longitude = 0
2222

2323
max_longitude = 360
2424

25+
norm_args = {}
26+
2527
# the type of norm used in the colormap
2628
norm_type = linear
2729

28-
central_longitude = 0.
30+
# Note: for some projections, choosing a different central longitude may
31+
# result in cells spanning the plot boundary
32+
central_longitude = 180.
2933

3034
z_target = 0.
3135

0 commit comments

Comments
 (0)