Skip to content

Commit aecb294

Browse files
committed
Add 2024 ADCP's
1 parent d220f40 commit aecb294

9 files changed

+1449
-0
lines changed
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<dataset type="EDDGridFromNcFiles" datasetID="ADCP_Mooring_24bsp14a_final" active="true">
2+
<reloadEveryNMinutes>10080</reloadEveryNMinutes>
3+
4+
<fileDir>/home/ecofoci_data/2024/Moorings/24bsp14a/final_data_cf/</fileDir>
5+
<fileNameRegex>.*velein.*m.nc</fileNameRegex>
6+
7+
<recursive>true</recursive>
8+
<pathRegex>.*</pathRegex>
9+
<metadataFrom>last</metadataFrom>
10+
<matchAxisNDigits>20</matchAxisNDigits>
11+
<fileTableInMemory>false</fileTableInMemory>
12+
13+
<addAttributes>
14+
<att name="cdm_data_type">Grid</att>
15+
<att name="Conventions">COARDS, CF-1.6, ACDD-1.3</att>
16+
<att name="history" />
17+
<att name="infoUrl">https://pmel.noaa.gov/</att>
18+
<att name="institution">NOAA/PMEL - EcoFOCI</att>
19+
<att name="keywords">currents, data, depth, eastward, error, local, northward, source, statistics, time, u_1205, v_1206, velocity, vertical, w_1204, Werr_1201</att>
20+
<att name="license">[standard]</att>
21+
<att name="standard_name_vocabulary">CF Standard Name Table v70</att>
22+
<att name="summary">QC'd (final) Gridded ADCP Vel/Ein Data from 24BSP-14A</att>
23+
<att name="title">QC'd (final) ADCP Vel/Ein Data from 24BSP-14A</att>
24+
</addAttributes>
25+
<axisVariable>
26+
<sourceName>latitude</sourceName>
27+
<destinationName>latitude</destinationName><addAttributes>
28+
<att name="ioos_category">Location</att>
29+
<att name="long_name">Latitude</att>
30+
</addAttributes>
31+
</axisVariable>
32+
<axisVariable>
33+
<sourceName>longitude</sourceName>
34+
<destinationName>longitude</destinationName><addAttributes>
35+
<att name="ioos_category">Location</att>
36+
<att name="long_name">Longitude</att>
37+
</addAttributes>
38+
</axisVariable>
39+
<axisVariable>
40+
<sourceName>time</sourceName>
41+
<destinationName>time</destinationName><addAttributes>
42+
<att name="ioos_category">Time</att>
43+
<att name="long_name">Time</att>
44+
<att name="standard_name">time</att>
45+
<att name="units">days since 1900-01-01T00:00:00Z</att>
46+
</addAttributes>
47+
</axisVariable>
48+
<axisVariable>
49+
<sourceName>depth</sourceName>
50+
<destinationName>depth</destinationName><addAttributes>
51+
<att name="positive">down</att>
52+
<att name="ioos_category">Location</att>
53+
<att name="long_name">Depth</att>
54+
<att name="standard_name">depth</att>
55+
<att name="scale_factor" type="double">1.0</att>
56+
<att name="units">m</att>
57+
</addAttributes>
58+
</axisVariable>
59+
<dataVariable>
60+
<sourceName>v_curr_comp</sourceName>
61+
<destinationName>v_comp_current</destinationName>
62+
<dataType>float</dataType><addAttributes>
63+
<att name="missing_value" type="float">-9999.0</att>
64+
<att name="_FillValue" type="float">1.0e35</att>
65+
<att name="missing_value" type="double">1.0e35</att>
66+
<att name="ioos_category">Currents</att>
67+
<att name="standard_name">northward_sea_water_velocity</att>
68+
</addAttributes>
69+
</dataVariable>
70+
<dataVariable>
71+
<sourceName>u_curr_comp</sourceName>
72+
<destinationName>u_comp_current</destinationName>
73+
<dataType>float</dataType><addAttributes>
74+
<att name="missing_value" type="float">-9999.0</att>
75+
<att name="_FillValue" type="float">1.0e35</att>
76+
<att name="missing_value" type="double">1.0e35</att>
77+
<att name="ioos_category">Currents</att>
78+
<att name="standard_name">eastward_sea_water_velocity</att>
79+
</addAttributes>
80+
</dataVariable>
81+
<dataVariable>
82+
<sourceName>w_curr_comp</sourceName>
83+
<destinationName>w_1204</destinationName>
84+
<dataType>float</dataType><addAttributes>
85+
<att name="missing_value" type="float">-9999.0</att>
86+
<att name="_FillValue" type="float">1.0e35</att>
87+
<att name="missing_value" type="double">1.0e35</att>
88+
<att name="ioos_category">Currents</att>
89+
<att name="standard_name">upward_sea_water_velocity</att>
90+
</addAttributes>
91+
</dataVariable>
92+
<dataVariable>
93+
<sourceName>w_curr_comp_err</sourceName>
94+
<destinationName>Werr_1201</destinationName>
95+
<dataType>float</dataType><addAttributes>
96+
<att name="missing_value" type="float">-9999.0</att>
97+
<att name="_FillValue" type="float">1.0e35</att>
98+
<att name="colorBarMaximum" type="double">50.0</att>
99+
<att name="colorBarMinimum" type="double">0.0</att>
100+
<att name="ioos_category">Statistics</att>
101+
<att name="missing_value" type="double">1.0e35</att>
102+
</addAttributes>
103+
</dataVariable>
104+
<dataVariable>
105+
<sourceName>agc1</sourceName>
106+
<destinationName>agc1</destinationName>
107+
<dataType>double</dataType>
108+
<addAttributes>
109+
<att name="missing_value" type="float">-9999.0</att>
110+
<att name="_FillValue" type="float">1.0e35</att>
111+
<att name="colorBarMaximum" type="double">100.0</att>
112+
<att name="colorBarMinimum" type="double">0.0</att>
113+
<att name="ioos_category">Statistics</att>
114+
<att name="long_name">Echo Intensity (AGC) Beam 1</att>
115+
<att name="units">counts</att>
116+
</addAttributes>
117+
</dataVariable>
118+
<dataVariable>
119+
<sourceName>agc2</sourceName>
120+
<destinationName>agc2</destinationName>
121+
<dataType>double</dataType>
122+
<addAttributes>
123+
<att name="missing_value" type="float">-9999.0</att>
124+
<att name="_FillValue" type="float">1.0e35</att>
125+
<att name="colorBarMaximum" type="double">100.0</att>
126+
<att name="colorBarMinimum" type="double">0.0</att>
127+
<att name="ioos_category">Statistics</att>
128+
<att name="long_name">Echo Intensity (AGC) Beam 2</att>
129+
<att name="units">counts</att>
130+
</addAttributes>
131+
</dataVariable>
132+
<dataVariable>
133+
<sourceName>agc3</sourceName>
134+
<destinationName>agc3</destinationName>
135+
<dataType>double</dataType>
136+
<addAttributes>
137+
<att name="missing_value" type="float">-9999.0</att>
138+
<att name="_FillValue" type="float">1.0e35</att>
139+
<att name="colorBarMaximum" type="double">100.0</att>
140+
<att name="colorBarMinimum" type="double">0.0</att>
141+
<att name="ioos_category">Statistics</att>
142+
<att name="long_name">Echo Intensity (AGC) Beam 3</att>
143+
<att name="units">counts</att>
144+
</addAttributes>
145+
</dataVariable>
146+
<dataVariable>
147+
<sourceName>agc4</sourceName>
148+
<destinationName>agc4</destinationName>
149+
<dataType>double</dataType>
150+
<addAttributes>
151+
<att name="missing_value" type="float">-9999.0</att>
152+
<att name="_FillValue" type="float">1.0e35</att>
153+
<att name="colorBarMaximum" type="double">100.0</att>
154+
<att name="colorBarMinimum" type="double">0.0</att>
155+
<att name="ioos_category">Statistics</att>
156+
<att name="long_name">Echo Intensity (AGC) Beam 4</att>
157+
<att name="units">counts</att>
158+
</addAttributes>
159+
</dataVariable>
160+
</dataset>
161+
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
<dataset type="EDDGridFromNcFiles" datasetID="ADCP_Mooring_24bsp5a_final" active="true">
2+
<reloadEveryNMinutes>10080</reloadEveryNMinutes>
3+
4+
<fileDir>/home/ecofoci_data/2024/Moorings/24bsp5a/final_data_cf/</fileDir>
5+
<fileNameRegex>.*velein.*m.nc</fileNameRegex>
6+
7+
<recursive>true</recursive>
8+
<pathRegex>.*</pathRegex>
9+
<metadataFrom>last</metadataFrom>
10+
<matchAxisNDigits>20</matchAxisNDigits>
11+
<fileTableInMemory>false</fileTableInMemory>
12+
13+
<addAttributes>
14+
<att name="cdm_data_type">Grid</att>
15+
<att name="Conventions">COARDS, CF-1.6, ACDD-1.3</att>
16+
<att name="history" />
17+
<att name="infoUrl">https://pmel.noaa.gov/</att>
18+
<att name="institution">NOAA/PMEL - EcoFOCI</att>
19+
<att name="keywords">currents, data, depth, eastward, error, local, northward, source, statistics, time, u_1205, v_1206, velocity, vertical, w_1204, Werr_1201</att>
20+
<att name="license">[standard]</att>
21+
<att name="standard_name_vocabulary">CF Standard Name Table v70</att>
22+
<att name="summary">QC'd (final) Gridded ADCP Vel/Ein Data from 24BSP-5A</att>
23+
<att name="title">QC'd (final) ADCP Vel/Ein Data from 24BSP-5A</att>
24+
</addAttributes>
25+
<axisVariable>
26+
<sourceName>latitude</sourceName>
27+
<destinationName>latitude</destinationName><addAttributes>
28+
<att name="ioos_category">Location</att>
29+
<att name="long_name">Latitude</att>
30+
</addAttributes>
31+
</axisVariable>
32+
<axisVariable>
33+
<sourceName>longitude</sourceName>
34+
<destinationName>longitude</destinationName><addAttributes>
35+
<att name="ioos_category">Location</att>
36+
<att name="long_name">Longitude</att>
37+
</addAttributes>
38+
</axisVariable>
39+
<axisVariable>
40+
<sourceName>time</sourceName>
41+
<destinationName>time</destinationName><addAttributes>
42+
<att name="ioos_category">Time</att>
43+
<att name="long_name">Time</att>
44+
<att name="standard_name">time</att>
45+
<att name="units">days since 1900-01-01T00:00:00Z</att>
46+
</addAttributes>
47+
</axisVariable>
48+
<axisVariable>
49+
<sourceName>depth</sourceName>
50+
<destinationName>depth</destinationName><addAttributes>
51+
<att name="positive">down</att>
52+
<att name="ioos_category">Location</att>
53+
<att name="long_name">Depth</att>
54+
<att name="standard_name">depth</att>
55+
<att name="scale_factor" type="double">1.0</att>
56+
<att name="units">m</att>
57+
</addAttributes>
58+
</axisVariable>
59+
<dataVariable>
60+
<sourceName>v_curr_comp</sourceName>
61+
<destinationName>v_comp_current</destinationName>
62+
<dataType>float</dataType><addAttributes>
63+
<att name="missing_value" type="float">-9999.0</att>
64+
<att name="_FillValue" type="float">1.0e35</att>
65+
<att name="missing_value" type="double">1.0e35</att>
66+
<att name="ioos_category">Currents</att>
67+
<att name="standard_name">northward_sea_water_velocity</att>
68+
</addAttributes>
69+
</dataVariable>
70+
<dataVariable>
71+
<sourceName>u_curr_comp</sourceName>
72+
<destinationName>u_comp_current</destinationName>
73+
<dataType>float</dataType><addAttributes>
74+
<att name="missing_value" type="float">-9999.0</att>
75+
<att name="_FillValue" type="float">1.0e35</att>
76+
<att name="missing_value" type="double">1.0e35</att>
77+
<att name="ioos_category">Currents</att>
78+
<att name="standard_name">eastward_sea_water_velocity</att>
79+
</addAttributes>
80+
</dataVariable>
81+
<dataVariable>
82+
<sourceName>w_curr_comp</sourceName>
83+
<destinationName>w_1204</destinationName>
84+
<dataType>float</dataType><addAttributes>
85+
<att name="missing_value" type="float">-9999.0</att>
86+
<att name="_FillValue" type="float">1.0e35</att>
87+
<att name="missing_value" type="double">1.0e35</att>
88+
<att name="ioos_category">Currents</att>
89+
<att name="standard_name">upward_sea_water_velocity</att>
90+
</addAttributes>
91+
</dataVariable>
92+
<dataVariable>
93+
<sourceName>w_curr_comp_err</sourceName>
94+
<destinationName>Werr_1201</destinationName>
95+
<dataType>float</dataType><addAttributes>
96+
<att name="missing_value" type="float">-9999.0</att>
97+
<att name="_FillValue" type="float">1.0e35</att>
98+
<att name="colorBarMaximum" type="double">50.0</att>
99+
<att name="colorBarMinimum" type="double">0.0</att>
100+
<att name="ioos_category">Statistics</att>
101+
<att name="missing_value" type="double">1.0e35</att>
102+
</addAttributes>
103+
</dataVariable>
104+
<dataVariable>
105+
<sourceName>agc1</sourceName>
106+
<destinationName>agc1</destinationName>
107+
<dataType>double</dataType>
108+
<addAttributes>
109+
<att name="missing_value" type="float">-9999.0</att>
110+
<att name="_FillValue" type="float">1.0e35</att>
111+
<att name="colorBarMaximum" type="double">100.0</att>
112+
<att name="colorBarMinimum" type="double">0.0</att>
113+
<att name="ioos_category">Statistics</att>
114+
<att name="long_name">Echo Intensity (AGC) Beam 1</att>
115+
<att name="units">counts</att>
116+
</addAttributes>
117+
</dataVariable>
118+
<dataVariable>
119+
<sourceName>agc2</sourceName>
120+
<destinationName>agc2</destinationName>
121+
<dataType>double</dataType>
122+
<addAttributes>
123+
<att name="missing_value" type="float">-9999.0</att>
124+
<att name="_FillValue" type="float">1.0e35</att>
125+
<att name="colorBarMaximum" type="double">100.0</att>
126+
<att name="colorBarMinimum" type="double">0.0</att>
127+
<att name="ioos_category">Statistics</att>
128+
<att name="long_name">Echo Intensity (AGC) Beam 2</att>
129+
<att name="units">counts</att>
130+
</addAttributes>
131+
</dataVariable>
132+
<dataVariable>
133+
<sourceName>agc3</sourceName>
134+
<destinationName>agc3</destinationName>
135+
<dataType>double</dataType>
136+
<addAttributes>
137+
<att name="missing_value" type="float">-9999.0</att>
138+
<att name="_FillValue" type="float">1.0e35</att>
139+
<att name="colorBarMaximum" type="double">100.0</att>
140+
<att name="colorBarMinimum" type="double">0.0</att>
141+
<att name="ioos_category">Statistics</att>
142+
<att name="long_name">Echo Intensity (AGC) Beam 3</att>
143+
<att name="units">counts</att>
144+
</addAttributes>
145+
</dataVariable>
146+
<dataVariable>
147+
<sourceName>agc4</sourceName>
148+
<destinationName>agc4</destinationName>
149+
<dataType>double</dataType>
150+
<addAttributes>
151+
<att name="missing_value" type="float">-9999.0</att>
152+
<att name="_FillValue" type="float">1.0e35</att>
153+
<att name="colorBarMaximum" type="double">100.0</att>
154+
<att name="colorBarMinimum" type="double">0.0</att>
155+
<att name="ioos_category">Statistics</att>
156+
<att name="long_name">Echo Intensity (AGC) Beam 4</att>
157+
<att name="units">counts</att>
158+
</addAttributes>
159+
</dataVariable>
160+
</dataset>
161+

0 commit comments

Comments
 (0)