|
| 1 | +.. _task_climatologyMapSeaIceSnowiceFormationNH: |
| 2 | + |
| 3 | +climatologyMapSeaIceSnowiceFormationNH |
| 4 | +======================================= |
| 5 | + |
| 6 | +An analysis task for plotting maps of Arctic sea ice cell-averaged snow-ice formation rate. |
| 7 | + |
| 8 | +Component and Tags:: |
| 9 | + |
| 10 | + component: seaIce |
| 11 | + tags: climatology, horizontalMap, seaIceSnowiceFormation, publicObs |
| 12 | + |
| 13 | +Configuration Options |
| 14 | +--------------------- |
| 15 | + |
| 16 | +The following configuration options are available for this task:: |
| 17 | + |
| 18 | + [climatologyMapSeaIceSnowiceFormationNH] |
| 19 | + # options related to plotting horizontally remapped climatologies of |
| 20 | + # snow-ice formation against control model results and observations |
| 21 | + # in the northern hemisphere (NH) |
| 22 | + |
| 23 | + # colormap for model/observations |
| 24 | + colormapNameResult = cork |
| 25 | + # whether the colormap is indexed or continuous |
| 26 | + colormapTypeResult = indexed |
| 27 | + # color indices into colormapName for filled contours |
| 28 | + colormapIndicesResult = [20, 80, 110, 140, 170, 200, 230, 255] |
| 29 | + # colormap levels/values for contour boundaries |
| 30 | + colorbarLevelsResult = [0, 0.01, 0.05, 0.1, 0.25, 0.5, 0.75, 1.0, 1.5] |
| 31 | + |
| 32 | + # colormap for differences |
| 33 | + colormapNameDifference = balance |
| 34 | + # whether the colormap is indexed or continuous |
| 35 | + colormapTypeDifference = indexed |
| 36 | + # color indices into colormapName for filled contours |
| 37 | + colormapIndicesDifference = [0, 32, 64, 96, 128, 128, 160, 192, 224, 255] |
| 38 | + # colormap levels/values for contour boundaries |
| 39 | + colorbarLevelsDifference = [-0.2, -0.1, -0.05, -0.02, -0.01, 0, 0.01, 0.02, 0.05, 0.1, 0.2] |
| 40 | + |
| 41 | + # Months or seasons to plot |
| 42 | + seasons = ['ANN', 'FM', 'ON'] |
| 43 | + |
| 44 | + # comparison grid(s) (typically 'arctic_extended') on which to plot analysis |
| 45 | + comparisonGrids = ['arctic_extended'] |
| 46 | + |
| 47 | + # a list of prefixes describing the sources of the observations to be used |
| 48 | + observationPrefixes = [''] |
| 49 | + |
| 50 | + # arrange subplots vertically? |
| 51 | + vertical = False |
| 52 | + |
| 53 | +The option ``vertical = True`` can be used to plot 3 panels one above another |
| 54 | +(resulting in a tall, thin image) rather than next to each other, the default |
| 55 | +(resulting in a short, wide image). |
| 56 | + |
| 57 | +For details on the remaining configration options, see: |
| 58 | + * :ref:`config_colormaps` |
| 59 | + * :ref:`config_seasons` |
| 60 | + * :ref:`config_comparison_grids` |
| 61 | + |
| 62 | +Example Result |
| 63 | +-------------- |
| 64 | + |
| 65 | +.. image:: examples/ice_snowiceformation_nh.png |
| 66 | + :width: 720 px |
| 67 | + :align: center |
0 commit comments