> >To: address@hidden > >From: James Wiley <> > >Subject: Java NetcdfFile.add > >Organization: Univ. of Texas at Austin > >Keywords: 199912021646.JAA13367 > > How do I construct an Accessor variable for the second argument in > NetcdfFile.add? Hi James: I beileve you must use the NetcdfFile method protected Accessor ioFactory(ProtoVariable proto); which implies you are subclassing NetcdfFile, so you must be creating a diferent kind of netcdf file? I am interested in what purposes you might do that?