netcdf-c/ncgen/ncf199.cdl

14 lines
165 B
Plaintext
Raw Normal View History

2012-11-01 04:07:11 +08:00
netcdf ncf199 {
dimensions:
F1 = 3 ;
R1 = UNLIMITED ; // (2 currently)
2012-11-01 04:07:11 +08:00
variables:
int fr(F1,R1);
data:
fr =
{1,2},
{3,4},
{5,6} ;
2012-11-01 04:07:11 +08:00
}