mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
|
netcdf ref_purezarr {
|
||
|
dimensions:
|
||
|
x = 2;
|
||
|
y = 5;
|
||
|
variables:
|
||
|
int i(x,y) ;
|
||
|
}
|