Skip to content

Add single- and half- (?) precision float subgrid types #119

@cschwan

Description

@cschwan

Currently we store the full double-precision information in subgrids, but this is more precision than we need; the interpolation error is typically sub-per mille, meaning that we get four to five correct digits. This means we should be able to store all numerical data with single-precision floats (f32), and maybe we can even get away with half-precision floats (f16).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions