netcdf testd1s {
dimensions:
	dim1 = 10000 ;
variables:
	int var1(dim1) ;
		var1:_Storage = "chunked" ;
		var1:_ChunkSizes = 10000 ;
		var1:_DeflateLevel = 1 ;
		var1:_Shuffle = "true" ;
		var1:_Endianness = "little" ;

// global attributes:
		:_Format = "netCDF-4 classic model" ;
}