latVar.addAttribute( new Attribute("units", "degrees_north"));
projVar = latVar;
String projName = ds.findAttValueIgnoreCase(projVar, "projectionType", null);
if (projName.equals("LAMBERT_CONFORMAL")) {
Projection proj = makeLCProjection( ds);
makeXYcoords( ds, proj, latVar, lonVar);
}
// figure out the time coordinate for each data variable
// LOOK : always seperate; could try to discover if they are the same