Changes between Initial Version and Version 1 of Ticket #316, comment 21
- Timestamp:
- Mar 8, 2022, 4:25:36 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #316, comment 21
initial v1 1 1 As Ignacio said, he did not find negative values in the binary output. It is strange that you found these negative values - they should not be there and my understanding is that netCDF uses a lossless compression algorithm, thus one would not expect that. Maybe you want to make available one netCDF output file as well for independent check? 2 2 3 As for your work, if you want to be on the safe side, you could use the binary output (there are various codes available for reading it). Otherwise, of the negative values are insignificant, you may choose to ignore them (setting to zero). Keep an eye on whether there are also spurious positive values (very small positive values where zero would be expected).3 As for your work, if you want to be on the safe side, you could use the binary output (there are various codes available for reading it). Otherwise, if the negative values are insignificant, you may choose to ignore them (setting to zero). Keep an eye on whether there are also spurious positive values (very small positive values where zero would be expected).