Station Data format =================== The station data contains the following information. Variable information for hourly data ------------------------------------ COMMA SEPARATED VALUE ("csv") Format description ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. list-table:: Variable information :widths: 5 5 5 5 :header-rows: 0 * - SiteNum - Year - Day_of_Year - HrMin * - Lat - Lon - VersionNum - * - TAIR1(1) - TAIR1(2) - ... - TAIR1(12) * - TAIR2(1) - TAIR2(2) - ... - TAIR2(12) * - TAIR3(1) - TAIR3(2) - ... - TAIR3(12) * - VWPCP1(1) - VWPCP1(2) - ... - VWPCP1(12) * - VWPCP2(1) - VWPCP2(2) - ... - VWPCP2(12) * - VWPCP3(1) - VWPCP3(2) - ... - VWPCP3(12) * - WET1(1) - WET1(2) - ... - WET1(12) * - WET2(1) - WET2(2) - ... - WET2(12) * - TAIR1_5mn_Min - TAIR2_5mn_Min - TAIR3_5mn_Min - TAIR1_5mn_Max * - TAIR2_5mn_Max - TAIR3_5mn_Max - T1Cal_Std - T2Cal_Std * - T3Cal_Std - FANSP1_Avg - FANSP2_Avg - BATVolt_Avg * - PSVoltFL - DoorTime_Tot - TPRECP_Max - RefRes_Avg * - DSignTR - TotHTR - TotDoor - XMTPWF * - XMTPWR - unknown - - Data description """""""""""""""" - HrMin is the time (for example, 100 is 1:00) - TAIR1(12) is the data 5 minutes after HrMin - TAIR1(11) is the data 10 minutes after HrMin - TAIR1(1) is the data 55 minutes after HrMin: The CSV data example """""""""""""""""""" .. literalinclude:: SRC/data.txt :lines: 1-3 Merge mutiple data """""""""""""""""" If you have multiple original files, you can merge these files into one file. .. literalinclude:: SRC/data.list.txt :lines: 1-10 .. literalinclude:: SRC/awk.txt :lines: 1 Sometimes the cat command connects the data in two files in succession. The awk is better for this merge.