You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx/source/recipes/recipe_seaice_sensitivity.rst
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,15 @@ Only one ensemble member is used for each model.
57
57
58
58
All, some or no datasets may be labelled in the plots, using ``label_dataset: True`` in the recipe settings.
59
59
60
+
.. note::
61
+
62
+
**The same time range must be used for all observational datasets specified.**
63
+
64
+
This is because the linear regression of sea ice area against temperature
65
+
is calculated directly for some values in the plots,
66
+
and so both types of observation must have the same number of data points.
67
+
68
+
60
69
References
61
70
----------
62
71
@@ -71,6 +80,8 @@ Example plots
71
80
:width:8cm
72
81
73
82
Plot of sensitivity of northern hemisphere sea ice area loss (millions of square kilometres) in the month of September to the annual mean global temperature change (K).
83
+
Models are shown on the left in blue, and the relationships between SIA-GMST pairs of observational datasets are shown on the right in orange.
84
+
The shading around the position of each observational pair shows the standard error as computed by :func:`scipy.stats.linregress`.
74
85
75
86
The dashed black line shows the observational mean, the shaded area denotes one one standard deviation of observational uncertainty, as calculated by Notz et al (2020).
76
87
The dotted grey lines reflect Notz et al estimate of a plausible range incorporating both internal variability and observational uncertainty.
@@ -89,4 +100,5 @@ plausible 1.28 million km2 K-1
89
100
90
101
Plot of the trend of annually averaged southern hemisphere sea ice area (millions of square kilometres) over time against the trend of annually and globally averaged air temperature near the surface (degrees Kelvin) over time. The values plotted are 10 times the annual trend, which was calculated using :func:`scipy.stats.linregress`, for consistency with the decadal values used in the published plot.
91
102
92
-
The colour of each point is determined by the Pearson correlation coefficient between the two variables, and the hatching indicates a ``p_value`` greater than 0.05, both calculated using :func:`scipy.stats.linregress`.
103
+
The colour of each point is determined by the Pearson correlation coefficient between the two variables, and the hatching indicates that the trend of sea ice area over time has a ``p_value`` greater than 0.05, both calculated using :func:`scipy.stats.linregress`.
104
+
Models are shown as circles and observational datasets are shown as squares.
0 commit comments