Contents of an ASCII daily mean streamflow values (DMV) file Version 1.0 09/12/96 Each file contains the daily values of streamflow in cubic feet per second (CFS) for one station. The filename is ssssssss.DMV where ssssssss is the station number. There are 31 records for each calendar year - one record for each day (1 through 31) of the month. Each record contains the 12 values corresponding to that day in each of the months (January through December) of the calendar year. Printing the 31 records for a single calendar year (cccc) in order of day-of-month would produce a table appearing as (missing values are indicated by -999999.): ssssssss cccc 1 Q_Jan_1 Q_Feb_1 Q_Mar_1 Q_Apr_1 ... Q_Dec_1 ssssssss cccc 2 Q_Jan_2 Q_Feb_2 Q_Mar_2 Q_Apr_2 ... Q_Dec_2 ssssssss cccc 3 Q_Jan_3 Q_Feb_3 Q_Mar_3 Q_Apr_3 ... Q_Dec_3 ... ... ... ... ... ... ssssssss cccc 29 Q_Jan29 Q_Feb29 Q_Mar29 Q_Apr29 ... Q_Dec29 ssssssss cccc 30 Q_Jan30 Q_Mar30 Q_Apr30 ... Q_Dec30 ssssssss cccc 31 Q_Jan31 Q_Mar31 ... ... Q_Dec31 where ssssssss is the station number. The file is sorted on calendar year (columns 10-13) and day-of-month (columns 15-16) within that. Columns Format Contents 1-8 I8 Station number - the 8 digit station number uniquely identifying the station. 9 1X Blank. 10-13 I4 Calendar year. 14 1X Blank. 15-16 I2 Day-of-month - the number of the day in the month for which a value is supplied for each month of the calendar year. 17-24 I8 January - Streamflow in CFS for the day in January given by day-of-month. 25-32 I8 February - Streamflow in CFS for the day in February given by day-of-month. 33-40 I8 March - Streamflow in CFS for the day in March given by day-of-month. 41-48 I8 April - Streamflow in CFS for the day in April given by day-of-month. 49-56 I8 May - Streamflow in CFS for the day in May given by day-of-month. 57-64 I8 June - Streamflow in CFS for the day in June given by day- of-month. 65-72 I8 July - Streamflow in CFS for the day in July given by day- of-month. 73-80 I8 August - Streamflow in CFS for the day in August given by day-of- month. 81-88 I8 September - Streamflow in CFS for the day in September given by day-of- month. 89-96 I8 October - Streamflow in CFS for the day in October given by day-of- month. 97-104 I8 November - Streamflow in CFS for the day in November given by day- of-month. 105-112 I8 December - Streamflow in CFS for the day in December given by day-of-month. Note: (1) The field for a non-existent day - for example, November 31 or September 31 - is a missing value indicator of -999999. (2) Negative streamflow values indicate reverse flow resulting from wind, backwater, or tidal effects. Conversion factor: Multiply cubic feet per second (CFS) by 0.02832 to obtain cubic meters per second. Format descriptions: In an integer field n columns wide. 1X a single blank column.