Difference between revisions of "CodeBreak"

(Created page with " This page lists the summaries for each Code Break session we had. === 1/9/2021 === *How to organise plotting large numbers of plots from heterogenous...")
 
Line 3: Line 3:
  
 
=== [[CodeBreak_1/9/2021|1/9/2021]] ===
 
=== [[CodeBreak_1/9/2021|1/9/2021]] ===
 +
<ul style="margin-top:0;margin-bottom:0;padding-inline-start:48px;">
 +
<li>How to organise plotting large numbers of plots from heterogenous models in python</li>
 +
<li>Layout of subplots with matplotlib in python</li>
 +
<li>Fast percentile calculation in python</li>
 +
</ul>
  
*How to organise plotting large numbers of plots from heterogenous models in python
+
=== [[CodeBreak_1/9/2021|15/9/2021]] ===
*Layout of subplots with matplotlib in python  
+
<ul style="margin-top:0;margin-bottom:0;padding-inline-start:48px;">
*Fast percentile calculation in python
+
<li>How to analyse data weekly and creating weekly climatology</li>
 +
<li>Curl calculations</li>
 +
<li>Weighted function in xarray</li>
 +
<li>How to organise calculations dynamically with python data structure (dict) e.g. looping over seasons</li>
 +
</ul>

Revision as of 19:24, 21 September 2021

This page lists the summaries for each Code Break session we had.

1/9/2021

  • How to organise plotting large numbers of plots from heterogenous models in python
  • Layout of subplots with matplotlib in python
  • Fast percentile calculation in python

15/9/2021

  • How to analyse data weekly and creating weekly climatology
  • Curl calculations
  • Weighted function in xarray
  • How to organise calculations dynamically with python data structure (dict) e.g. looping over seasons