Nick Savage

Results 12 issues of Nick Savage

## ✨ Feature Request iris.analysis.cartography.area_weights should work for cubes on a Lambert Conformal Grid ## Motivation at the current time, the iris.analysis.cartography.area_weights function only supports spherical geometries (regular lat/lon and...

Feature: ESMValTool
Dragon 🐉

## 🐛 Bug Report Rotated pole data with grid_north_pole_longitude=0 and a grid_north_pole_latitude=90 do not plot correctly ## How To Reproduce Steps to reproduce the behaviour: 1. load the file at...

Type: Bug

when loading grib 1 data from an ensemble the loader does not add a realization dimension based on the perturbationNumber This is done for Grib 2 data. Unfortunately, at least...

``` z_targ = np.array([0.0, 1.0, 2.0, 3.0, 4.0]) z_source = np.array([0., 0.5, 1.5, 2.5, 3.5, 4.5]) data_source = z_source.copy() out = stratify.interpolate(z_targ, z_source, data_source) print(out) # now flip data to...

Type: Enhancement

For #3741. This code now is able to read the sample LBC files with a 360 day calendar. I am now using this pull request to run the standard tests...

the location of data to be stored, and the way to obtain it will vary depending on the plaform being used (VDI, AWS, WSL2) and so we need to allow...

add small updates to pyprecis environment to pick up latest version of libwebp-base created by: 1. conda activate pyprecis-environment 2. conda install --no-deps -c conda-forge -y libwebp-base>=1.3.2 3. conda env...

When setting up the new AFR-22 notebooks, a number of issues/potential improvements to the core EAS-22 notebooks have been identified ## errors - [x] Inconsistent location for location of data...

Add an extra worksheet in which changes in temperature and precipitation are presented in summary form as box plots Steps: 1. select homogenouse regions 2. calculate the changes in the...

In the scitools courses e.g. https://github.com/SciTools/courses/blob/master/course_content/iris_course/1.The_Iris_Cube.ipynb the approach is to put each example in it's own file, and then include a way to load it inside the relevant worksheet using:...