Method: NumRu::VArrayNetCDF#shape
- Defined in:
- lib/numru/gphys/varraynetcdf.rb
#shape ⇒ Object
It is safer not to have the method “shape” to avoid misconfusion of shape_ul0 and shape_current:
289 290 291 |
# File 'lib/numru/gphys/varraynetcdf.rb', line 289 def shape raise "The shape method is not available. Use shape_ul0 or shape_current instead." end |