Method: NumRu::VArrayNetCDF.deflation_level
- Defined in:
- lib/numru/gphys/varraynetcdf.rb
.deflation_level ⇒ Object
Must be an integer from 0 to 9 (usually 1 is good). Use 0 to use only the shuffle filter.
183 184 185 |
# File 'lib/numru/gphys/varraynetcdf.rb', line 183 def deflation_level @@deflation_level end |