exp = ncfile.findVariable("xEdgeLen");
xEdge = exp.readScalarInt();
exp = ncfile.findVariable("yEdgeLen");
yEdge = exp.readScalarInt();
}
public static void stop() throws Exception
////////////////////////////////////////////////////////////////////////
{