mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
|
netcdf test_one_vararray.3 {
|
||
|
dimensions:
|
||
|
d2 = 2 ;
|
||
|
variables:
|
||
|
int t(d2) ;
|
||
|
|
||
|
// global attributes:
|
||
|
string :_dap4.ce = "/t[0:1]" ;
|
||
|
data:
|
||
|
|
||
|
t = 17, 37 ;
|
||
|
}
|