mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
netcdf test {
|
|
dimensions:
|
|
b_0 = 5 ;
|
|
variables:
|
|
byte b(b_0) ;
|
|
data:
|
|
|
|
b = 1, 3, 5, 7, 9 ;
|
|
}
|