We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bfafd commit 3bd7e4aCopy full SHA for 3bd7e4a
1 file changed
scripts/fetch_test_data.py
@@ -131,7 +131,7 @@ def process_sample_data_request(
131
132
133
DATASETS_TO_FETCH = [
134
- # # Example metric data
+ # Example metric data
135
CMIP6Request(
136
facets=dict(
137
source_id="ACCESS-ESM1-5",
@@ -175,12 +175,13 @@ def process_sample_data_request(
175
remove_ensembles=True,
176
time_span=("0101", "0125"),
177
),
178
- # ESMValTool ENSO basic climatology data
+ # ESMValTool ENSO data
179
180
181
182
- frequency=["mon"],
+ frequency=["fx", "mon"],
183
variable_id=[
184
+ "areacello",
185
"pr",
186
"tos",
187
"tauu",
0 commit comments