Skip to content

Commit 3f052e9

Browse files
committed
chore: Add sftlf
1 parent b0c4b1c commit 3f052e9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

scripts/fetch_test_data.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,19 @@ def process_sample_data_request(
293293
facets=dict(
294294
source_id="ACCESS-ESM1-5",
295295
frequency=["fx", "mon"],
296-
variable_id=["areacella", "ts", "tauu", "taux", "hfls", "hfss", "rlds", "rlus", "rsds", "rsus"],
296+
variable_id=[
297+
"areacella",
298+
"sftlf",
299+
"ts",
300+
"tauu",
301+
"taux",
302+
"hfls",
303+
"hfss",
304+
"rlds",
305+
"rlus",
306+
"rsds",
307+
"rsus",
308+
],
297309
experiment_id=["historical"],
298310
variant_label=["r1i1p1f1"],
299311
),

0 commit comments

Comments
 (0)