I want to draw the flow, but when I chose the flow renderer, vapor threw an error.
Error performing paint event
Update deltaT failed!
One of the selected volume dimension is zero!
It seems that this error is because my file only has one moment. Then I montage the files with different time using CDO, while the file can’t be imported.
The error is
Failure to open data set of type “cf”
Failed to get time coordinates
Failed to initialize derived coord variable
Can’t read time variable
Invalid time step: 1
I have carefully read the instructions for netCDF-CF and checked the difference of metadata between single file and combined file, still don’t identify what went wrong.
Is there anybody here who has met this error and perhaps knows a fix to the issue?
There is probably not enough precision internally to represent changes of 1/100th of a second. Can you try changing your time unit from “hours since 2001-01-01 00:00:00” to “hours” and only use the digits to the right of the decimal point. E.g.
In fact, the time resolution of my file is second. I just experiment with the above data. Therefore, I have changed the time unit to “second since 2016-01-01 00:00:00”.
Now the time = 15060000, 15060060, 15060120, 15060180, 15060240
But it still reports the same error.
This is the new file, uvw_2016-06-23_07_20_24.nc - Google Drive