Here's one idea (borrowed from ua-snap/data-api#653):
The downscaling process complicates things a bit since we're using DTR to derive tasmin from tasmax after bias-adjustment, but even while doing so, the per-model relationship between tasmax and tasmin is preserved. My intuition is to use a similar approach to derive per-model tas by calculating the distance between tasmax and tas from the CMIP6 source data, and then subtracting that distance from tasmax after bias-adjustment to derive tas.
We'll need to think this through as a group when it comes time to downscale the next batch of variables.
Here's one idea (borrowed from ua-snap/data-api#653):
We'll need to think this through as a group when it comes time to downscale the next batch of variables.