Has anyone seen these interesting squares that appear on land when plotting using cartopy and/or CESM2 Large Ensemble (ocean) output? I used xesmf to re-grid to 180x360 before plotting. Any ideas? Any ideas on how to make them disappear? STDEV.png
Holly Olivarez said:
Has anyone seen these interesting squares that appear on land when plotting using cartopy and/or CESM2 Large Ensemble (ocean) output? I used xesmf to re-grid to 180x360 before plotting. Any ideas? Any ideas on how to make them disappear? STDEV.png
I learned how to cover up the squares. I added 'zorder=100' to this line of code: ax.add_feature(cfeature.LAND, zorder=100) and all is well again.
Last updated: May 16 2025 at 17:14 UTC