Skip to content

Instantly share code, notes, and snippets.

@larsbuntemeyer
Last active November 20, 2023 11:18
Show Gist options
  • Save larsbuntemeyer/8b5aa01b9d4d5e9b4785dc245c533cc9 to your computer and use it in GitHub Desktop.
Save larsbuntemeyer/8b5aa01b9d4d5e9b4785dc245c533cc9 to your computer and use it in GitHub Desktop.
EAS-22 pole bug
import cordex as cx
grid = {
'nlon': 396,
'nlat': 251,
'll_lon': -43.23,
'ur_lon': 43.67000000000001,
'll_lat': -22.1,
'ur_lat': 32.9,
'dlon': 0.22,
'dlat': 0.22,
'pollon': -64.78,
'pollat': 77.61
}
cx.create_dataset(**grid).cx.map()
@larsbuntemeyer
Copy link
Author

larsbuntemeyer commented Nov 20, 2023

should show this:
grafik

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