### What maintenance does this project need? Looking at https://github.com/ecmwf/anemoi-utils/blob/develop/tests/test_grids.py and https://github.com/ecmwf/anemoi-utils/blob/develop/src/anemoi/utils/grids.py - [ ] The function `grids()` should be documented. - [ ] And the use of the config should be documented as well. `cat ~/.config/anemoi/settings.toml` ``` [utils] grids_path = "~/path/to/my/npz" ``` - [ ] Support for a list of paths in the config could also be added `cat ~/.config/anemoi/settings.toml` ``` [utils] grids_path = [ "~/path/to/my/directory_1", "~/path/to/my/directory_2", ] ``` ### Organisation _No response_