changeset 3616:307ddc52a5b9

client: configuration: data accuracy: corrected criteria for forecasts
author Markus Kottlaender <markus@intevation.de>
date Wed, 05 Jun 2019 14:10:57 +0200
parents fc7b24f89164
children bcf9713ee359
files client/src/components/systemconfiguration/DataAccuracy.vue
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/DataAccuracy.vue	Wed Jun 05 13:45:29 2019 +0200
+++ b/client/src/components/systemconfiguration/DataAccuracy.vue	Wed Jun 05 14:10:57 2019 +0200
@@ -153,7 +153,7 @@
               >
                 <div class="form-inline justify-content-center">
                   <translate
-                    >The highest confidence value within the last 24 hours is
+                    >The highest confidence value within the last 72 hours is
                     greater than</translate
                   >
                   <input
@@ -162,7 +162,7 @@
                     min="1"
                     class="form-control form-control-sm mx-1"
                     style="width: 55px"
-                    v-model="gm_forecast_offset_24h"
+                    v-model="gm_forecast_offset_72h"
                   />
                   cm.
                 </div>
@@ -175,7 +175,7 @@
               >
                 <div class="form-inline justify-content-center">
                   <translate
-                    >The highest confidence value within the last 72 hours is
+                    >The highest confidence value within the last 24 hours is
                     greater than</translate
                   >
                   <input
@@ -184,7 +184,7 @@
                     min="1"
                     class="form-control form-control-sm mx-1"
                     style="width: 55px"
-                    v-model="gm_forecast_offset_72h"
+                    v-model="gm_forecast_offset_24h"
                   />
                   cm.
                 </div>
@@ -228,7 +228,7 @@
               >
                 <div class="form-inline justify-content-center">
                   <translate
-                    >The Nash-Sutcliffe coefficient for last 24 hours is less
+                    >The Nash-Sutcliffe coefficient for last 72 hours is less
                     than</translate
                   >
                   <input
@@ -236,7 +236,7 @@
                     step="0.1"
                     class="form-control form-control-sm mx-1"
                     style="width: 70px"
-                    v-model="gm_forecast_vs_reality_nsc_24h"
+                    v-model="gm_forecast_vs_reality_nsc_72h"
                   />
                 </div>
               </div>
@@ -248,7 +248,7 @@
               >
                 <div class="form-inline justify-content-center">
                   <translate
-                    >The Nash-Sutcliffe coefficient for last 72 hours is less
+                    >The Nash-Sutcliffe coefficient for last 24 hours is less
                     than</translate
                   >
                   <input
@@ -256,7 +256,7 @@
                     step="0.1"
                     class="form-control form-control-sm mx-1"
                     style="width: 70px"
-                    v-model="gm_forecast_vs_reality_nsc_72h"
+                    v-model="gm_forecast_vs_reality_nsc_24h"
                   />
                 </div>
               </div>