Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
 
 
 
 
 
 

15 lines
343 B

netcdf tst_brecs {
dimensions:
time = UNLIMITED ; // (20 currently)
variables:
byte b1(time) ;
byte b2(time) ;
byte b3(time) ;
data:
b1 = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;
b2 = 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ;
b3 = 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 ;
}