NOAA-GFDL / NDSL

NOAA NASA Domain Specific Language middleware layer
6 stars 8 forks source link

Serialbox tool: fix type mismatch #61

Closed FlorianDeconinck closed 1 month ago

FlorianDeconinck commented 1 month ago

Description The tool to bring Serialbox raw data to netCDF was creating np.float64 for all fields and scalars. This fix make sure the netCDF reflects the Fortran type as saved

How Has This Been Tested? Local generation of dataset at f32 and f64 precision.

Checklist: