mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
netcdf test {
|
|
dimensions:
|
|
x = 10 ;
|
|
variables:
|
|
double OneD(x) ;
|
|
data:
|
|
|
|
OneD = 1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
|
|
0.999200106660978, 0.998750260394966, 0.998200539935204,
|
|
0.99755100025328, 0.996801706302619, 0.995952733011994 ;
|
|
}
|