Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b3167f8
In progress:
NParsonsMO Oct 13, 2025
9c2103b
TEMP
NParsonsMO Oct 14, 2025
86c5c84
Interim version
NParsonsMO Oct 17, 2025
989bdf7
Merge branch 'main' into 4095-add-observations-to-sea-ice-sensitivity…
NParsonsMO Nov 20, 2025
5836245
printing dictionary
NParsonsMO Nov 21, 2025
72eb211
Trying to fix trends
NParsonsMO Nov 21, 2025
b731cb6
Cross-obs values
NParsonsMO Nov 21, 2025
65ff7a7
fixing keys
NParsonsMO Nov 21, 2025
c6d6335
temp
NParsonsMO Nov 21, 2025
879bf91
adding one plot back in
NParsonsMO Nov 21, 2025
8deb66a
error finding
NParsonsMO Nov 21, 2025
aa1a312
error finding
NParsonsMO Nov 21, 2025
3347c45
error finding
NParsonsMO Nov 21, 2025
f7468da
retry partial replace
NParsonsMO Nov 24, 2025
1658389
error fixing
NParsonsMO Nov 24, 2025
293720d
error with provenance
NParsonsMO Nov 24, 2025
a9a13a6
REMOVING provenance
NParsonsMO Nov 24, 2025
cc4301e
error with provenance
NParsonsMO Nov 24, 2025
1704104
error with provenance
NParsonsMO Nov 24, 2025
7fc87d2
error with provenance
NParsonsMO Nov 24, 2025
2f1df1b
nope, error was incorrect indentation
NParsonsMO Nov 24, 2025
2be7b27
revert to less good plt for colourbar
NParsonsMO Nov 24, 2025
106c8d5
add in obs
NParsonsMO Nov 24, 2025
aa74676
looking for comparability to paper
NParsonsMO Nov 24, 2025
76c116a
pre-commit changes
NParsonsMO Nov 24, 2025
168bb07
Merge branch 'main' into 4095-add-observations-to-sea-ice-sensitivity…
NParsonsMO Nov 24, 2025
445c3fd
Missing line break in caption.
NParsonsMO Nov 27, 2025
79b2389
Merge remote-tracking branch 'origin/4095-add-observations-to-sea-ice…
NParsonsMO Nov 27, 2025
578ffe6
typo in docstring
NParsonsMO Nov 28, 2025
85b836e
Merge branch 'main' into 4095-add-observations-to-sea-ice-sensitivity…
NParsonsMO Apr 2, 2026
ae93299
Changing hatching criterion
NParsonsMO Apr 20, 2026
b596865
Merge branch 'main' into 4095-add-observations-to-sea-ice-sensitivity…
NParsonsMO Apr 20, 2026
2d9dfe5
Comments
NParsonsMO Apr 20, 2026
e2fe0d7
Renames and keys
NParsonsMO Apr 20, 2026
6c3c33e
Rewrite as list
NParsonsMO Apr 20, 2026
04130dd
More Codacy stuff
NParsonsMO Apr 20, 2026
94302c4
Ensure same p value threshold
NParsonsMO Apr 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/sphinx/source/recipes/recipe_seaice_sensitivity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ plausible 1.28 million km2 K-1

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.

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`.
The colour of each point is determined by the Pearson correlation coefficient between the two variables, and the hatching indicates that the sea ice area trend has a ``p_value`` greater than 0.05, both calculated using :func:`scipy.stats.linregress`.
Loading