Closed naught101 closed 5 years ago
Do you mean the z-dimension? I think that was added because CABLE uses the extra z-dim for air temperature and a couple of other variables (air pressure?). It should always be set to 1. It is somewhat redundant so can be removed from the package.
I guess it should be optional, but either way, the QC flag dimensions should match the variable dimensions. I'm not likely to find time to deal with this any time soon, as I can work around it fairly easily right now.
Fixed. Some variables left as 3D following previous PLUMBER experiment
Here's some output form FluxnetLSM
The Tair_qc flag has different dimensions to the Tair variable. I don't know how I've managed to avoid noticing thing until now, but some of my existing code just started not working after upgrading xarray, and I think the previous version was flattening dimensions on the array that is now not working..