Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:user:version:kvqc2d-1.1.0 [2010-12-13 00:17:54] paule |
kvalobs:kvoss:system:qc2:user:version:kvqc2d-1.1.0 [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== kvqc2d Version: 1.1.0 ====== | ====== kvqc2d Version: 1.1.0 ====== | ||
- | [[https:// | + | ^ 8-) **To Do** 8-) When deploying into operation the kvalobs control scripts have to be updated to call " |
+ | |||
+ | In consequence, | ||
+ | |||
+ | * kvstop -l {and select the value for kvqc2} | ||
+ | * SYSTEM: apt-get remove kvqc2 | ||
+ | * SYSTEM: apt-get install kvqc2d | ||
+ | * run kvqc2d on the command line first to check all paths are in order (and also all the log files with new names are created) ... Ctrl+C to Quit | ||
+ | * update / | ||
+ | * kvstart | ||
+ | |||
+ | |||
+ | Source: | ||
**Algorithms in this release:** | **Algorithms in this release:** | ||
^ AlgoCode ^Name ^Description | ^ AlgoCode ^Name ^Description | ||
- | | 10 | SingleLinear_v32 | Replaces a single missing value with a linear interpolated value. If a corresponding max or min paramids are also specified then checks that the correction lies within the available max ... min range, if the interpolated values falls outside this range then the algorithm sets the corrected value to the nearest of max or min. Run for any paramid and optional max, min specified in the configuration file. New version updated with respect to a {{: | + | | 10 | SingleLinear_v32 | Replaces a single missing value with a linear interpolated value. If a corresponding max or min paramids are also specified then checks that the correction lies within the available max ... min range, if the interpolated values falls outside this range then the algorithm sets the corrected value to the nearest of max or min. Run for any paramid and optional max, min specified in the configuration file. New version updated with respect to a {{kvalobs: |
| 1 | Redistribution of RR_24 | See https:// | | 1 | Redistribution of RR_24 | See https:// | ||
+ | |||
+ | **Sample data from the new algorithm** (scroll right for cfailed format) | ||
+ | |||
+ | **NB** on dev-vm101 this data could only be generated with I_fd=0 ... normally this is set to I_fd=1 so that only QC1-controlled data is used for interpolation model values for the redistribution. | ||
+ | |||
+ | < | ||
+ | kvalobs=# select * from data where obstime between ' | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+--------------------------------------------------------------------------- | ||
+ | 25260 | 2010-12-07 06:00:00 | | ||
+ | 25260 | 2010-12-08 06:00:00 | | ||
+ | 25260 | 2010-12-09 06:00:00 | -1 | 110 | 2010-12-09 07:21:52 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 45350 | 2010-12-07 06:00:00 | | ||
+ | 45350 | 2010-12-08 06:00:00 | | ||
+ | 45350 | 2010-12-09 06:00:00 | 9 | 110 | 2010-12-09 11:40:20 | 302 | 0 | 0 | 3.7 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 84070 | 2010-12-07 06:00:00 | | ||
+ | 84070 | 2010-12-08 06:00:00 | | ||
+ | 84070 | 2010-12-09 06:00:00 | 1.5 | 110 | 2010-12-09 07:03:10 | 302 | 0 | 0 | 1.3 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | (9 rows) | ||
+ | |||
+ | </ | ||
+ | |||
**Example Configuration Files** | **Example Configuration Files** | ||
Line 29: | Line 65: | ||
#[Specific Data Type and Paramters ids etc.] | #[Specific Data Type and Paramters ids etc.] | ||
ParamId=211 | ParamId=211 | ||
- | MaxParamId=215 | + | # MaxParamId=215 |
- | MinParamId=213 | + | # MinParamId=213 |
# Only write back the result if not previously controlled | # Only write back the result if not previously controlled | ||
W_fhqc=0 | W_fhqc=0 | ||
Line 44: | Line 80: | ||
</ | </ | ||
- | ^Redistribution_v32^ | + | ^Redistribution^ |
< | < | ||
Line 83: | Line 119: | ||
# | # | ||
# Only write data it it has not been analysed by HQC | # Only write data it it has not been analysed by HQC | ||
- | # W_fhqc=9 | ||
W_fhqc=0 | W_fhqc=0 | ||
Line 91: | Line 126: | ||
# Condition for running the algorithm | # Condition for running the algorithm | ||
- | A_fd=1 | + | A_fd=2 |
# Flags to set on successful completion | # Flags to set on successful completion | ||
Line 99: | Line 134: | ||
#Only interpolate the following data | #Only interpolate the following data | ||
- | I_fd=0 | + | I_fd=1 |
InterpolationDistance=50.0 | InterpolationDistance=50.0 | ||
</ | </ | ||
+ | **Notes** | ||
- | ====== Bugs and new requirements ====== | + | * This algorithm will redistribute data flagged with fd=2 (A_fd) |
+ | * To re-run the algorithm on the same data again set A_fd=7 and keep W_fhqc=0, i.e. do not re-write any decision by HQC. | ||
- | === By default assume dry (0 -> -1) === | + | ====== Bugs and new requirements addressed in this release ====== |
- | https:// | + | Most of the bugs opened in response to emails. |
=== General bugs identified in algorithm testing === | === General bugs identified in algorithm testing === | ||
https:// | https:// | ||
- | + | ||
+ | Test results are at the foot of this report: https:// | ||
=== Name Changes === | === Name Changes === | ||
https:// | https:// | ||
- | | + | * renaming of kvqc2 to kvqc2d |
- | - renaming of Qc2.log to kvqc2d.lo | + | |
=== Additional logging information === | === Additional logging information === | ||
Line 152: | Line 191: | ||
--------------- Case 1: Completed | --------------- Case 1: Completed | ||
</ | </ | ||
+ | |||
+ | === By default assume dry (0 -> -1) === | ||
+ | |||
+ | https:// | ||
+ | |||
+ | For example: | ||
+ | |||
+ | < | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+---------------------------------------------------------------------------------- | ||
+ | |||
+ | 55550 | 2010-12-20 06:00:00 | | ||
+ | 55550 | 2010-12-21 06:00:00 | | ||
+ | 55550 | 2010-12-22 06:00:00 | 2.6 | 110 | 2010-12-22 15:16:50 | 302 | 0 | 0 | 1.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 84070 | 2010-12-24 06:00:00 | | ||
+ | 84070 | 2010-12-25 06:00:00 | | ||
+ | 84070 | 2010-12-26 06:00:00 | | ||
+ | 84070 | 2010-12-27 06:00:00 | | ||
+ | 84070 | 2010-12-28 06:00:00 | | ||
+ | 84070 | 2010-12-29 06:00:00 | 0.2 | 110 | 2010-12-29 12:05:13 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | </ | ||
+ | |||
=== Revised typeid policy === | === Revised typeid policy === | ||
https:// | https:// | ||
+ | |||
+ | Only typeids specificed in the configuration file with the new option TypeIds are redistributed. All typeids are used for interpolation. | ||
+ | |||
+ | === CFAILED === | ||
+ | |||
+ | The format of cfailed for the Redistribution algorithm has been changed (please see example data above). | ||
+ | |||
+ | |||
+ | ===== First Run In Operations ===== | ||
+ | |||
+ | |||
+ | Installed on murky (2011-01-10) 13:20 Local Time. The Redistribution Algorithm was run at 14:20 LT for the previous 28 days. Note: the algroithm started at 13 20 55 UTC and completed the run at 13 29 17 UTC (circa 9 minutes), using 100% of 1 of the processors (observation with " | ||
+ | |||
+ | ===Log File=== | ||
+ | |||
+ | NB: a database dump of the redistributed values is also provided after the log file. | ||
+ | |||
+ | < | ||
+ | kvalobs@murky:/ | ||
+ | 20110110122202: | ||
+ | --------------- Qc2Work: starting work thread! | ||
+ | 20110110122202: | ||
+ | --------------- New database connection (PostgreSQL) created! | ||
+ | 20110110122202: | ||
+ | --------------- Created a new connection to the database! | ||
+ | 20110110122202: | ||
+ | --------------- %%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | 20110110122302: | ||
+ | --------------- shutdown CORBA! | ||
+ | 20110110122302: | ||
+ | --------------- Qc2Work: Thread terminating! | ||
+ | 20110110122302: | ||
+ | --------------- Closing the database connection before termination! | ||
+ | 20110110122302: | ||
+ | --------------- Database connection (PostgreSQL) released | ||
+ | 20110110122350: | ||
+ | --------------- Qc2Work: starting work thread! | ||
+ | 20110110122350: | ||
+ | --------------- New database connection (PostgreSQL) created! | ||
+ | 20110110122350: | ||
+ | --------------- Created a new connection to the database! | ||
+ | 20110110122350: | ||
+ | --------------- %%%%%%%%%%%%%%%%%%%%%%%% | ||
+ | 20110110132055: | ||
+ | --------------- Case 1: Redistribute | ||
+ | 20110110132055: | ||
+ | --------------- Redistribute Accumulations | ||
+ | 20110110132402: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132404: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132405: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132517: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132517: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132517: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132518: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132536: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132537: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132733: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132733: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132733: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132734: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132749: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132832: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132833: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132833: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132833: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132916: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Redistribution: | ||
+ | 20110110132917: | ||
+ | --------------- Case 1: Completed | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===Database dump=== | ||
+ | |||
+ | < | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+--------------------------------------------------------------------------------------------------- | ||
+ | 17780 | 2011-01-08 06:00:00 | | ||
+ | 17780 | 2011-01-09 06:00:00 | | ||
+ | 17780 | 2011-01-10 06:00:00 | 8.5 | 110 | 2011-01-10 07:15:25 | 302 | 0 | 0 | 2.4 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 45350 | 2010-12-24 06:00:00 | | ||
+ | 45350 | 2010-12-25 06:00:00 | | ||
+ | 45350 | 2010-12-26 06:00:00 | | ||
+ | 45350 | 2010-12-27 06:00:00 | -1 | 110 | 2011-01-04 14:11:40 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 47240 | 2011-01-08 06:00:00 | | ||
+ | 47240 | 2011-01-09 06:00:00 | | ||
+ | 47240 | 2011-01-10 06:00:00 | 28.1 | 110 | 2011-01-10 06:35:09 | 302 | 0 | 0 | 17.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 48780 | 2010-12-24 06:00:00 | | ||
+ | 48780 | 2010-12-25 06:00:00 | | ||
+ | 48780 | 2010-12-26 06:00:00 | | ||
+ | 48780 | 2010-12-27 06:00:00 | 20.5 | 110 | 2010-12-27 09:26:24 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 48780 | 2010-12-31 06:00:00 | | ||
+ | 48780 | 2011-01-01 06:00:00 | | ||
+ | 48780 | 2011-01-02 06:00:00 | | ||
+ | 48780 | 2011-01-03 06:00:00 | 16.9 | 110 | 2011-01-03 09:14:51 | 302 | 0 | 0 | 0.6 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 48780 | 2011-01-07 06:00:00 | | ||
+ | 48780 | 2011-01-08 06:00:00 | | ||
+ | 48780 | 2011-01-09 06:00:00 | | ||
+ | 48780 | 2011-01-10 06:00:00 | 22.2 | 110 | 2011-01-10 07:36:04 | 302 | 0 | 0 | 11.3 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | |||
+ | 53730 | 2010-12-25 06:00:00 | | ||
+ | 53730 | 2010-12-26 06:00:00 | | ||
+ | 53730 | 2010-12-27 06:00:00 | 4 | 110 | 2010-12-27 08:59:40 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 53730 | 2010-12-31 06:00:00 | | ||
+ | 53730 | 2011-01-01 06:00:00 | | ||
+ | 53730 | 2011-01-02 06:00:00 | | ||
+ | 53730 | 2011-01-03 06:00:00 | 5.4 | 110 | 2011-01-03 13:21:46 | 302 | 0 | 0 | 0.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 53950 | 2010-12-31 06:00:00 | | ||
+ | 53950 | 2011-01-01 06:00:00 | | ||
+ | 53950 | 2011-01-02 06:00:00 | | ||
+ | 53950 | 2011-01-03 06:00:00 | 2.6 | 110 | 2011-01-03 13:22:51 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54320 | 2010-12-31 06:00:00 | | ||
+ | 54320 | 2011-01-01 06:00:00 | | ||
+ | 54320 | 2011-01-02 06:00:00 | | ||
+ | 54320 | 2011-01-03 06:00:00 | | ||
+ | 54320 | 2011-01-04 06:00:00 | | ||
+ | 54320 | 2011-01-05 06:00:00 | | ||
+ | 54320 | 2011-01-06 06:00:00 | | ||
+ | 54320 | 2011-01-07 06:00:00 | 21 | 110 | 2011-01-07 11:34:53 | 302 | 0 | 0 | 2.6 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54780 | 2010-12-24 06:00:00 | | ||
+ | 54780 | 2010-12-25 06:00:00 | | ||
+ | 54780 | 2010-12-26 06:00:00 | | ||
+ | 54780 | 2010-12-27 06:00:00 | -1 | 110 | 2011-01-07 12:07:29 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000190 | QC1-7-110, | ||
+ | |||
+ | 55550 | 2010-12-20 06:00:00 | | ||
+ | 55550 | 2010-12-21 06:00:00 | | ||
+ | 55550 | 2010-12-22 06:00:00 | 2.6 | 110 | 2010-12-22 15:15:19 | 302 | 0 | 0 | 1.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 55930 | 2010-12-24 06:00:00 | | ||
+ | 55930 | 2010-12-25 06:00:00 | | ||
+ | 55930 | 2010-12-26 06:00:00 | | ||
+ | 55930 | 2010-12-27 06:00:00 | -1 | 110 | 2010-12-27 07:45:16 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 55930 | 2011-01-01 06:00:00 | | ||
+ | 55930 | 2011-01-02 06:00:00 | | ||
+ | 55930 | 2011-01-03 06:00:00 | -1 | 110 | 2011-01-03 06:42:37 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 55930 | 2011-01-05 06:00:00 | | ||
+ | 55930 | 2011-01-06 06:00:00 | | ||
+ | 55930 | 2011-01-07 06:00:00 | 12 | 110 | 2011-01-10 11:37:31 | 302 | 0 | 0 | 10.5 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 55930 | 2011-01-08 06:00:00 | | ||
+ | 55930 | 2011-01-09 06:00:00 | | ||
+ | 55930 | 2011-01-10 06:00:00 | 25 | 110 | 2011-01-10 11:38:56 | 302 | 0 | 0 | 18 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 62900 | 2010-12-23 06:00:00 | | ||
+ | 62900 | 2010-12-24 06:00:00 | | ||
+ | 62900 | 2010-12-25 06:00:00 | | ||
+ | 62900 | 2010-12-26 06:00:00 | -1 | 110 | 2010-12-26 11:59:31 | 302 | 0 | 0 | -1 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 64320 | 2011-01-01 06:00:00 | | ||
+ | 64320 | 2011-01-02 06:00:00 | | ||
+ | 64320 | 2011-01-03 06:00:00 | 30.5 | 110 | 2011-01-03 06:46:34 | 302 | 0 | 0 | 3.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 64320 | 2011-01-08 06:00:00 | | ||
+ | 64320 | 2011-01-09 06:00:00 | | ||
+ | 64320 | 2011-01-10 06:00:00 | 15.9 | 110 | 2011-01-10 06:10:39 | 302 | 0 | 0 | 15.9 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 81370 | 2011-01-08 06:00:00 | | ||
+ | 81370 | 2011-01-09 06:00:00 | | ||
+ | 81370 | 2011-01-10 06:00:00 | 3.9 | 110 | 2011-01-10 07:11:08 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 84070 | 2011-01-08 06:00:00 | | ||
+ | 84070 | 2011-01-09 06:00:00 | | ||
+ | 84070 | 2011-01-10 06:00:00 | 0.2 | 110 | 2011-01-10 06:46:56 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 85440 | 2010-12-28 06:00:00 | | ||
+ | 85440 | 2010-12-29 06:00:00 | | ||
+ | 85440 | 2010-12-30 06:00:00 | | ||
+ | 85440 | 2010-12-31 06:00:00 | | ||
+ | 85440 | 2011-01-01 06:00:00 | | ||
+ | 85440 | 2011-01-02 06:00:00 | | ||
+ | 85440 | 2011-01-03 06:00:00 | 85 | 110 | 2011-01-03 14:15:54 | 302 | 0 | 0 | 2.8 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 89650 | 2010-12-24 06:00:00 | | ||
+ | 89650 | 2010-12-25 06:00:00 | | ||
+ | 89650 | 2010-12-26 06:00:00 | | ||
+ | 89650 | 2010-12-27 06:00:00 | 15.5 | 110 | 2010-12-30 09:55:49 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 89650 | 2010-12-28 06:00:00 | | ||
+ | 89650 | 2010-12-29 06:00:00 | | ||
+ | 89650 | 2010-12-30 06:00:00 | | ||
+ | 89650 | 2010-12-31 06:00:00 | | ||
+ | 89650 | 2011-01-01 06:00:00 | | ||
+ | 89650 | 2011-01-02 06:00:00 | | ||
+ | 89650 | 2011-01-03 06:00:00 | | ||
+ | 89650 | 2011-01-04 06:00:00 | 31.2 | 110 | 2011-01-04 09:49:35 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 89650 | 2011-01-08 06:00:00 | | ||
+ | 89650 | 2011-01-09 06:00:00 | | ||
+ | 89650 | 2011-01-01 06:00:00 | | ||
+ | 89650 | 2011-01-02 06:00:00 | | ||
+ | 89650 | 2011-01-03 06:00:00 | | ||
+ | 89650 | 2011-01-04 06:00:00 | 31.2 | 110 | 2011-01-04 09:49:35 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 89650 | 2011-01-08 06:00:00 | | ||
+ | 89650 | 2011-01-09 06:00:00 | | ||
+ | 89650 | 2011-01-10 06:00:00 | 0.7 | 110 | 2011-01-10 10:01:29 | 302 | 0 | 0 | 0.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 92750 | 2011-01-08 06:00:00 | | ||
+ | 92750 | 2011-01-09 06:00:00 | | ||
+ | 92750 | 2011-01-10 06:00:00 | 0.1 | 110 | 2011-01-10 07:41:16 | 302 | 0 | 0 | 0.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 94130 | 2011-01-08 06:00:00 | | ||
+ | 94130 | 2011-01-09 06:00:00 | | ||
+ | 94130 | 2011-01-10 06:00:00 | 0.5 | 110 | 2011-01-10 07:27:27 | 302 | 0 | 0 | 0.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 94870 | 2011-01-08 06:00:00 | | ||
+ | 94870 | 2011-01-09 06:00:00 | | ||
+ | 94870 | 2011-01-10 06:00:00 | 2 | 110 | 2011-01-10 07:00:34 | 302 | 0 | 0 | 2 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 96931 | 2011-01-08 06:00:00 | | ||
+ | 96931 | 2011-01-09 06:00:00 | | ||
+ | 96931 | 2011-01-10 06:00:00 | 2.2 | 110 | 2011-01-10 07:43:31 | 302 | 0 | 0 | 1.8 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | (111 rows) | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== Second Run In Operations ===== | ||
+ | |||
+ | The results of the first run were reviewed. With no serious problems identified the algorithm was set to run again in operations on 2011.01.25. | ||
+ | |||
+ | The schedule for the algorithm is as follows: | ||
+ | * **06:35** perform a run looking at the last 4 days - the last 4 days is selected since from the first run on murky (see above) about 30 redistributions were made of which 15 were over 3 days and 10 over 4 days. | ||
+ | * **01:20** Wednesday Night/ | ||
+ | |||
+ | **First Observations** The 01:20 run picked up many values and redistributed them successfully. The daily runs so far (5 days have elapsed) have detected only a small number of additional runs to redistribute. | ||
+ | |||
+ | ^Results of long run on 2011.01.25^ | ||
+ | |||
+ | < | ||
+ | | ||
+ | -----------+---------------------+----------+---------+---------------------+--------+--------+-------+-----------+------------------+------------------+--------------------------------------------------------------------------------------------------------------- | ||
+ | 17780 | 2011-01-15 06:00:00 | | ||
+ | 17780 | 2011-01-16 06:00:00 | | ||
+ | 17780 | 2011-01-17 06:00:00 | 11 | 110 | 2011-01-17 07:25:36 | 302 | 0 | 0 | 0.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 25540 | 2011-01-15 06:00:00 | | ||
+ | 25540 | 2011-01-16 06:00:00 | | ||
+ | 25540 | 2011-01-17 06:00:00 | 23.6 | 110 | 2011-01-24 20:22:11 | 402 | 0 | 0 | 0.9 | 0110004000007000 | 5336900000000000 | QC1-7-110b, | ||
+ | |||
+ | 45350 | 2011-01-15 06:00:00 | | ||
+ | 45350 | 2011-01-16 06:00:00 | | ||
+ | 45350 | 2011-01-17 06:00:00 | 72.6 | 110 | 2011-01-21 12:46:51 | 302 | 0 | 0 | 17.6 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 47240 | 2011-01-15 06:00:00 | | ||
+ | 47240 | 2011-01-16 06:00:00 | | ||
+ | 47240 | 2011-01-17 06:00:00 | 34.5 | 110 | 2011-01-17 06:33:17 | 302 | 0 | 0 | 8.6 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 47240 | 2011-01-22 06:00:00 | | ||
+ | 47240 | 2011-01-23 06:00:00 | | ||
+ | 47240 | 2011-01-24 06:00:00 | 11.6 | 110 | 2011-01-24 06:33:17 | 302 | 0 | 0 | 1.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 47270 | 2011-01-15 06:00:00 | | ||
+ | 47270 | 2011-01-16 06:00:00 | | ||
+ | 47270 | 2011-01-17 06:00:00 | 20.7 | 110 | 2011-01-24 20:22:14 | 402 | 0 | 0 | 7.2 | 0110004000007000 | 5336900000000000 | QC1-7-110b, | ||
+ | |||
+ | 48780 | 2011-01-15 06:00:00 | | ||
+ | 48780 | 2011-01-16 06:00:00 | | ||
+ | 48780 | 2011-01-17 06:00:00 | 48.5 | 110 | 2011-01-17 11:37:01 | 302 | 0 | 0 | 31.7 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 48780 | 2011-01-22 06:00:00 | | ||
+ | 48780 | 2011-01-23 06:00:00 | | ||
+ | 48780 | 2011-01-24 06:00:00 | 19.5 | 110 | 2011-01-24 07:25:41 | 302 | 0 | 0 | 2.8 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 50450 | 2011-01-15 06:00:00 | | ||
+ | 50450 | 2011-01-16 06:00:00 | | ||
+ | 50450 | 2011-01-17 06:00:00 | 32 | 110 | 2011-01-24 20:22:14 | 402 | 0 | 0 | 17.2 | 0110004000007000 | 5336900000000000 | QC1-7-110b, | ||
+ | |||
+ | 53730 | 2011-01-15 06:00:00 | | ||
+ | 53730 | 2011-01-16 06:00:00 | | ||
+ | 53730 | 2011-01-17 06:00:00 | 20.5 | 110 | 2011-01-17 12:26:00 | 302 | 0 | 0 | 16.3 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 53730 | 2011-01-23 06:00:00 | | ||
+ | 53730 | 2011-01-24 06:00:00 | 2.5 | 110 | 2011-01-24 09:05:13 | 302 | 0 | 0 | 0.3 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 53950 | 2011-01-15 06:00:00 | | ||
+ | 53950 | 2011-01-16 06:00:00 | | ||
+ | 53950 | 2011-01-17 06:00:00 | 21.5 | 110 | 2011-01-17 12:49:07 | 302 | 0 | 0 | 14.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 53950 | 2011-01-23 06:00:00 | | ||
+ | 53950 | 2011-01-24 06:00:00 | 7.2 | 110 | 2011-01-24 09:05:12 | 302 | 0 | 0 | 0.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54320 | 2011-01-15 06:00:00 | | ||
+ | 54320 | 2011-01-16 06:00:00 | | ||
+ | 54320 | 2011-01-17 06:00:00 | | ||
+ | 54320 | 2011-01-18 06:00:00 | | ||
+ | 54320 | 2011-01-19 06:00:00 | | ||
+ | 54320 | 2011-01-20 06:00:00 | | ||
+ | 54320 | 2011-01-21 06:00:00 | 5.7 | 110 | 2011-01-21 09:42:59 | 302 | 0 | 0 | 0.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54320 | 2011-01-25 06:00:00 | | ||
+ | 54320 | 2011-01-26 06:00:00 | | ||
+ | 54320 | 2011-01-27 06:00:00 | | ||
+ | 54320 | 2011-01-28 06:00:00 | 4.5 | 110 | 2011-01-28 09:20:46 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54420 | 2011-01-12 06:00:00 | | ||
+ | 54420 | 2011-01-13 06:00:00 | | ||
+ | 54420 | 2011-01-14 06:00:00 | | ||
+ | 54420 | 2011-01-15 06:00:00 | | ||
+ | 54420 | 2011-01-16 06:00:00 | | ||
+ | 54420 | 2011-01-17 06:00:00 | | ||
+ | 54420 | 2011-01-18 06:00:00 | | ||
+ | 54420 | 2011-01-19 06:00:00 | | ||
+ | 54420 | 2011-01-20 06:00:00 | 7 | 110 | 2011-01-20 12:40:45 | 302 | 0 | 0 | -1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 54780 | 2011-01-15 06:00:00 | | ||
+ | 54780 | 2011-01-16 06:00:00 | | ||
+ | 54780 | 2011-01-17 06:00:00 | 14 | 110 | 2011-01-17 09:01:53 | 302 | 0 | 0 | 6.1 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 55930 | 2011-01-15 06:00:00 | | ||
+ | 55930 | 2011-01-16 06:00:00 | | ||
+ | 55930 | 2011-01-17 06:00:00 | 46.8 | 110 | 2011-01-18 10:56:28 | 302 | 0 | 0 | 28.5 | 0110004000007000 | 5336900000000000 | QC1-7-110, | ||
+ | |||
+ | 55930 | 2011-01-22 06:00:00 | | ||
+ | 55930 | 2011-01-23 06:00:00 | | ||
+ | 55930 | 2011-01-24 06:00:00 | 5.8 | 110 | 2011-01-24 07:18:00 | 302 | 0 | 0 | 1.8 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 64320 | 2011-01-15 06:00:00 | | ||
+ | 64320 | 2011-01-16 06:00:00 | | ||
+ | 64320 | 2011-01-17 06:00:00 | 4.5 | 110 | 2011-01-17 06:10:50 | 302 | 0 | 0 | 4.2 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 64320 | 2011-01-22 06:00:00 | | ||
+ | 64320 | 2011-01-23 06:00:00 | | ||
+ | 64320 | 2011-01-24 06:00:00 | 16.6 | 110 | 2011-01-24 06:11:06 | 302 | 0 | 0 | 4.5 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 85440 | 2011-01-18 06:00:00 | | ||
+ | 85440 | 2011-01-19 06:00:00 | | ||
+ | 85440 | 2011-01-20 06:00:00 | | ||
+ | 85440 | 2011-01-21 06:00:00 | | ||
+ | 85440 | 2011-01-22 06:00:00 | | ||
+ | 85440 | 2011-01-23 06:00:00 | | ||
+ | 85440 | 2011-01-24 06:00:00 | 141.6 | 110 | 2011-01-24 13:38:26 | 302 | 0 | 0 | 35.3 | 0440004000007000 | 5336900000000002 | QC1-1-110, | ||
+ | |||
+ | 89650 | 2011-01-15 06:00:00 | | ||
+ | 89650 | 2011-01-16 06:00:00 | | ||
+ | 89650 | 2011-01-17 06:00:00 | 0.7 | 110 | 2011-01-17 07:46:35 | 302 | 0 | 0 | 0.7 | 0140004000007000 | 5336900000000001 | QC1-2-72.b12, | ||
+ | |||
+ | 92750 | 2011-01-22 06:00:00 | | ||
+ | 92750 | 2011-01-23 06:00:00 | | ||
+ | 92750 | 2011-01-24 06:00:00 | 14.2 | 110 | 2011-01-24 06:44:20 | 302 | 0 | 0 | 7.8 | 0140004000007001 | 3306000000000021 | QC1-2-72.b12, | ||
+ | (83 rows) | ||
+ | |||
+ | </ | ||