![]() DBCP-M1 Recommended format (Meteo) |
Attention: This format is now obsolete. Please use DBCP-M2 as far as practicable instead
(see also complete list of DBCP recommended formats)
This Argos message format was recommended by M�t�o France
(Please contact pierre.blouch@meteo.fr for details)
Table of contents
One block (one observation) is transmitted in one Argos message. One Argos message contains only one block.
Hence, consecutive blocks can be transmitted using consecutive Argos messages using a transmission cycle. For example, if we pick a block_period of one hour, we could transmit the observations in a cycle of 3 Argos messages like this:
Block | Rank |
Block H | 0 |
Block H-1 | 1 |
Block H-2 | 2 |
Block H | 0 |
Block H-1 | 1 |
Block H-2 | 2 |
Rank is encoded in the Argos message. Rank of the most recent observation transmitted is 0. The rank of a given observation is incremented each time a new observation is carried out.
Age of the observation at the time of the next block update (AGEB) in the buoy memory is encoded in the Argos message. Age of the observation at the time of the Argos message transmission is therefore:
Age = Rank x Block_Period + AGEB
And observation time can therefore be computed as following:
Observation time = Acquisition time by the satellite - Age
If hourly observations are needed (Block_Period=60), the buoy must be activated so that a new observation is available on the hour. If synoptic observations are requested (Block_Period=180), the buoy must be activated accordingly.
Item |
Bits |
Min |
Max |
Formula / Comments (n = word value) |
|
CHK | Checksum | 8 |
0 |
255 |
Checksum = Lower 8 bits of the sum of other bytes |
Rank | Rank of observation | 6 |
0 |
63 |
Rank = n (see � 3) |
AGEB | Age of observation at the time of next block update | 6 |
0 |
63 |
Age (minutes). This timer starts at 0 when the sensor data is updated in the transmission and in incremented in minutes until the next data update (block). |
BP | Barometric Pressure | 11 |
850.0 |
1054.7 |
Press(hPa) = 0.1 n + 850 |
SST | Sea Surface Temp. | 9 |
-5.0 |
35.88 |
SST(�C) = 0.08 n - 5 |
APT | Air Pressure tendency | 9 |
-25.5 |
25.6 |
APT(hPa) = 0.1 n - 25.5 |
SubM | Submergence Count | 7 |
0 |
100 |
Percent of time submerged = 100 n / 127 |
VBat | Battery Voltage | 7 |
5.0 |
17.7 |
Vbat(V) = 0.1 n + 5 |
WD | Wind Direction | 8 |
0.0 |
360.06 |
WD(deg)
= 1.412 n n=255 indicates no Wind Direction sensor present |
WS | Wind Speed | 6 |
0.0 |
63 |
WS(m/s) = n |
AT | Air Temperature | 8 |
-20.0 |
43.75 |
AT(�C) = 0.25 N - 20 |
Cond | Conductivity | 11 |
25.0 |
55.705 |
Cond(mmho/cm) = 0.015 n + 25 |
Tz | Subsurface Temp. | 10 |
-5 |
35.92 |
Tz(�C) = 0.04 n - 5 |
Depth | Depth (pressure) | 8 |
0 |
255 |
Depth(m) = N |
Extra | Extra sensor #1 | ? |
? |
? |
? |
|
|
|
Offsets and resolutions are given here as examples and can be modified. The number of bits for each sensor must be changed only if it is not possible to do otherwise.
We chose to report the barometric tendency in one single word instead of two (one for the absolute value of pressure tendency, the other for the characteristic). Automatic stations are permitted to do so. On the GTS, the characteristic is coded as 2, 4 or 7, according to the sign of the tendency (positive, zero or negative, respectively). This solution is debatable.
0 |
8 |
14 |
20 |
31 |
|||||||||||||||||||||||||||
Checksum |
Rank |
AgeB |
Barometric Pressure |
(o) |
40 |
49 |
56 |
63 |
||||||||||||||||||||||||||||
Sea Surface Temperature |
Barometric Tendency |
Submergence count |
Battery Voltage |
(x) |
(x) Not used
The message length is 64 bits.
0 |
8 |
14 |
20 |
31 |
|||||||||||||||||||||||||||
Checksum |
Rank |
AgeB |
Barometric Pressure |
(o) |
40 |
49 |
56 |
63 |
||||||||||||||||||||||||||||
Sea Surface Temperature |
Barometric Tendency |
Submergence count |
Battery Voltage |
(x) |
71 |
77 |
85 |
|||||||||||||||||||||||||||||
Wind Direction |
Wind Speed |
Air Temperature |
Conductivity |
(x) First bit of Wind Direction
Air temperature and Conductivity rooms can be used by technological data such as Weather Classification and/or Wind speed from specific frequency bands in the case of SVP-BW drifters.