The longitude case is not being considered yet.
Hi @vagudets,
This warning appears in the Loading():
1: In check_latlon(lats.min, lats.max, lons.min, lons.max) :
The longitude case is not being considered yet. Please report this case to maintainers and check the longitude of returned data.
I wanted to get the plot_mostlikely from -180 to 180 instead of the plot below, so I have changed the definition of the coordinates in the recipe to:
Region:
latmin: -90
latmax: 90
lonmin: -179.9 # 0
lonmax: 180 # 359.9
I am using SEAS5.1. Is there a way to tell SUNSET to reorder the longitudes for plotting?
Thanks a lot,
Núria