import xarray as xrimport matplotlib.pyplot as pltcmorph_data = xr.open_dataset('./CMORPH_V1.0_ADJ_0.25deg-DLY_00Z_20020403.nc')cmorph_datacmorph_data['cmorph'].plot()cmorph_data['cmorph'].plot().figure.savefig('cmorph.png')
Play Time!
Pick some aspect of what we have covered that you want to learn more about and explore!