Difference between revisions of "CodeBreak"
Line 9: | Line 9: | ||
</ul> | </ul> | ||
+ | | ||
=== [[CodeBreak_15/9/2021|15/9/2021]] === | === [[CodeBreak_15/9/2021|15/9/2021]] === | ||
Line 18: | Line 19: | ||
</ul> | </ul> | ||
+ | | ||
=== [[CodeBreak_29/9/2021|29/9/2021]] === | === [[CodeBreak_29/9/2021|29/9/2021]] === | ||
<ul style="margin-top:0;margin-bottom:0;padding-inline-start:48px;"> | <ul style="margin-top:0;margin-bottom:0;padding-inline-start:48px;"> | ||
− | <li> | + | <li>What to do when variables have coordinates that are not quite equal.</li> |
− | + | <li>Calculate daily means of ERA5 pressure-level data</li> | |
− | <li> ERA5 | + | <li>Conversion of UM outputs between pressure and model levels</li> |
− | <li> Conversion between | + | <li>Writing a Xarray DataArray sub-class</li> |
− | <li> | + | <li>Incompatible datetime and cftime error</li> |
− | <li> | + | <li>Reprojecting data from metres to lat/lon in python</li> |
− | <li> | ||
</ul> | </ul> |
Revision as of 15:46, 6 October 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
29/9/2021
- What to do when variables have coordinates that are not quite equal.
- Calculate daily means of ERA5 pressure-level data
- Conversion of UM outputs between pressure and model levels
- Writing a Xarray DataArray sub-class
- Incompatible datetime and cftime error
- Reprojecting data from metres to lat/lon in python