diff --git a/create_filtered_catalog.py b/create_filtered_catalog.py index 789843c..7a59f77 100644 --- a/create_filtered_catalog.py +++ b/create_filtered_catalog.py @@ -11,7 +11,7 @@ catalog_url = "https://cmip6.storage.googleapis.com/pangeo-cmip6.csv" node_urls = [ "https://esgf-node.llnl.gov/esg-search/search", -"https://esgf-data.dkrz.de/esg-search/search", +# "https://esgf-data.dkrz.de/esg-search/search", "https://esgf-index1.ceda.ac.uk/esg-search/search", "https://esgf-node.ipsl.upmc.fr/esg-search/search", ] @@ -19,7 +19,6 @@ params = { "type": "Dataset", "mip_era": "CMIP6", - "replica": "false", "distrib": "true", "retracted": "true", "format": "application/solr+json",