Skip to content

Commit 271c03b

Browse files
committed
Merge branch 'esmvaltool-ozone-data' of github.com:Climate-REF/ref-sample-data into esmvaltool-ozone-data
2 parents f30b7f8 + 97aade1 commit 271c03b

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
@@ -618,4 +619,6 @@ def create_sample_data(
618619

619620

620621
if __name__ == "__main__":
622+
# Enable ESGF CEDA Solr index to find obs4MIPs dataset C3S-GTO-ECV-9-0
623+
intake_esgf.conf["solr_indices"]["esgf.ceda.ac.uk"] = True
621624
app()

0 commit comments

Comments
 (0)