# Ozone Forecast File # First line: forecaster,forecast_month,forecast_day,forecast_year,update_month,update_day,update_year,update_hour,update_min,update_tzone # Where: # forecaster is who created this forecast file # forecast_month is an integer from 0 to 11 corresponding to forecast month, with # 0 = January and 11 = December # forecast_day is an integer from 1 to 31 corresponding to forecast day # forecast_year is a four-digit year corresponding to forecast year # update_month is an integer from 0 to 11 corresponding to when the forecast was last updated, with # 0 = January and 11 = December # update_day is an integer from 1 to 31 corresponding to when the forecast was last updated # update_year is a four-digit year corresponding to when the forecast was last updated # update_hour is a two_digit hour corresponding to when the forecast was last updated # update_min is a two_digit minute corresponding to when the forecast was last updated # update_tzone is a three-character text string corresponding to when the forecast was last updated # update_tzone will be either CDT or CST depending upon the time of year # Data lines: forecast_area,ozone_action,season_mon,season_day,season_emon,season_eday # Where: # forecast_area is a two-digit region number corresponding to the TCEQ regions # ozone_action is the forecast and can be: # orange, red or purple - an action day of is forecast # no - no action day is forecast # begins - the ozone season has not begun # end - the ozone season has ended # season_mon is an integer from 0 to 11 corresponding to ozone season start month, with # 0 = January and 11 = December # season_day is an integer from 1 to 31 corresponding to ozone season start day # season_emon is an integer from 0 to 11 corresponding to ozone season end month, with # 0 = January and 11 = December # season_eday is an integer from 1 to 31 corresponding to ozone season end day Auto Forecast,5,10,2018,5,9,2018,15,0,CDT 12,no,2,1,10,30 10,no,4,1,9,31 04,no,2,1,9,31 05,no,4,1,8,30 11,no,3,1,9,31 13,no,3,1,9,31 14,no,3,1,9,31 51,no,4,1,8,30 06,no,4,1,9,31