You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One aspect of #12 is that we now decode time when opening netCDF files in xarray (i.e. ds["time"] is a cftime object); this affected the x-axis in the plots in the Sanity Check notebook, since compare_fields_at_lat_lon() no longer needs xticks, xlabels, etc. Those variables and function calls have been commented out, but they can be removed.
I also need to figure out how to use the same limits for the x-axis in all the plots generated by compare_fields_at_lat_lon().
The text was updated successfully, but these errors were encountered:
One aspect of #12 is that we now decode time when opening netCDF files in
xarray
(i.e.ds["time"]
is acftime
object); this affected the x-axis in the plots in the Sanity Check notebook, sincecompare_fields_at_lat_lon()
no longer needsxticks
,xlabels
, etc. Those variables and function calls have been commented out, but they can be removed.I also need to figure out how to use the same limits for the
x
-axis in all the plots generated bycompare_fields_at_lat_lon()
.The text was updated successfully, but these errors were encountered: