Today.ini: Difference between revisions

530 bytes added ,  08:16, 27 August 2013
m
→‎Dealing with rogue values: minor change to layout
m (→‎Introduction: Add writing on closedown)
m (→‎Dealing with rogue values: minor change to layout)
Line 8: Line 8:
== Dealing with rogue values ==
== Dealing with rogue values ==


The today file is written to throughout the current day as any new High or Low for the day at reached.  If your weather station reports a rogue value, an incorrect update to the High or Low may result, but details of that update should be in the [[Diags]], so look there to see what correction will be required to eliminate the rogue value. Normally you would not need to edit today.ini, however rarely you may wish to [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 | edit the rain data]] if there has been a quirk in your weather station reporting during the day and the figure is abnormally inflated. The stored rainfall today value in today.ini may be edited within Cumulus via ''Today's rain'' screen on the '''Edit''' menu. This does not affect any false derived rainfall values for the month or year. '''Note:'''  If you do decide to edit today.ini outside Cumulus, you must close Cumulus down first!  
The today file is written to throughout the current day as any new High or Low for the day at reached.  If your weather station reports a rogue value, an incorrect update to the High or Low may result, but details of that update should be in the [[Diags]], so look there to see what correction will be required to eliminate the rogue value. Normally you would not need to edit today.ini, as if you wait until the next day, Cumulus provides (with its Edit menu) an easy way to amend the stored extremes for this month, this year, monthly records, and all-time. The wrong figures may be displayed on the yesterday screen for this next day, but yesterday.ini can be edited more easily!


If the rogue value is not rainfall, then you might need to edit today.ini or yesterday.ini using an external editor. '''Note:'''  If you do edit either of these files, you must close Cumulus down first!  The files are text files, so edit using any plain text editor.  The format consists of a number of sections (section title is delimited by []), and a number of properties (consisting of attrbute name, an equals sign and a value). Blank lines can be included for readability, they are ignored in these .ini type log files. All values have to be specified in the correct format, see example below.
'''Note:'''  If you do decide to edit today.ini outside Cumulus, you must close Cumulus down first!
=== Editing today.ini within Cumulus ===
You may wish to [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 | edit the rain data]] if there has been a quirk in your weather station reporting during the day and the figure is abnormally inflated (or indeed under-reported). The stored rainfall today value in today.ini may be edited within Cumulus via ''Today's rain'' screen on the '''Edit''' menu. This edit does not affect any false derived rainfall values for the month or year, unless you subsequently close and restart Cumulus the same day to force recalculation of the longer period totals.
=== Editing today.ini or yesterday.ini outside Cumulus ===
If the rogue value is not rainfall, then you might need to edit today.ini or yesterday.ini using an external editor. '''Note:'''  If you do edit either of these files, you must close Cumulus down first!   
 
The files are text files, so edit using any plain text editor.  The format consists of a number of sections (section title is delimited by []), and a number of properties (consisting of attrbute name, an equals sign and a value). Blank lines can be included for readability, they are ignored in these .ini type log files. All values have to be specified in the correct format, see example below.


==Example today.ini file==
==Example today.ini file==
5,838

edits