mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
netcdf test {
|
|
dimensions:
|
|
b_0 = 5 ;
|
|
variables:
|
|
ubyte b(b_0) ;
|
|
data:
|
|
|
|
b = 1, 3, 5, 7, 9 ;
|
|
}
|