mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
|
netcdf test {
|
||
|
dimensions:
|
||
|
types = 5 ;
|
||
|
variables:
|
||
|
float types.f32(types) ;
|
||
|
data:
|
||
|
|
||
|
types.f32 = 0, 0.9999833, 1.999867, 2.99955, 3.998933 ;
|
||
|
}
|