- To: netcdf-java@xxxxxxxxxxxxxxxx
- Subject: [netcdf-java] adding new variable to existing netcdf file ...
- From: "[BE] Ufuk Utku Turuncoglu" <turuncu@xxxxxxxxxxxxx>
- Date: Wed, 09 Jan 2008 15:22:27 +0200
Hi,I try to and new variable to an existing netcdf file. I open the file using,
ncfile = NetcdfFileWritable.openExisting(....)method, but when i adding variable with "ncfile.addVariable(....)", it gives me "not in define mode" error. How can i solve the problem. Is there any other method? Any suggestions will be helpful.
Best wishes, --ufuk
- Follow-Ups:
- Re: [netcdf-java] adding new variable to existing netcdf file ...
- From: John Caron
- Re: [netcdf-java] adding new variable to existing netcdf file ...