Skip to content

Commit 031dae7

Browse files
committed
chore: Add snc
1 parent 04100a2 commit 031dae7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ref-sample-data"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "CMIP Rapid Evaluation Framework Sample Data"
55
readme = "README.md"
66
authors = [

scripts/fetch_test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,12 @@ def process_sample_data_request(
256256
remove_ensembles=True,
257257
time_span=("2000", "2025"),
258258
),
259-
# ILAMB data, but a model that has a fire model
259+
# ILAMB data, but a model that has a fire and snow model
260260
CMIP6Request(
261261
facets=dict(
262262
source_id="CESM2",
263263
frequency=["mon"],
264-
variable_id=["burntFractionAll"],
264+
variable_id=["areacella", "burntFractionAll", "snc"],
265265
experiment_id=["historical"],
266266
),
267267
remove_ensembles=True,

0 commit comments

Comments
 (0)