mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
|
netcdf testmap {
|
||
|
|
||
|
group: _nczarr {
|
||
|
dimensions:
|
||
|
data_dim = UNLIMITED ; // (0 currently)
|
||
|
variables:
|
||
|
ubyte data(data_dim) ;
|
||
|
data:
|
||
|
} // group _nczarr
|
||
|
}
|