IAMconsortium / concordia

Apache License 2.0
0 stars 3 forks source link

fix(rescue): Use fixed length string encoding for cdo #58

Closed coroa closed 2 months ago

coroa commented 3 months ago

Fixes #57.

Since CDO is not able to understand variable-length strings yet (which also only were added to the CF conventions in CF 1.9 (September 2021)), we encode the sector variable as fixed length string according to https://docs.xarray.dev/en/stable/user-guide/io.html#string-encoding

gidden commented 2 months ago

Thanks @coroa looks good!