Method: NumRu::VArrayNetCDF.shuffle=
- Defined in:
- lib/numru/gphys/varraynetcdf.rb
.shuffle=(t_or_f) ⇒ Object
Use the shuffle filter for integer variables. Effective only when deflation_level is non-nil.
200 201 202 |
# File 'lib/numru/gphys/varraynetcdf.rb', line 200 def shuffle=(t_or_f) @@shuffle = t_or_f end |