Module IO
Parallel acces to netCDF files
  One netCDF dimension is defined for splitting the data among 
  processors such that each processor is responsible for one slice of the 
  file along that dimension.
  Since netCDF files can be very big, the distribution algorithm gives 
  priority to memory efficiency over CPU time efficiency. The processor 
  that handles the file treats only one slice per superstep, which means 
  that at no time more than one slice must be stored in any processor.
    |  | ParInvalid = <Scientific.BSP.core._ParInvalid object at 0x15f6... | 
    |  | ParNetCDFFile = <Scientific.BSP.ParClass object at 0x1613030> | 
    |  | ParNetCDFVariable = <Scientific.BSP.ParClass object at 0x1609d30> | 
| ParInvalid
   
    Value:| 
<Scientific.BSP.core._ParInvalid object at 0x15f6a30>
 | 
 |