Skip to content

Commit 97aade1

Browse files
committed
Search for data at CEDA too
1 parent 3113160 commit 97aade1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/fetch_test_data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import pathlib
44
from pathlib import Path
55

6+
import intake_esgf
67
import joblib
78
import pandas as pd
89
import pooch
@@ -605,4 +606,6 @@ def create_sample_data(
605606

606607

607608
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
608611
app()

0 commit comments

Comments
 (0)