We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3113160 commit 97aade1Copy full SHA for 97aade1
scripts/fetch_test_data.py
@@ -3,6 +3,7 @@
3
import pathlib
4
from pathlib import Path
5
6
+import intake_esgf
7
import joblib
8
import pandas as pd
9
import pooch
@@ -605,4 +606,6 @@ def create_sample_data(
605
606
607
608
if __name__ == "__main__":
609
+ # Enable ESGF CEDA Solr index to find obs4MIPs dataset C3S-GTO-ECV-9-0
610
+ intake_esgf.conf["solr_indices"]["esgf.ceda.ac.uk"] = True
611
app()
0 commit comments