File: whoi.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 (45 lines) | stat: -rw-r--r-- 1,517 bytes parent folder | download | duplicates (13)
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
34
35
36
37
38
39
40
41
42
43
44
45
netcdf whoi {
dimensions:
	emolt_sensor = 5 ;
	maxStrlen64 = 64 ;
variables:
	char emolt_sensor.SITE(emolt_sensor, maxStrlen64) ;
	short emolt_sensor.SERIAL_NUM(emolt_sensor) ;
	short emolt_sensor.PROBE_SETTING(emolt_sensor) ;
	char emolt_sensor.TIME_LOCAL(emolt_sensor, maxStrlen64) ;
	double emolt_sensor.YRDAY0_LOCAL(emolt_sensor) ;
	double emolt_sensor.TEMP(emolt_sensor) ;
	double emolt_sensor.SALT(emolt_sensor) ;
	double emolt_sensor.DEPTH_I(emolt_sensor) ;
data:

 emolt_sensor.SITE =
  "This is a data test string (pass 0).",
  "This is a data test string (pass 2).",
  "This is a data test string (pass 4).",
  "This is a data test string (pass 6).",
  "This is a data test string (pass 8)." ;

 emolt_sensor.SERIAL_NUM = 0, 32, 64, 96, 128 ;

 emolt_sensor.PROBE_SETTING = 16, 48, 80, 112, 144 ;

 emolt_sensor.TIME_LOCAL =
  "This is a data test string (pass 1).",
  "This is a data test string (pass 3).",
  "This is a data test string (pass 5).",
  "This is a data test string (pass 7).",
  "This is a data test string (pass 9)." ;

 emolt_sensor.YRDAY0_LOCAL = 1000, 999.200106660978, 996.801706302619, 
    992.808635853866, 987.227283375627 ;

 emolt_sensor.TEMP = 999.950000416665, 998.750260394966, 995.952733011994, 
    991.561893714788, 985.584766909561 ;

 emolt_sensor.SALT = 999.800006666578, 998.200539935204, 995.004165278026, 
    990.215996212637, 983.843692788121 ;

 emolt_sensor.DEPTH_I = 999.550033748988, 997.55100025328, 993.956097956697, 
    988.771077936042, 982.00423511727 ;
}