mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
|
netcdf tmp_xarray {
|
||
|
dimensions:
|
||
|
x = 2 ;
|
||
|
y = 5 ;
|
||
|
variables:
|
||
|
int i(x, y) ;
|
||
|
data:
|
||
|
|
||
|
i =
|
||
|
_, _, _, _, _,
|
||
|
_, _, _, _, _ ;
|
||
|
}
|