netcdf-c/ncdap_test/expected4/test.06a.dmp
2010-06-03 13:24:43 +00:00

14 lines
497 B
Plaintext

netcdf test {
types:
compound OneD_t {
double amp(10) ;
double x(10) ;
}; // OneD_t
variables:
OneD_t OneD ;
data:
OneD =
{{1, 0.999950000416665, 0.999800006666578, 0.999550033748988, 0.999200106660978, 0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619, 0.995952733011994}, {1, 0.999950000416665, 0.999800006666578, 0.999550033748988, 0.999200106660978, 0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619, 0.995952733011994}} ;
}