mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
11 lines
100 B
Plaintext
11 lines
100 B
Plaintext
|
netcdf test_one_vararray.nc {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
|
||
|
data:
|
||
|
|
||
|
t = 17, 37 ;
|
||
|
}
|