|
| 1 | +platform_info = { |
| 2 | + 'id' : 'b1', |
| 3 | + # 'location' : 'Hatteras Bay, 20 nm East of Oregon Inlet, NC', |
| 4 | + # 'lat' : 35.7885, # degrees true (-) south, (+) north |
| 5 | + # 'lon' : -75.1053, # degrees true (-) west, (+) east |
| 6 | + # 'mvar' : -11.3, # degrees (-) west, (+) east |
| 7 | + 'location' : 'Testing at IMS, Morehead City, NC', |
| 8 | + 'lat' : 34.7232, # degrees true (-) south, (+) north |
| 9 | + 'lon' : -76.7528, # degrees true (-) west, (+) east |
| 10 | + 'mvar' : -10.0, # degrees (-) west, (+) east |
| 11 | + 'altitude': 0., # (approx.) station altitude |
| 12 | + 'altitude_units' : 'm', |
| 13 | + 'altitude_reference' : 'sea_surface', |
| 14 | + # |
| 15 | + 'mean_water_depth': -32.0, |
| 16 | + 'mean_water_depth_time_period': 'Not determined', |
| 17 | + 'institution' : 'nccoos', |
| 18 | + # |
| 19 | + 'config_start_date' : '2017-03-01 00:00:00', |
| 20 | + 'config_end_date' : '2017-03-15 00:00:00', # None or yyyy-mm-dd HH:MM:SS |
| 21 | + # 'config_end_date' : '2017-04-01 00:00:00', # None or yyyy-mm-dd HH:MM:SS |
| 22 | + 'packages' : ('met', 'wind', 'ctd1', 'ctd2', 'comp', 'sys', 'gps'), |
| 23 | + # Required by CF |
| 24 | + 'institution' : 'Unversity of North Carolina at Chapel Hill (UNC-CH)', |
| 25 | + 'institution_url' : 'http://nccoos.org', |
| 26 | + 'institution_dods_url' : 'http://nccoos.org', |
| 27 | + 'contact' : 'Sara Haines ([email protected])', |
| 28 | + 'conventions' : 'CF-1.0; SEACOOS-CDL-v2.0', |
| 29 | + # Required by Scout |
| 30 | + 'format_category_code' : 'fixed-point', |
| 31 | + 'institution_code' : 'nccoos', |
| 32 | + # Recommended |
| 33 | + 'project' : 'North Carolina Coastal Ocean Observing System (NCCOOS)', |
| 34 | + 'project_url' : 'http://nccoos.org', |
| 35 | + 'metadata_url' : 'http://nccoos.org', |
| 36 | + 'references' : 'http://nccoos.org', |
| 37 | + 'source': 'Buoy CR1000 Datalogger', |
| 38 | + # Needed for processing NDBC output |
| 39 | + 'ndbc_module' : 'ndbc_41062', |
| 40 | + 'ndbc_id': '41062', |
| 41 | + 'ndbc_dir' : '/seacoos/data/nccoos/latest_ndbc', |
| 42 | + 'ndbc_missing' : -9999.0, |
| 43 | + # report data to NDBC closest to top of each hour +/- 6 min |
| 44 | + 'ndbc_sample_interval':(1,'hour'), |
| 45 | + 'ndbc_sample_offset':(0,'minute'), |
| 46 | + 'ndbc_time_tolerance':(6,'minute'), |
| 47 | + # report data closest to 0:10 and 0:40 each hour +/- 3 min |
| 48 | + # 'ndbc_sample_interval':(30,'minute'), # every 30 min |
| 49 | + # 'ndbc_sample_offset':(10,'minute'), # offset by +10 min |
| 50 | + # 'ndbc_time_tolerance':(3,'minute'), |
| 51 | + } |
| 52 | + |
| 53 | +sensor_info = { |
| 54 | + 'met' : { 'id' : 'met', |
| 55 | + 'description' : 'Meterological Data averaged for one minute each sample period', |
| 56 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/met/', |
| 57 | + 'raw_file_glob' : '*.dat', |
| 58 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/met/', |
| 59 | + 'process_module' : 'proc_cr1000_met', |
| 60 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 61 | + 'barometer_height' : 1.5, # meters |
| 62 | + 'temperature_height' : 1.5, # meters |
| 63 | + 'height_units' : 'm', |
| 64 | + 'height_reference' : 'sea_surface', |
| 65 | + 'source': 'Heise Baro, Rotronics Temp/RH, RM Young Precip, Eppley PSP/PIR', |
| 66 | + # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0', |
| 67 | + # 'latest_vars' : ('time','lat','lon','z','atemp', 'baro', 'rh', 'rain', 'psp', 'pir'), |
| 68 | + 'ndbc_vars' : ('air_temp', 'air_press', 'rh', 'psp', 'pir'), |
| 69 | + 'ndbc_tags' : ('atmp1', 'baro1', 'rrh', 'srad1', 'lwrad'), |
| 70 | + 'ndbc_units' : ('degC', 'hPa', '%', 'W m-2', 'W m-2'), |
| 71 | + 'plot_module': 'plot_cr1000_met', |
| 72 | + 'plot_names': ('timeseries',), |
| 73 | + }, |
| 74 | + 'wind' : { 'id' : 'wind', |
| 75 | + 'description' : 'Wind Data averaged for one minute each sample period', |
| 76 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/wind/', |
| 77 | + 'raw_file_glob' : '*.dat', |
| 78 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/wind/', |
| 79 | + 'process_module' : 'proc_cr1000_wind', |
| 80 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 81 | + 'anemometer1_height' : 3.66, # meters (12 ft) |
| 82 | + 'anemometer2_height' : 3.35, # meters (11 ft above sea surface) |
| 83 | + 'height_units' : 'm', |
| 84 | + 'height_reference' : 'sea_surface', |
| 85 | + # Recommended |
| 86 | + 'source': 'RM Young Marine Wind Monitor 5106', |
| 87 | + # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0', |
| 88 | + # 'latest_vars' : ('time','lat','lon','z','u', 'v', 'wspd', 'wdir'), |
| 89 | + 'ndbc_vars' : ('wspd1', 'wdir1', 'wgust1', 'wspd2', 'wdir2', 'wgust2'), |
| 90 | + 'ndbc_tags' : ('wspd1', 'wdir1', 'gust1', 'wspd2', 'wdir2', 'gust2'), |
| 91 | + 'ndbc_units' : ('m s-1', 'degrees', 'm s-1', 'm s-1', 'degrees', 'm s-1'), |
| 92 | + 'plot_module': 'plot_cr1000_wind', |
| 93 | + 'plot_names': ('timeseries',), |
| 94 | + }, |
| 95 | + 'ctd1' : { 'id' : 'ctd1', |
| 96 | + 'description' : 'Near-surface CTD Data each sample period', |
| 97 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd1/', |
| 98 | + 'raw_file_glob' : '*', |
| 99 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd1/', |
| 100 | + 'process_module' : 'proc_cr1000_ctd_v1', |
| 101 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 102 | + 'nominal_depth' : -2.0, # meters |
| 103 | + 'depth_units' : 'm', |
| 104 | + 'depth_reference' : 'sea_surface', |
| 105 | + # Recommended |
| 106 | + 'source': 'Seabird (SBE) 37 IMP', |
| 107 | + # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0', |
| 108 | + # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'), |
| 109 | + 'ndbc_vars' : ('wtemp','depth', 'wtemp', 'salin'), |
| 110 | + # wtemp recorded in two fields for ndbc |
| 111 | + # wtmp1 tag needed to get into weather obs, others for temp/salin obs |
| 112 | + 'ndbc_tags' : ('wtmp1', 'dp001', 'tp001', 'sp001'), |
| 113 | + 'ndbc_units' : ('degC', 'm', 'degC', 'psu'), |
| 114 | + 'plot_module': 'plot_cr1000_ctd', |
| 115 | + 'plot_names': ('timeseries',), |
| 116 | + }, |
| 117 | + 'ctd2' : { 'id' : 'ctd2', |
| 118 | + 'description' : 'Mid-level CTD Data each sample period', |
| 119 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/ctd2/', |
| 120 | + 'raw_file_glob' : '*', |
| 121 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/ctd2/', |
| 122 | + 'process_module' : 'proc_cr1000_ctd_v1', |
| 123 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 124 | + 'nominal_depth' : -15.0, # meters |
| 125 | + 'depth_units' : 'm', |
| 126 | + 'depth_reference' : 'sea_surface', |
| 127 | + # Recommended |
| 128 | + 'source': 'Seabird (SBE) 37 IMP', |
| 129 | + # 'latest_dir' : '/seacoos/data/nccoos/latest_v2.0', |
| 130 | + # 'latest_vars' : ('time','lat','lon','z','depth', 'wtemp', 'cond', 'salin', 'density'), |
| 131 | + 'ndbc_vars' : ('depth', 'wtemp', 'salin'), |
| 132 | + 'ndbc_tags' : ('dp002', 'tp002', 'sp002'), |
| 133 | + 'ndbc_units' : ('m', 'degC', 'psu'), |
| 134 | + 'plot_module': 'plot_cr1000_ctd', |
| 135 | + 'plot_names': ('timeseries',), |
| 136 | + }, |
| 137 | + 'comp' : { 'id' : 'comp', |
| 138 | + 'description' : 'Compass data averaged for one minute each sample period', |
| 139 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/comp/', |
| 140 | + 'raw_file_glob' : '*.dat', |
| 141 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/comp/', |
| 142 | + 'process_module' : 'proc_cr1000_comp', |
| 143 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 144 | + 'compass_height' : 1.5, # meters |
| 145 | + 'height_units' : 'm', |
| 146 | + 'height_reference' : 'sea_surface', |
| 147 | + 'source': 'Honeywell Digital Compass', |
| 148 | + 'plot_module': 'plot_cr1000_comp', |
| 149 | + 'plot_names': ('timeseries',), |
| 150 | + }, |
| 151 | + 'sys' : { 'id' : 'sys', |
| 152 | + 'description' : 'CR1000 System Data', |
| 153 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/sys/', |
| 154 | + 'raw_file_glob' : '*.dat', |
| 155 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/sys/', |
| 156 | + 'process_module' : 'proc_cr1000_sys', |
| 157 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 158 | + 'canister_height' : 1.5, # meters |
| 159 | + 'height_units' : 'm', |
| 160 | + 'height_reference' : 'sea_surface', |
| 161 | + 'source': 'CR1000 batt, canister temp, and leak detect', |
| 162 | + 'plot_module': 'plot_cr1000_sys', |
| 163 | + 'plot_names': ('timeseries',), |
| 164 | + }, |
| 165 | + 'gps' : { 'id' : 'gps', |
| 166 | + 'description' : 'CR1000 GPS Data', |
| 167 | + 'raw_dir' : '/seacoos/data/nccoos/level0/b1/gps/', |
| 168 | + 'raw_file_glob' : '*.dat', |
| 169 | + 'proc_dir' : '/seacoos/data/nccoos/level1/b1/gps/', |
| 170 | + 'process_module' : 'proc_cr1000_gps', |
| 171 | + 'utc_offset' : 0, # hours offset to utc of sampling time |
| 172 | + 'source': 'Garmin HVS 19x GPS ', |
| 173 | + 'plot_module': 'plot_cr1000_gps', |
| 174 | + 'plot_names': ('watch_circle',), |
| 175 | + }, |
| 176 | + } |
0 commit comments