mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
netcdf ncf199 {
|
|
dimensions:
|
|
F1 = 3 ;
|
|
R1 = UNLIMITED ; // (2 currently)
|
|
variables:
|
|
int fr(F1,R1);
|
|
data:
|
|
|
|
fr =
|
|
{1,2},
|
|
{3,4},
|
|
{5,6} ;
|
|
}
|