Before combining xarray Datasets, ideally there is a check to test if all elements are unique. But then we must define what makes an FA file (in experimental setup) unique.
Ideally, we can let the user define this, but by default we can define the unique dimensions as :
- validate (required by climate and nwp applications)
- basedate (required by nwp applications)
- member (required by ensemble applications)
Am i missing something?
Before combining xarray Datasets, ideally there is a check to test if all elements are unique. But then we must define what makes an FA file (in experimental setup) unique.
Ideally, we can let the user define this, but by default we can define the unique dimensions as :
Am i missing something?