File: test.sds4.dmp

package info (click to toggle)
netcdf-parallel 1%3A4.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,352 kB
  • sloc: ansic: 229,114; sh: 11,180; yacc: 2,561; makefile: 1,390; lex: 1,173; xml: 173; awk: 2
file content (26 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
netcdf test {
dimensions:
	X_Axis = 5 ;
	Y_Axis = 16 ;
variables:
	int SDS_1(Y_Axis, X_Axis) ;
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 ;
}