This issue accompanies a pull request for several CMIP6 dataset fixes. It adds fixes for the following:
Fixes issue with different bounds_dtype and lat and lon bounds in CESM2 and NorESM2-LM:
#576
Fixes missing latitude and longitude bounds in tos and siconc in FGOALS-g3:
#614
Fixes high latitude and longitude values causing code to hang in FGOALS-g3:
#627
Applies this fix developed for tos to siconc in BCC-CSM2-MR:
#560
Adds missing typesi for siconc in GFDL-ESM4 and CESM2:
#590
#576
I am submitting a pull request for these fixes so I can publish esmvaltool recipes which run with these data, and so others don't get stuck on these files.. I'm relatively new to python and esmvalcore development, so please go ahead and suggest changes to the code as needed.
Thanks!
This issue accompanies a pull request for several CMIP6 dataset fixes. It adds fixes for the following:
Fixes issue with different
bounds_dtypeand lat and lon bounds in CESM2 and NorESM2-LM:#576
Fixes missing latitude and longitude bounds in
tosandsiconcin FGOALS-g3:#614
Fixes high latitude and longitude values causing code to hang in FGOALS-g3:
#627
Applies this fix developed for
tostosiconcin BCC-CSM2-MR:#560
Adds missing
typesiforsiconcin GFDL-ESM4 and CESM2:#590
#576
I am submitting a pull request for these fixes so I can publish esmvaltool recipes which run with these data, and so others don't get stuck on these files.. I'm relatively new to python and esmvalcore development, so please go ahead and suggest changes to the code as needed.
Thanks!