Skip to content
Snippets Groups Projects
Commit efc6d63e authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Handle invalid time slices in netCDF/CF files

We ran into an issue with some netCDF files in the CF convention where
ParaView was not recognizing the time dimension. The problem was not so
much that the reader did not identify the dimension as time, but that
the time values for the last several steps was 0 because there was
garbage written in those time steps. The reader blindly appended those
time values and then gave an invalid time range. ParaView saw the
invalid time range and decided the data had no time.

To solve this issue, the netCDF reader now identifies time values that
are not in sequence and removes those out of sequence time slices.
parent 5f206e11
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment