Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting for domains crossing the dateline #85

Open
KayShelton opened this issue Apr 21, 2020 · 1 comment
Open

Plotting for domains crossing the dateline #85

KayShelton opened this issue Apr 21, 2020 · 1 comment
Assignees

Comments

@KayShelton
Copy link

I seem to be having issues getting the plots from ExecuteEvaluate to plot correctly for my domain which crosses the dateline:
meanPressure

Domain:
gridLimit={'xMin':130.0,'xMax':205.0,'yMin':-35.0,'yMax':0.0}

I have managed to fudge a workaround for the purposes of making plots I need for a deadline, but it is not a fix that is suitable to share, as it will break from domains not crossing the dateline, and I couldn't get the longitude labels to work fully:

minPressure

I wanted to flag this up as an issue, and hopefully someone better at Python than me can figure out something that works more robustly.

@wcarthur
Copy link
Member

@KayShelton this is a bane of the region! I've had to fudge workarounds for this issue too, since cartopy and the old basemap have issues with the dateline. In some cases, I've had to build bespoke datasets to replace the standard ones that do coastlines, etc. to work across the dateline. I'll flag as a bug and something to work on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants