- To: netcdfgroup@xxxxxxxxxxxxxxxx
- Subject: [netcdfgroup] Problem with default fill values
- From: Håkon Groven <hgroven@xxxxxxxx>
- Date: Mon, 24 Sep 2007 14:24:57 +0200
Hi! I'm using libnetcdf_c++ v 6.2.I have a variable where I wish to set my empty scalar float array to [0], but all I get is [_].
The ncdump result looks like this: my_var = _ ; But I want it to be: my_var = 0 ; I have not altered the default fill. Can anybody give me a hint about how I can du this? Håkon.
