comparison client/src/components/systemconfiguration/DataAccuracy.vue @ 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 6a5a2ffcf74b
children bcf9713ee359
comparison
equal deleted inserted replaced
3615:fc7b24f89164 3616:307ddc52a5b9
151 <div 151 <div
152 class="card-body d-flex flex-column align-items-center justify-content-center" 152 class="card-body d-flex flex-column align-items-center justify-content-center"
153 > 153 >
154 <div class="form-inline justify-content-center"> 154 <div class="form-inline justify-content-center">
155 <translate 155 <translate
156 >The highest confidence value within the last 72 hours is
157 greater than</translate
158 >
159 <input
160 type="number"
161 step="1"
162 min="1"
163 class="form-control form-control-sm mx-1"
164 style="width: 55px"
165 v-model="gm_forecast_offset_72h"
166 />
167 cm.
168 </div>
169 </div>
170 </div>
171 <div class="card rounded-right">
172 <div class="card-header">Critical</div>
173 <div
174 class="card-body d-flex flex-column align-items-center justify-content-center"
175 >
176 <div class="form-inline justify-content-center">
177 <translate
156 >The highest confidence value within the last 24 hours is 178 >The highest confidence value within the last 24 hours is
157 greater than</translate 179 greater than</translate
158 > 180 >
159 <input 181 <input
160 type="number" 182 type="number"
161 step="1" 183 step="1"
162 min="1" 184 min="1"
163 class="form-control form-control-sm mx-1" 185 class="form-control form-control-sm mx-1"
164 style="width: 55px" 186 style="width: 55px"
165 v-model="gm_forecast_offset_24h" 187 v-model="gm_forecast_offset_24h"
166 />
167 cm.
168 </div>
169 </div>
170 </div>
171 <div class="card rounded-right">
172 <div class="card-header">Critical</div>
173 <div
174 class="card-body d-flex flex-column align-items-center justify-content-center"
175 >
176 <div class="form-inline justify-content-center">
177 <translate
178 >The highest confidence value within the last 72 hours is
179 greater than</translate
180 >
181 <input
182 type="number"
183 step="1"
184 min="1"
185 class="form-control form-control-sm mx-1"
186 style="width: 55px"
187 v-model="gm_forecast_offset_72h"
188 /> 188 />
189 cm. 189 cm.
190 </div> 190 </div>
191 </div> 191 </div>
192 </div> 192 </div>
226 <div 226 <div
227 class="card-body d-flex flex-column align-items-center justify-content-center" 227 class="card-body d-flex flex-column align-items-center justify-content-center"
228 > 228 >
229 <div class="form-inline justify-content-center"> 229 <div class="form-inline justify-content-center">
230 <translate 230 <translate
231 >The Nash-Sutcliffe coefficient for last 72 hours is less
232 than</translate
233 >
234 <input
235 type="number"
236 step="0.1"
237 class="form-control form-control-sm mx-1"
238 style="width: 70px"
239 v-model="gm_forecast_vs_reality_nsc_72h"
240 />
241 </div>
242 </div>
243 </div>
244 <div class="card rounded-right">
245 <div class="card-header">Critical</div>
246 <div
247 class="card-body d-flex flex-column align-items-center justify-content-center"
248 >
249 <div class="form-inline justify-content-center">
250 <translate
231 >The Nash-Sutcliffe coefficient for last 24 hours is less 251 >The Nash-Sutcliffe coefficient for last 24 hours is less
232 than</translate 252 than</translate
233 > 253 >
234 <input 254 <input
235 type="number" 255 type="number"
236 step="0.1" 256 step="0.1"
237 class="form-control form-control-sm mx-1" 257 class="form-control form-control-sm mx-1"
238 style="width: 70px" 258 style="width: 70px"
239 v-model="gm_forecast_vs_reality_nsc_24h" 259 v-model="gm_forecast_vs_reality_nsc_24h"
240 />
241 </div>
242 </div>
243 </div>
244 <div class="card rounded-right">
245 <div class="card-header">Critical</div>
246 <div
247 class="card-body d-flex flex-column align-items-center justify-content-center"
248 >
249 <div class="form-inline justify-content-center">
250 <translate
251 >The Nash-Sutcliffe coefficient for last 72 hours is less
252 than</translate
253 >
254 <input
255 type="number"
256 step="0.1"
257 class="form-control form-control-sm mx-1"
258 style="width: 70px"
259 v-model="gm_forecast_vs_reality_nsc_72h"
260 /> 260 />
261 </div> 261 </div>
262 </div> 262 </div>
263 </div> 263 </div>
264 </div> 264 </div>