Open ledm opened 3 years ago
Since this seems to touch many different topics and datasets, which likely will translate to a number of different issues, I suggest focusing on the discussion at ESMValGroup/ESMValTool#2308 for now.
yeah this issue is good to have once we've reduced the above list to the models that have wonky data/metadata ie when we've implemented all the tricks that take care of fx-related issues in our code :+1:
I generated a recipe that looks at every
tos
(Temperature at the ocean surface) dataset in the historical and Tier1 SSP datasets. Pretty much every model in CMIP6 has provided this dataset.Elsewhere in the the recipe, I take a spatial average using
area_statistics
preprocessor,operator: mean
, which of course, requires theareacello
Ofx dataset.The preprocessor is:
(which requires https://github.com/ESMValGroup/ESMValCore/pull/1082).
I've been working through these and a handful of models just need some minor fixes. These models needs the
fix_ocean_depth_coord
on all Omon data.However, some models simply need to be excluded at the moment. The following models can not be used for the reason supplied:
I already wrote this as a discussion here, but @valeriupredoi suggested creating an issue as well: https://github.com/ESMValGroup/ESMValTool/discussions/2308
I have a feeling that some of this could be fixed, but others are fairly intractable at the moment. Happy to be proven wrong.