NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/tower_buoy/bin/meta_data/R4_conversions.table_2005_02_19

Revision 7 (checked in by cbc, 18 years ago)

--

Line 
1 ### Valid for data before 2005.02.19 ###
2
3 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 #VAR_ID               #CONSTANT_COEFFICIENTS                                       #CONVERSION_FORMULA
5 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6 ATEMP                 100, 10, -30                                                 $a_temp*($v[0]/$v[1])+$v[2]
7 RH                    100, 10                                                      $r_hum*($v[0]/$v[1])
8 PIRA                  1.0295e-3,2.391e-4,1.568e-7,10000                            1/($v[0]+$v[1]*(log($pir_case_t*$v[3]))+$v[2]*(log($pir_case_t*$v[3]))**3)
9 PIRB                  1.0295e-3,2.391e-4,1.568e-7,10000                            1/($v[0]+$v[1]*(log($pir_dome_t*$v[3]))+$v[2]*(log($pir_dome_t*$v[3]))**3)
10 PIRC                  2000                                                         $pir_therm/$v[0]
11 #Serial Number 33976F3
12 PIR                   3.59e-6,5.6697e-8                                            $pir_th/$v[0] + $v[1]*(($pir_ct)**4)
13 #Serial Number 33998F3
14 PSP                   8.82e-6,666.66                                               $psp/($v[0]*$v[1])
15 BARO                  68.9475                                                      $baro*$v[0]
16 RAIN                  21,50,20                                                     $rain*($v[1]/($v[0]*$v[2]))
17 WSPDA                 60                                                           &avg_wind('spda')
18 WDIRA                 360                                                          &avg_wind('dira',-26)
19 WSPDB                 60                                                           &avg_wind('spdb');
20 WDIRB                 360                                                          &avg_wind('dirb',-26);
21
22 DISK1F                .01                                                          $disk1p*$v[0]*$disk1t
23 DISK1T                0                                                            $disk1t
24 DISK2F                .01                                                          $disk2p*$v[0]*$disk2t
25 DISK2T                0                                                            $disk2t
26 MEM1F                 .01                                                          $mem1p*$v[0]*$mem1t
27 MEM1T                 0                                                            $mem1t
28 MEM2F                 .01                                                          $mem2p*$v[0]*$mem2t
29 MEM2T                 0                                                            $mem2t
30
31
32 #WSPDA                 60                                                           &average_wind('a','spd');
33 #WDIRA                 360                                                          &average_wind('a','dir',-31);
34 #WSPDA                 60                                                           $wi_spd_a*$v[0]
35 #WDIRA                 360                                                          $wi_dir_a*$v[0]
36 #WSPDA                 60                                                           (@wind_spd_a)*$v[0]/30
37 #WDIRA                 360                                                          (@wind_dir_a)*$v[0]/30
38 #WUA                  .0174533                                                      (@wind_spd_a)*sin(@wind_dir_a*$v[0]);
39 #WVA                  .0174533                                                      (@wind_spd_a)*cos(@wind_dir_a*$v[0]);
40
41 #WSPDB                 60                                                           $wi_spd_b*$v[0]
42 #WDIRB                 360                                                          $wi_dir_b*$v[0]     
43 #WSPDB                 60                                                           &average_wind('b','spd');
44 #WDIRB                 360                                                          &average_wind('b','dir',-31);
45
46 #Variables that don't have any conversion but may have had some parsing...
47 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48 #GPS                  0                                                            $gps_string
49 #RESET_TIME           0                                                            $reset_time
50 #RESET_DIFF           0                                                            $reset_diff
51 #BOOT                 0                                                            $boot_time
52 SAMPLE_LOOP           0                                                            $read_time
53 CLOCK                 0                                                            $sample_loop
54
55
56 LINK_VOLTS            0                                                            $volts
57 LINK_AMPS             0                                                            $amps
58 LINK_AMP_HRS          0                                                            $amp_hrs
59 LINK_TEMP             0                                                            $box_temp
60
61
62 #ID                   0                                                            $tower_id
63 #SOFTWARE             0                                                            $software_version
64 SAMPLE_INTERVAL       0                                                            $sample_interval
65 NEWFILE_INTERVAL      0                                                            $newfile_interval
66 #serial               0                                                            $serial_string
67 #RLCAD                0                                                            $rlc_string
68 #BBAD                 0                                                            $bnb_string
Note: See TracBrowser for help on using the browser.