Open jhardenberg opened 4 years ago
The missing bounds are a clear data error and should be addressed by fix files or better yet by the modelers. I'll have a look at the non-contiguous bounds.
For FGOALS-f3-L the latitude bounds are a bit odd. Here an excerpt:
[ -3.9, -3.1],
[ -2.9, -2.1],
[ -1.9, -1.1],
[ -0.9, -0.1],
[ 0.1, 0.9],
[ 1.1, 1.9],
[ 2.1, 2.9],
In other words they claim a gap of ~.2 degrees between latitude bands. I think this is also a data error.
Hence, I suggest to close this issue in favor of data error issues.
The recently merged PR #166 (guesses missing bounds automatically) solves this issue for most models which I listed, except for FGOALS-f3-L, which indeed does have bounds, but wrong ones. I prepared a working fix
@jhardenberg can you please open a PR with this fix?
Note to self: convert Jost's branch to PR.
Attempting to regrid the following CMIP6 datasets (Amon) (for example in the quantilebias recipe) using the area_weighted scheme
fails with
This occurs only with the "area_weighted scheme", not with "linear_extrapolate". All other CMIP6 datasets behave fine instead.
In fact, all these datasets are either missing coordinate bounds or have non-contiguous bounds (FGOALS-f3-L)