You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.qmd
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Regional subsets (country-level) complete in seconds to minutes.
154
154
155
155
## Validation Results
156
156
157
-
All distributions tested against TerraClimate Bali data (1958–2024). Cross-distribution correlation exceeds 0.98. The test suite generates **25 visualizations** including advanced analytics.
157
+
All distributions tested against TerraClimate Bali data (1958–2024). Cross-distribution correlation exceeds 0.98. The test suite generates **28 visualizations** including advanced analytics and operational mode validation.
Risk assessment plot showing probability of exceeding drought thresholds with return period annotations.
207
+
208
+
### Operational Mode
209
+
210
+

211
+
212
+
Parameter persistence for real-time monitoring: calibrate once on historical data, apply consistently to new observations. Results are identical to fresh calculations.
207
213
:::
208
214
209
215
See [Validation & Test Results](technical/validation.qmd) for detailed analysis.
In real-world drought monitoring, you don't recalibrate every time new data arrives. Instead, you establish a stable baseline period, save those distribution parameters, and apply them consistently to new observations. This ensures temporal consistency and makes drought assessments comparable over time.
278
+
279
+
### The Workflow
280
+
281
+
1.**Calibration Phase**: Calculate SPI/SPEI on historical data (1958-2021) and save fitted distribution parameters
282
+
2.**Operational Phase**: Load saved parameters and apply to new data (2022-2024) without refitting
283
+
3.**Validation**: Confirm operational results are identical to fresh calculations
284
+
285
+
### Workflow Visualization
286
+
287
+
{#fig-operational-workflow}
288
+
289
+
**What to look for**:
290
+
291
+
- The transition from calibration to operational period should be seamless.
292
+
- Results using loaded parameters match fresh calculations exactly (r = 1.0, max diff < 10⁻⁶).
293
+
- New drought/wet events in 2022-2024 are properly detected using historical parameters.
294
+
295
+
### Distribution Parameters
296
+
297
+
The fitted parameters are stored as spatial grids for each calendar month, allowing consistent application to new data:
298
+
299
+
{#fig-operational-params}
300
+
301
+
### Multi-Scale, Multi-Distribution Validation
302
+
303
+
The operational mode was validated across multiple configurations:
304
+
305
+
{#fig-operational-multiscale}
306
+
307
+
**Validation Results**:
308
+
309
+
| Configuration | Correlation | Max Difference | Status |
-**Report files**: 6 text reports with detailed statistics
299
389
300
390
### Distribution Fitting Quality
301
391
@@ -323,6 +413,8 @@ The test suite generates comprehensive outputs:
323
413
324
414
7.**Advanced visualizations** (seasonal heatmaps, climate stripes, exceedance probability) provide intuitive tools for communication and risk assessment.
325
415
416
+
8.**Operational mode works perfectly** — parameter save/load produces results identical to fresh calculations across all configurations (SPI/SPEI × scales × distributions).
0 commit comments