The current gen_summary_plot_batches script calls thm_over_shell once per time interval. It could be further split up by putting each summary plot type in its own set of batches. Also, calling thm_over_shell means that the individual probe summary plots will all go into the same work unit (the rest of the plot types don't take a probe argument). We might want a way to do only the probe overviews, and allow them to be split by probe as well as by time interval.
Similarly, if multiple L2 types are being requested in gen_l2_batches, we split by time interval and by probe, but all the L2 types go into the same work unit. It would be nice to also iterate over the requested datatypes, so they can go to separate work units.
The current gen_summary_plot_batches script calls thm_over_shell once per time interval. It could be further split up by putting each summary plot type in its own set of batches. Also, calling thm_over_shell means that the individual probe summary plots will all go into the same work unit (the rest of the plot types don't take a probe argument). We might want a way to do only the probe overviews, and allow them to be split by probe as well as by time interval.
Similarly, if multiple L2 types are being requested in gen_l2_batches, we split by time interval and by probe, but all the L2 types go into the same work unit. It would be nice to also iterate over the requested datatypes, so they can go to separate work units.