Program: MKLSGRIDGETCOFZ

  mklsgridgetcofz........get compatibility as function of depth/radius
 
  call: [z,cofz,nodecnt]=mklsgridgetcofz(lsopt,mygrid);
 
 
        lsopt: (structure)
                LOCSMITH options structure as returned by MKSLOPT.
        mygrid: (strcutrue array)
                LOCSMITH search grid as returned by MKLSGRIDNEW.
 
  result: z: (numeric array) [km]
             List of depths/radii of all layers in MYGRID.
             For triangular grids, this is a list of layer radii.
             For cartesian grids, this is a list of layer depths below
             surface.
 
          cofz: (numeric array) [counter]
                Compatibility as function of depth/radius
                This gives the maximum compatibility of nodes with data for
                each layer, i.e. the maximum compatibility value of each
                layer.
                cofz(i) is the compatibility at depth/radius z(i).
                COFZ means "Compatibility as function OF Z".
 
          nodecnt: (numeric array) [counter]
                number of nodes at depth/radius z(i)
 
  Martin Knapmeyer, 27.06.2005

Read M-File Source Code


eof.