@@ -847,28 +847,38 @@ The default settings are:
847847
848848.. code-block :: yaml
849849
850- urls :
851- - ' https://esgf.ceda.ac.uk/esg-search'
852- - ' https://esgf-node.llnl.gov/esg-search'
853- - ' https://esgf-data.dkrz.de/esg-search'
854- - ' https://esgf-node.ipsl.upmc.fr/esg-search'
855- - ' https://esg-dn1.nsc.liu.se/esg-search'
856- - ' https://esgf.nci.org.au/esg-search'
857- - ' https://esgf.nccs.nasa.gov/esg-search'
858- - ' https://esgdata.gfdl.noaa.gov/esg-search'
859- distrib : true
860- timeout : 120 # seconds
861- cache : ' ~/.esmvaltool/cache/pyesgf-search-results'
862- expire_after : 86400 # cache expires after 1 day
863-
864- Note that by default the tool will try the
850+ search_connection :
851+ urls :
852+ - ' https://esgf-node.ornl.gov/esgf-1-5-bridge'
853+ - ' https://esgf.ceda.ac.uk/esg-search'
854+ - ' https://esgf-data.dkrz.de/esg-search'
855+ - ' https://esgf-node.ipsl.upmc.fr/esg-search'
856+ - ' https://esg-dn1.nsc.liu.se/esg-search'
857+ - ' https://esgf.nci.org.au/esg-search'
858+ - ' https://esgf.nccs.nasa.gov/esg-search'
859+ - ' https://esgdata.gfdl.noaa.gov/esg-search'
860+ distrib : true
861+ timeout : 120 # seconds
862+ cache : ' ~/.esmvaltool/cache/pyesgf-search-results'
863+ expire_after : 86400 # cache expires after 1 day
864+
865+ Note that by default the tool will try searching the
865866`ESGF index nodes <https://esgf.llnl.gov/nodes.html >`_
866867in the order provided in the configuration file and use the first one that is
867868online.
868869Some ESGF index nodes may return search results faster than others, so you may
869870be able to speed up the search for files by experimenting with placing different
870871index nodes at the top of the list.
871872
873+ .. warning ::
874+
875+ ESGF is currently
876+ `transitioning to new server technology <https://github.com/ESGF/esgf-roadmap/blob/main/status/README.md >`__
877+ and all of the above indices are expected to go offline except the first one.
878+
879+ Issues with https://esgf-node.ornl.gov/esgf-1-5-bridge can be reported
880+ `here <https://github.com/esgf2-us/esg_fastapi/issues >`__.
881+
872882If you experience errors while searching, it sometimes helps to delete the
873883cached results.
874884
0 commit comments