Monitoring Process: Running Operational Forecasts
This guide explains how national meteorological services can generate seasonal forecast outputs using the Anticipatory Action pipeline.
1️⃣ Run Operational Script
Generate forecast outputs using the operational script:
pixi run python -m AA.operational <ISO> <ISSUE_MONTH> <SPI/DRYSPELL>
Notes:
<ISO>should be one of:MOZ,ZWE, orMWI.<ISSUE_MONTH>is the month number (e.g.,9for September,11for November).- MOZ requires both
SPIandDRYSPELLruns. - ZWE and MWI require only
SPI.
This step automatically merges the current issue month probabilities with the triggers. The output is saved in the configured data folder (S3_OPS_DATA_PATH).
After Running
Once the script completes: - The outputs will be available in your local environment or configured S3 path. - These outputs can be used for your internal analysis and dashboard updates.
For dashboard integration or advanced packaging, contact WFP support. Those steps are handled internally and are not required for running the forecasts.