-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Description
This involves completing the following work (list may not be complete):
- set the default value of the FUTURE flag
netcdf_no_unlimitedtoTrueiniris.Future. - raise an error iff a user sets a value for this FUTURE flag (that is, raise an error if the flag is set by the user, but don't raise the error when the default behaviour is set up by Iris).
- delete the deprecated behaviour in
iris.fileformats.netcdf.saveandiris.fileformats.netcdf.Saver.write, and raise an exception if a user tries to set the FUTURE flag toFalse. - update tests (including removing tests for the deprecated behaviour that was removed)
- add new tests for the updated behaviour of
iris.fileformats.netcdf.saveandiris.fileformats.netcdf.Saver.write(if necessary – this may have been done already in the previous point) and new tests for the exception raised if the FUTURE flag is set toFalse. - Add a deprecation directive to the description of
netcdf_no_unlimitedin the docstring foriris.Future. - Update all doc examples to use the new behaviour