mpas_analysis.sea_ice.plot_climatology_map_subtask.PlotClimatologyMapSubtask.set_plot_info

PlotClimatologyMapSubtask.set_plot_info(outFileLabel, fieldNameInTitle, mpasFieldName, refFieldName, refTitleLabel, diffTitleLabel, unitsLabel, imageDescription, imageCaption, galleryGroup, groupSubtitle, groupLink, galleryName, maskValue=None)[source]

Store attributes related to plots, plot file names and HTML output.

Parameters
  • outFileLabel (str) – The prefix on each plot and associated XML file

  • fieldNameInTitle (str) – The name of the field being plotted, as used in the plot title

  • mpasFieldName (str) – The name of the variable in the MPAS timeSeriesStatsMonthly output

  • refFieldName (str) – The name of the variable to use from the observations or reference run file

  • refTitleLabel (str) – the title of the observations or control run subplot

  • diffTitleLabel (str) – the title of the difference (e.g. bias) subplot

  • unitsLabel (str) – the units of the plotted field, to be displayed on color bars

  • imageDescription (str) – the caption when mousing over the plot

  • imageCaption (str) – the caption when displaying the plot full screen

  • galleryGroup (str) – the name of the group of galleries in which this plot belongs

  • groupSubtitle (str) – the subtitle of the group in which this plot belongs (or blank if none)

  • groupLink (str) – a short name (with no spaces) for the link to the gallery group

  • galleryName (str) – the name of the gallery in which this plot belongs

  • maskValue (float, optional) – a value to mask out in plots