mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
15 lines
1.1 KiB
Plaintext
15 lines
1.1 KiB
Plaintext
|
netcdf test {
|
||
|
types:
|
||
|
compound SDS_1_t {
|
||
|
int SDS_1(16, 5) ;
|
||
|
double Y_Axis(16) ;
|
||
|
int X_Axis(5) ;
|
||
|
}; // SDS_1_t
|
||
|
variables:
|
||
|
SDS_1_t SDS_1 ;
|
||
|
data:
|
||
|
|
||
|
SDS_1 =
|
||
|
{{0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432, 20480, 22528, 24576, 26624, 28672, 30720, 32768, 34816, 36864, 38912, 40960, 43008, 45056, 47104, 49152, 51200, 53248, 55296, 57344, 59392, 61440, 63488, 65536, 67584, 69632, 71680, 73728, 75776, 77824, 79872, 81920, 83968, 86016, 88064, 90112, 92160, 94208, 96256, 98304, 100352, 102400, 104448, 106496, 108544, 110592, 112640, 114688, 116736, 118784, 120832, 122880, 124928, 126976, 129024, 131072, 133120, 135168, 137216, 139264, 141312, 143360, 145408, 147456, 149504, 151552, 153600, 155648, 157696, 159744, 161792}, {1, 0.999950000416665, 0.999800006666578, 0.999550033748988, 0.999200106660978, 0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619, 0.995952733011994, 0.995004165278026, 0.993956097956697, 0.992808635853866, 0.991561893714788, 0.990215996212637, 0.988771077936042}, {0, 2048, 4096, 6144, 8192}} ;
|
||
|
}
|