diff --git a/.bumpversion.toml b/.bumpversion.toml index 789dc041..c091954c 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.6.1" +current_version = "0.6.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bf2fe3..cbe86906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,13 +23,18 @@ from the examples given in that link. ## ref-sample-data 0.6.1 (2025-05-18) -No significant changes. +### Features + +- Add burntFractionAll ([#40](https://github.com/CMIP-REF/ref-sample-data/pulls/40)) ## ref-sample-data 0.6.0 (2025-05-16) -No significant changes. +### Features +- Update the obs4REF archive ([#34](https://github.com/CMIP-REF/ref-sample-data/pulls/34)) +- select a longer time span for nbp ([#35](https://github.com/CMIP-REF/ref-sample-data/pulls/35)) +- Added sample data for ESMValTool ENSO diagnostics. ([#37](https://github.com/CMIP-REF/ref-sample-data/pulls/37)) ## ref-sample-data 0.5.2 (2025-05-09) diff --git a/changelog/34.feat.md b/changelog/34.feat.md deleted file mode 100644 index af152575..00000000 --- a/changelog/34.feat.md +++ /dev/null @@ -1 +0,0 @@ -Update the obs4REF archive diff --git a/changelog/35.feat.md b/changelog/35.feat.md deleted file mode 100644 index 8594bc60..00000000 --- a/changelog/35.feat.md +++ /dev/null @@ -1 +0,0 @@ -select a longer time span for nbp diff --git a/changelog/37.feat.md b/changelog/37.feat.md deleted file mode 100644 index d8624776..00000000 --- a/changelog/37.feat.md +++ /dev/null @@ -1 +0,0 @@ -Added sample data for ESMValTool ENSO diagnostics. diff --git a/changelog/40.feat.md b/changelog/40.feat.md deleted file mode 100644 index 46e7bb4b..00000000 --- a/changelog/40.feat.md +++ /dev/null @@ -1 +0,0 @@ -Add snc and burntFractionAll diff --git a/changelog/41.feature.md b/changelog/41.feature.md new file mode 100644 index 00000000..9ad28d30 --- /dev/null +++ b/changelog/41.feature.md @@ -0,0 +1 @@ +Add snc from CESM2 diff --git a/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonAnt/snc/gn/v20190308/snc_ImonAnt_CESM2_historical_r1i1p1f1_gn_200001-201412.nc b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonAnt/snc/gn/v20190308/snc_ImonAnt_CESM2_historical_r1i1p1f1_gn_200001-201412.nc new file mode 100644 index 00000000..ffb47963 Binary files /dev/null and b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonAnt/snc/gn/v20190308/snc_ImonAnt_CESM2_historical_r1i1p1f1_gn_200001-201412.nc differ diff --git a/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonGre/snc/gn/v20190308/snc_ImonGre_CESM2_historical_r1i1p1f1_gn_200001-201412.nc b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonGre/snc/gn/v20190308/snc_ImonGre_CESM2_historical_r1i1p1f1_gn_200001-201412.nc new file mode 100644 index 00000000..5f7b8d7e Binary files /dev/null and b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonGre/snc/gn/v20190308/snc_ImonGre_CESM2_historical_r1i1p1f1_gn_200001-201412.nc differ diff --git a/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/LImon/snc/gn/v20190308/snc_LImon_CESM2_historical_r1i1p1f1_gn_200001-201412.nc b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/LImon/snc/gn/v20190308/snc_LImon_CESM2_historical_r1i1p1f1_gn_200001-201412.nc new file mode 100644 index 00000000..a83a4058 Binary files /dev/null and b/data/CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/LImon/snc/gn/v20190308/snc_LImon_CESM2_historical_r1i1p1f1_gn_200001-201412.nc differ diff --git a/pixi.lock b/pixi.lock index ecc7370c..2866d170 100644 --- a/pixi.lock +++ b/pixi.lock @@ -8351,8 +8351,8 @@ packages: timestamp: 1740379663071 - pypi: . name: ref-sample-data - version: 0.6.1 - sha256: 8d1a55bf766748da01ea07c1d3b46fcfffb0c651360b350b03ce45d7fd24d4e1 + version: 0.6.2 + sha256: 5fc1d7afd6c8f53bfbc4aa32efce8bb17ec02d2a6637f00cd6679fa579231397 requires_python: '>=3.10' editable: true - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda diff --git a/pyproject.toml b/pyproject.toml index a74c3f13..b5f51c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ref-sample-data" -version = "0.6.1" +version = "0.6.2" description = "CMIP Rapid Evaluation Framework Sample Data" readme = "README.md" authors = [ diff --git a/registry.txt b/registry.txt index 982037fc..877bb9cb 100644 --- a/registry.txt +++ b/registry.txt @@ -53,6 +53,9 @@ CMIP6/CMIP/MPI-M/MPI-ESM1-2-LR/esm-piControl/r1i1p1f1/Amon/tas/gn/v20190815/tas_ CMIP6/CMIP/MPI-M/MPI-ESM1-2-LR/esm-piControl/r1i1p1f1/Amon/tas/gn/v20190815/tas_Amon_MPI-ESM1-2-LR_esm-piControl_r1i1p1f1_gn_189001-190912.nc ae9193e06aec8a7f63f2f7ec63fec9d25b2c1dc5de2bbe7065428c722090f45c CMIP6/CMIP/MPI-M/MPI-ESM1-2-LR/esm-piControl/r1i1p1f1/Amon/tas/gn/v20190815/tas_Amon_MPI-ESM1-2-LR_esm-piControl_r1i1p1f1_gn_191001-191512.nc 2113b7d4a781c7c28de55b0ffe99c42b49692d113f5109e7a4d0214211a9eb1c CMIP6/CMIP/MPI-M/MPI-ESM1-2-LR/esm-piControl/r1i1p1f1/fx/areacella/gn/v20190815/areacella_fx_MPI-ESM1-2-LR_esm-piControl_r1i1p1f1_gn.nc 2f5595635a566d5b4a889468f687aabf99ca5cdadb11f6a770d05d09775bfabb +CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonAnt/snc/gn/v20190308/snc_ImonAnt_CESM2_historical_r1i1p1f1_gn_200001-201412.nc 5a88cd5ed6ed33f9b24fd4bf942b5e427cb3512584a38030b07feb158c7a78c2 +CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/ImonGre/snc/gn/v20190308/snc_ImonGre_CESM2_historical_r1i1p1f1_gn_200001-201412.nc 5f6b6ccb2450eeeebc3b24d3d76cf306894094efa2f6ee53403be89595f4455c +CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/LImon/snc/gn/v20190308/snc_LImon_CESM2_historical_r1i1p1f1_gn_200001-201412.nc 27005c5952a981c27c17ad8d169d01c852e2daee3236adf1e170b6b96aafcfff CMIP6/CMIP/NCAR/CESM2/historical/r1i1p1f1/Lmon/burntFractionAll/gn/v20190308/burntFractionAll_Lmon_CESM2_historical_r1i1p1f1_gn_200001-201412.nc 61fbd29b05a5bdfa11001265c3960b5147e641148eff2a55cc027aa56db7263c CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/hist-GHG/r1i1p1f1/Amon/psl/gn/v20200615/psl_Amon_ACCESS-ESM1-5_hist-GHG_r1i1p1f1_gn_200001-202012.nc 5fed6b48717fcf508e8b5936be304db0346362c2182c5d13a141afe7c982021a CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/hist-GHG/r1i1p1f1/Amon/ts/gn/v20200615/ts_Amon_ACCESS-ESM1-5_hist-GHG_r1i1p1f1_gn_200001-202012.nc aa98fa93ef29ea266a94d87876b4ae08917caf77e38c5df1eae1ec98a5f559cb diff --git a/scripts/fetch_test_data.py b/scripts/fetch_test_data.py index 82445148..79955d0e 100755 --- a/scripts/fetch_test_data.py +++ b/scripts/fetch_test_data.py @@ -250,18 +250,18 @@ def process_sample_data_request( facets=dict( source_id="ACCESS-ESM1-5", frequency=["fx", "mon"], - variable_id=["areacella", "sftlf", "gpp", "pr", "tas", "mrro", "mrsos", "cSoil", "lai", "snc"], + variable_id=["areacella", "sftlf", "gpp", "pr", "tas", "mrro", "mrsos", "cSoil", "lai"], experiment_id=["historical"], ), remove_ensembles=True, time_span=("2000", "2025"), ), - # ILAMB data, but a model that has a fire model + # ILAMB data, but a model that has a fire and snow model CMIP6Request( facets=dict( source_id="CESM2", frequency=["mon"], - variable_id=["burntFractionAll"], + variable_id=["areacella", "burntFractionAll", "snc"], experiment_id=["historical"], ), remove_ensembles=True,