The following global attributes are considered when selecting a parent dataset:
|
"source_id": "parent_source_id", |
|
"experiment_id": "parent_experiment_id", |
|
"variant_label": "parent_variant_label", |
|
"variable_id": "variable_id", |
|
"grid_label": "grid_label", |
This will likely result in the wrong matches because it is not sufficiently constrained. I would suggest adding frequency, branding_suffix, and region.
The following global attributes are considered when selecting a parent dataset:
climate-ref/packages/climate-ref-core/src/climate_ref_core/constraints.py
Lines 637 to 641 in 9e7c5c0
This will likely result in the wrong matches because it is not sufficiently constrained. I would suggest adding
frequency,branding_suffix, andregion.