This problem affects code created by plot_conc_graphics_for_movie
In earlier versions, my code hard coded the titles to say "Water Column". The graphics I created reflect min DO across water column but mean NO3 and salinity in the surface level; so, for NO3 and salinity, this title is wrong. More generally, this title will be wrong for all but the water column cases. I need to update the code to either remove this tag or to pass in the location (surface, bottom, or water column).
I resolved this issue by using the stat_type in the title
This problem affects code created by
plot_conc_graphics_for_movie
In earlier versions, my code hard coded the titles to say "Water Column". The graphics I created reflect min DO across water column but mean NO3 and salinity in the surface level; so, for NO3 and salinity, this title is wrong. More generally, this title will be wrong for all but the water column cases. I need to update the code to either remove this tag or to pass in the location (surface, bottom, or water column).
I resolved this issue by using the
stat_type
in the title