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

root/tower_buoy/bin/meta_data/conversions.table

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

--

Line 
1 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 #VAR_ID               #CONSTANT_COEFFICIENTS                                       #CONVERSION_FORMULA
3 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 ATEMP                 100, 10, -30                                                 $a_temp*($v[0]/$v[1])+$v[2]
5 RH                    100, 10                                                      $r_hum*($v[0]/$v[1])
6 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)
7 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)
8 PIRC                  2000                                                         $pir_therm/$v[0]
9 PIR                   4.63e-6,5.6697e-8                                            $pir_th/$v[0] + $v[1]*(($pir_ct)**4)
10 PSP                   9.58e-6,666.66                                               $psp/($v[0]*$v[1])
11 BARO                  68.9475                                                      $baro*$v[0]
12 RAIN                  21,50                                                        $rain*($v[1]/$v[0])
13 WSPDA                 60                                                           $wi_spd_a*$v[0]
14 WDIRA                 360                                                          $wi_dir_a*$v[0]
15 #WSPDA                 60                                                           (@wind_spd_a)*$v[0]/30
16 #WDIRA                 360                                                          (@wind_dir_a)*$v[0]/30
17 #WUA                  .0174533                                                      (@wind_spd_a)*sin(@wind_dir_a*$v[0]);
18 #WVA                  .0174533                                                      (@wind_spd_a)*cos(@wind_dir_a*$v[0]);
19
20 WSPDB                 60                                                           $wi_spd_b*$v[0]
21 WDIRB                 360                                                          $wi_dir_b*$v[0]     
22
23 DISK1F                .01                                                          $disk1p*$v[0]*$disk1t
24 DISK1T                0                                                            $disk1t
25 DISK2F                .01                                                          $disk2p*$v[0]*$disk2t
26 DISK2T                0                                                            $disk2t
27 MEM1F                 .01                                                          $mem1p*$v[0]*$mem1t
28 MEM1T                 0                                                            $mem1t
29 MEM2F                 .01                                                          $mem2p*$v[0]*$mem2t
30 MEM2T                 0                                                            $mem2t
31
32 #Variables that don't have any conversion but may have had some parsing...
33 #%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34 #GPS                  0                                                            $gps_string
35 #RESET_TIME           0                                                            $reset_time
36 #RESET_DIFF           0                                                            $reset_diff
37 #BOOT                 0                                                            $boot_time
38 #SAMPLE_LOOP          0                                                            $sample_loop
39 CLOCK                 0                                                            $sample_loop
40
41
42 LINK_VOLTS            0                                                            $volts
43 LINK_AMPS             0                                                            $amps
44 LINK_AMP_HRS          0                                                            $amp_hrs
45 LINK_TEMP             0                                                            $box_temp
46
47
48 #ID                   0                                                            $tower_id
49 #SOFTWARE             0                                                            $software_version
50 SAMPLE_INTERVAL       0                                                            $sample_interval
51 NEWFILE_INTERVAL      0                                                            $newfile_interval
52 #serial               0                                                            $serial_string
53 #RLCAD                0                                                            $rlc_string
54 #BBAD                 0                                                            $bnb_string
Note: See TracBrowser for help on using the browser.