netcdf-c/ncdump/cdl4/ref_tst_unlim2.cdl

13 lines
180 B
Plaintext
Raw Normal View History

netcdf y {
dimensions:
Dr = UNLIMITED ; // (2 currently)
D1 = 1 ;
D2 = 2 ;
D3 = 3 ;
U=unlimited;
variables:
char cuu(Dr,D2,U);
data:
cuu = {{"a","def"}}, {{"xy"}};
}