Skip to content

Commit

Permalink
Move loading and combine code into their own submodules. (#6321)
Browse files Browse the repository at this point in the history
* Move loading and combine code into their own submodules.

* Move iris.loading imports to top of iris main module.
  • Loading branch information
pp-mo authored Feb 21, 2025
1 parent e30e623 commit 27c3814
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 606 deletions.
7 changes: 4 additions & 3 deletions docs/src/further_topics/controlling_merge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ demonstration, we will revert back to this legacy loading behaviour as follows:
>>> iris.LOAD_POLICY.set("legacy")

.. note::
The default settings for :data:`iris.LOAD_POLICY` effectively implements some version of the following demonstration
automatically upon loading. It may still be worth being aware of how to handle this manually if an even finer degree
of control is required.
Since Iris v3.11, the default settings for :data:`iris.LOAD_POLICY` effectively
implements some version of the following demonstration **automatically** upon
loading. It may still be worth being aware of how to handle this manually, if an
even finer degree of control is required.

How to Merge Cubes When Coordinates Differ
------------------------------------------
Expand Down
Loading

0 comments on commit 27c3814

Please sign in to comment.