File: test.04.dmp

package info (click to toggle)
netcdf-parallel 1%3A4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 101,668 kB
  • sloc: ansic: 200,241; sh: 10,807; yacc: 2,522; makefile: 1,306; lex: 1,153; xml: 173; awk: 2
file content (33 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (31)
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
27
28
29
30
31
32
33
netcdf test {
dimensions:
	maxStrlen64 = 64 ;
variables:
	byte types.b ;
	int types.i32 ;
	int types.ui32 ;
	short types.i16 ;
	short types.ui16 ;
	float types.f32 ;
	double types.f64 ;
	char types.s(maxStrlen64) ;
	char types.u(maxStrlen64) ;
data:

 types.b = 0 ;

 types.i32 = 1 ;

 types.ui32 = 0 ;

 types.i16 = 0 ;

 types.ui16 = 0 ;

 types.f32 = 0 ;

 types.f64 = 1000 ;

 types.s = "This is a data test string (pass 0)." ;

 types.u = "http://www.dods.org" ;
}