netcdf-c/nczarr_test/ref_xarray.cdl

13 lines
125 B
Plaintext
Raw Normal View History

netcdf tmp_xarray {
dimensions:
x = 2 ;
y = 5 ;
variables:
int i(x, y) ;
data:
i =
_, _, _, _, _,
_, _, _, _, _ ;
}