You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, within the process_cubes function, there is the following line that resets the coordinates to int32 in case they are int64:
Overview
In the current implementation, within the
process_cubes
function, there is the following line that resets the coordinates toint32
in case they areint64
:um2nc-standalone/src/um2nc/um2netcdf.py
Lines 595 to 600 in b44e549
I think there are a few issues with this portion:
int64
coordinatesSolution
convert_coordinates_to_32_bit
)if
condition that checks if the netcdf output format specified is not compatible withint64
The text was updated successfully, but these errors were encountered: