Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Export comment for each time step to NetCDF, default false

 includeFlags 

Export flag for each time step to NetCDF, default false

 includeTSProperties

Export time series properties for each time step to NetCDF, default false

 tryCompactingNetCDFData

Depending on the difference between the minimum and maximum and the value resolution of a netcdf variable, try to use smaller sized integer variables like short or byte to compact the data. A scale factor and offset will be used to fit the data in the smaller sized variable and will added to the netCDF variable as attributes. All standard netCDF viewers will take these attributes into account automatically, but other tools and especially scripts might not. This property will be false by default.

...