typedef struct
   {
   float lat, lon;
   float dx, dy, dz;
   int nx, ny, nz;
   char *data_type;
   Carpi **carpi;
   }
Cube;