MetOffice / PyPRECIS

PyPRECIS is the python based training environment for Met Office PRECIS training courses.
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

FutureWarning from Iris whenever cube is loaded #164

Closed JoshuaWiggs closed 1 year ago

JoshuaWiggs commented 1 year ago

Whenever Iris loads a cube it returns the following warning message FutureWarning: Ignoring a datum in netCDF load for consistency with existing behaviour. In a future version of Iris, this datum will be applied. To apply the datum when loading, use the iris.FUTURE.datum_support flag.

Although all the code in the worksheets functions fine, as this is a warning about future changes, it is somewhat unsightly.