compass.ocean.tests.sphere_transport.process_output.plot_sol¶
- compass.ocean.tests.sphere_transport.process_output.plot_sol(fig, tcname, dataset)[source]¶
Plot the solution at time 0, t = T/2, and T=T for test cases in the
sphere_transport
test group. Each tracer is plotted in its own row. Columns correspond to t=0, t=T/2, and t=T.- Parameters:
fig (matplotlib.Figure) – A matplotlib figure instance
tcname (str) – name of the test case whose solutions will be plotted
dataset (NetCDF4.Dataset) – instance of a netCDF4 dataset initialized initialized with an MPAS output.nc file.