-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
VR/DR consistencyProblems with consistency between branded variables (VR) and data request variables.Problems with consistency between branded variables (VR) and data request variables.
Description
Daily and monthly tasmin, tasmax share the same branded names but have different cell methods and dimensions. E.g. for tasmin,
"cmip6_compound_name": [
"Amon.tasmin",
"day.tasmin"
],
"cell_methods": [
"area: mean time: minimum within days time: mean over days",
"area: mean time: minimum"
],
"dimensions": [
"longitude latitude time4 height2m",
"longitude latitude time height2m"
]with branded name tas_tmin-h2m-hxy-u. That is, the label tmin is common to both, but the time processing is different. Similarly for tasmax, with branded name tas_tmax-h2m-hxy-u.
Is a new temporal label needed to distinguish the monthly tasmin/max from the daily ones?
Metadata
Metadata
Assignees
Labels
VR/DR consistencyProblems with consistency between branded variables (VR) and data request variables.Problems with consistency between branded variables (VR) and data request variables.