Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi Guys, I'm guessing you are already aware of this bug.Basically the problem is that when using "ngen" to create ntecdf4 files. ( ncgen -k hdf5 )
The maximum value for a dimension is NC_MAX_UINT (2^32-1). See file below I've been experimenting with Regards Henry netcdf sct { dimensions: lat=2; lon=2; big_max_uint=4294967295; //works big_max_flt=4e9; //works//big_max_uint33=8589934591; //big_max_int60=1152921504606846976;
//big_max_int64=9223372036854775807; variables: float wbl_pwr(lat, lon) ; data: wbl_pwr= 2.,3.,4.,5.; }
netcdfgroup
archives: