mpas_analysis.ocean.plot_climatology_map_subtask.PlotClimatologyMapSubtask.set_plot_info¶
- 
PlotClimatologyMapSubtask.set_plot_info(self, outFileLabel, fieldNameInTitle, mpasFieldName, refFieldName, refTitleLabel, unitsLabel, imageCaption, galleryGroup, groupSubtitle, groupLink, galleryName, diffTitleLabel='Model - Observations', configSectionName=None)[source]¶ Store attributes related to plots, plot file names and HTML output.
- Parameters
 - outFileLabelstr
 The prefix on each plot and associated XML file
- fieldNameInTitlestr
 The name of the field being plotted, as used in the plot title
- mpasFieldNamestr
 The name of the variable in the MPAS timeSeriesStatsMonthly output
- refFieldNamestr
 The name of the variable to use from the observations or reference file
- refTitleLabelstr
 the title of the observations or reference subplot
- unitsLabelstr
 the units of the plotted field, to be displayed on color bars
- imageCaptionstr
 the caption when mousing over the plot or displaying it full screen
- galleryGroupstr
 the name of the group of galleries in which this plot belongs
- groupSubtitlestr
 the subtitle of the group in which this plot belongs (or blank if none)
- groupLinkstr
 a short name (with no spaces) for the link to the gallery group
- galleryNamestr
 the name of the gallery in which this plot belongs
- diffTitleLabelstr, optional
 the title of the difference subplot
- configSectionNamestr, optional
 the name of the section where the color map and range is defined, default is the name of the task