mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
netcdf synth1 {
|
|
dimensions:
|
|
S1.v1_0 = 3 ;
|
|
variables:
|
|
int S1.v1(S1.v1_0) ;
|
|
S1.v1:a1 = 32 ;
|
|
data:
|
|
|
|
S1.v1 = 132, 232, 332 ;
|
|
}
|