aachar5 / 3rdassignment

0 stars 0 forks source link

Plotting loop and errors #6

Closed pdirmeyer closed 1 year ago

pdirmeyer commented 1 year ago

The lat dimension is passed to contourf, but not longitude. You need to pass either both (to be able to use georegistered information in cartopy or label the latitudes and longitudes) or none.

Also, the for loop and handling of the composites is a bit confused - qbo is comp_temp[i] is data as you have defined them - you don't need all three.

aachar5 commented 1 year ago

The correction for contourf has been done passing both the lat and lon coordinates.