From b0f9aac673c149cef0825b4080e64ab073731285 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 11 Apr 2023 14:47:45 +0200 Subject: [PATCH 1/2] Add config file for older versions --- files/esgf-pyclient.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/esgf-pyclient.yml diff --git a/files/esgf-pyclient.yml b/files/esgf-pyclient.yml new file mode 100644 index 00000000..ae466bb4 --- /dev/null +++ b/files/esgf-pyclient.yml @@ -0,0 +1,15 @@ +# If you're using ESMValTool 2.4.0 to 2.7.0, you can copy this file to +# ~/.esmvaltool/esgf-pyclient.yml to use the current URL for the CEDA ESGF +# index node. See +# https://docs.esmvaltool.org/projects/ESMValCore/en/v2.7.0/quickstart/configure.html#configuration-file +# for more information on the use of this file. +search_connection: + urls: + - 'https://esgf.ceda.ac.uk/esg-search' + - 'https://esgf-node.llnl.gov/esg-search' + - 'https://esgf-data.dkrz.de/esg-search' + - 'https://esgf-node.ipsl.upmc.fr/esg-search' + - 'https://esg-dn1.nsc.liu.se/esg-search' + - 'https://esgf.nci.org.au/esg-search' + - 'https://esgf.nccs.nasa.gov/esg-search' + - 'https://esgdata.gfdl.noaa.gov/esg-search' From 9929231395b48499a938a30e0955dc4946330507 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 11 Apr 2023 15:04:04 +0200 Subject: [PATCH 2/2] Update versions --- files/esgf-pyclient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/esgf-pyclient.yml b/files/esgf-pyclient.yml index ae466bb4..688d69e8 100644 --- a/files/esgf-pyclient.yml +++ b/files/esgf-pyclient.yml @@ -1,4 +1,4 @@ -# If you're using ESMValTool 2.4.0 to 2.7.0, you can copy this file to +# If you're using ESMValTool 2.6.0 or 2.7.0, you can copy this file to # ~/.esmvaltool/esgf-pyclient.yml to use the current URL for the CEDA ESGF # index node. See # https://docs.esmvaltool.org/projects/ESMValCore/en/v2.7.0/quickstart/configure.html#configuration-file