Open jservonnat opened 4 years ago
I also noticed that check() has bugs. I agree this topic is instrumental Nevertheless, I advocate for upward compatibility : check should be explicitly asked for; we could maybe let the user choose when he wants to activate it, e.g. by a toggle command which would act on all next ds() commands
Did you play on your case with explore() and period=*, such as in this doc example ? `
so=ds(project="CMIP6", model='CNRM', experiment="piControl", realization="r1i1p1f2", table="Omon", variable="so", period="")
so.explore('choices', operation='union') { 'period': [1850-2349], 'model': ['CNRM-ESM2-1', 'CNRM-CM6-1'] .....} `
I will come back later on this issue myself, I just needed to write it somewhere it would not be forgotten. A user had the case of a missing decade in his archive, and ds() did not mention anything. We tried .check() but we had an error that was not related with the hole in the period. And .explore('resolve') did not return any error neither.