← Back to Metaculus Scans

How many Swiss cantons will be classified as "Extremely Dry" according to the Swiss drought platform on September 2, 2026?

post 45049 · question 45198 · discrete · summer-futureeval-2026 · 2026-08-13T18:03:36.471033 · View on Metaculus →
6.0
Submitted p50
weighted_average
Fermi logic
climate
Domain

Plan 37.71s

Treat the count as a mixture over summer-2026 climate regimes: use sq1 (any extremely dry canton) and sq3 (widespread ≥5) to pin the lower bound and upper tail, sq2 to shift regime weights, and sq4 to discount for platform/definition ambiguity, then blend these correlated factors via a weighted average into a right-skewed distribution centered near 0-2 cantons.

Sub-questions (4)

sq1
Will at least one Swiss canton be classified as 'Extremely dry' on the National drought platform (trockenheit.admin.ch) when checked on/after September 2, 2026?
Determines whether the answer is 0 (the modal outcome in normal/wet years) or a positive integer; anchors the lower bound of the distribution.
w=0.35
sq2
Will summer 2026 (June-August) in Switzerland be substantially drier and hotter than the 1991-2020 normal, per MeteoSwiss/seasonal forecasts?
The count of extremely dry cantons is driven almost entirely by cumulative summer precipitation deficit and heat; a dry summer sharply raises the expected count.
w=0.30
sq3
Will five or more cantons be classified as 'Extremely dry' on September 2, 2026 (i.e., a widespread multi-canton drought like 2018/2022)?
Defines the upper tail; distinguishes a localized dry patch (1-4 cantons) from a nationwide drought event affecting a large share of the 26 cantons.
w=0.20
sq4
Will the drought platform still display an unchanged canton-level 'Extremely dry' classification scheme (no methodology/interface change or outage) in September 2026?
Resolution depends on the platform's specific classification categories and geographic display; a redesign or index change could shift or ambiguate the count, and default/ambiguous readings often push toward low values.
w=0.15

Tool requests (4)

claude_news sq1, sq3, sq4 {"brief": "Explain how the Swiss National drought platform (trockenheit.admin.ch) classifies drought: what indices are shown (soil moisture, streamflow, groundwater, precipitation deficit), what the \u0027extremely dry\u0027 category means, whether classifications are shown by canton or by grid/region, and what the current/most recent status is (how many cantons or regions are \u0027extremely dry\u0027 now and in summer 2025). Also report Swiss drought conditions and MeteoSwiss summer 2025/2026 outlooks.", "max_searches": 4, "question_title": "How many Swiss cantons will be classified as \u0027Extremely Dry\u0027 according to the Swiss drought platform on September 2, 2026?"}
article_search sq1, sq2, sq3 {"lookback_days": 400, "queries": ["Switzerland drought extremely dry cantons trockenheit platform", "Swiss summer heatwave rainfall deficit MeteoSwiss drought alert", "Switzerland water shortage cantons restrictions August September"]}
wikipedia_lookup sq2, sq3 {"queries": ["2022 European drought", "2018 European drought", "Climate of Switzerland", "Cantons of Switzerland"]}
code_execution sq1, sq3 {"code": "import numpy as np\n# Model: probability of a widespread late-summer drought in Switzerland (like 2003, 2015, 2018, 2022) ~ 4-5 events in ~25 years\np_severe = 0.18\np_moderate = 0.30 # localized dry (a few cantons)\np_normal = 1 - p_severe - p_moderate\nrng = np.random.default_rng(0)\nN=200000\nu = rng.random(N)\ncounts = np.empty(N)\nsev = u \u003c p_severe\nmod = (u \u003e= p_severe) \u0026 (u \u003c p_severe + p_moderate)\nnor = u \u003e= p_severe + p_moderate\ncounts[sev] = rng.integers(4, 20, sev.sum()) # widespread drought: many cantons\ncounts[mod] = rng.integers(1, 5, mod.sum()) # localized\ncounts[nor] = rng.choice([0,0,0,1], nor.sum()) # mostly zero\nprint(\u0027mean\u0027, counts.mean(), \u0027median\u0027, np.median(counts))\nfor q in [5,10,25,50,75,90,95]:\n print(q, np.percentile(counts, q))\nprint(\u0027P(\u003e=1)\u0027, (counts\u003e=1).mean(), \u0027P(\u003e=5)\u0027, (counts\u003e=5).mean(), \u0027P(0)\u0027, (counts==0).mean())", "description": "Monte Carlo of the distribution of the number of \u0027extremely dry\u0027 Swiss cantons in early September, using regime probabilities (normal / localized dry / widespread drought) to produce quantiles for the numeric answer."}

Research 25.6s · 4 tool(s) · 0 error(s)

claude_news ok 13 citations 25.6s
article_search ok 11 articles 0.75s
wikipedia_lookup ok 3 pages 1.3s
code_execution ok Monte Carlo of the distribution of the number of 'extremely 0.23s
Cross-market signals
## Cross-Market Signals

### Polymarket
- "Will there be no change in Fed interest rates after the September 2026 meeting?" → Yes: 0.70, Volume: $7.3M
- "Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.4M
- "Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.01, Volume: $8.3M
- "Will the Fed increase interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.28, Volume: $6.8M
- "Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.8M

Evidence Synthesis 30.59s · 9 items

Direction mix: UP 2 DOWN 1 NEUTRAL 6
sq1 article_search WEAK cred 25 NEUTRAL VERY_RECENT
Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.
sq1 question_description MODERATE cred 70 UP DATED
Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question's creation.
sq1 code_execution WEAK cred 30 NEUTRAL VERY_RECENT
A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(≥1)=0.61, P(0)=0.39, P(≥5)=0.17.
sq3 wikipedia_lookup MODERATE cred 80 DOWN DATED
Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.
sq2 article_search WEAK cred 20 NEUTRAL VERY_RECENT
No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.
sq2 wikipedia_lookup MODERATE cred 82 UP DATED
Attribution research found human-induced warming contributed over 30% of the 2022 European drought's intensity and spatial extent, indicating a rising drought-frequency trend.
sq2 article_search WEAK cred 60 NEUTRAL DATED
Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.
sq4 article_search WEAK cred 35 NEUTRAL VERY_RECENT
No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.
sq4 question_description MODERATE cred 55 NEUTRAL DATED
The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting 'extremely dry' cantons.

Information gaps

Key uncertainties

Forecast 92.94s · opus, secondary

Rationale

(a) Resolution is on/after 2 Sept 2026, roughly one to three months from the apparent present, with the decisive June–August 2026 Alpine weather still largely unknown. (b) Status quo: the question's range is centred on 15 (4.5–25.5), hinting the generator anchored on a drought-alert snapshot where many cantons were flagged, but no verified current reading of trockenheit.admin.ch exists; a typical, non-drought early September would show few or zero 'extremely dry' cantons, which would resolve at the 4.5 floor. (c) Trend: climate-warming attribution work (2022 European drought) implies rising frequency/extent of Alpine drought, and dry-summer alerts have become common, nudging the central estimate upward from a pure historical base rate. (d) Base rates/expert signal: widespread continental droughts like 2018 and 2022 occur roughly 2 years in 10; a Monte Carlo regime mixture gave P(0)=0.39, mean ~3, P(≥5)=0.17 — implying substantial probability mass piling at the closed lower bound, though that simulation is weakly credible and the platform's spatial index may flag partial-canton dryness generously, raising counts. (e) Low scenario: a wet, thundery late-August 2026 recharges soil moisture, few or no regions hit the extreme class, and the question resolves at or just above 4.5. (f) High scenario: a 2018/2022-style blocking-high summer with heatwaves and a prolonged Mittelland/Valais deficit leaves most of the country in the extreme category, pushing the count to 18–25 cantons. Given the closed floor, I place heavy mass near the bottom of the range but keep a long right tail for a repeat of a nationwide drought and for a permissive counting convention.
Evidence brief shown to forecaster
1. [sq1 | article_search | WEAK cred 25 | NEUTRAL | VERY_RECENT] Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.
2. [sq1 | question_description | MODERATE cred 70 | UP | DATED] Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question's creation.
3. [sq1 | code_execution | WEAK cred 30 | NEUTRAL | VERY_RECENT] A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(≥1)=0.61, P(0)=0.39, P(≥5)=0.17.
4. [sq3 | wikipedia_lookup | MODERATE cred 80 | DOWN | DATED] Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.
5. [sq2 | article_search | WEAK cred 20 | NEUTRAL | VERY_RECENT] No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.
6. [sq2 | wikipedia_lookup | MODERATE cred 82 | UP | DATED] Attribution research found human-induced warming contributed over 30% of the 2022 European drought's intensity and spatial extent, indicating a rising drought-frequency trend.
7. [sq2 | article_search | WEAK cred 60 | NEUTRAL | DATED] Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.
8. [sq4 | article_search | WEAK cred 35 | NEUTRAL | VERY_RECENT] No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.
9. [sq4 | question_description | MODERATE cred 55 | NEUTRAL | DATED] The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting 'extremely dry' cantons.

## Cross-Market Signals

### Polymarket
- "Will there be no change in Fed interest rates after the September 2026 meeting?" → Yes: 0.70, Volume: $7.3M
- "Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.4M
- "Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.01, Volume: $8.3M
- "Will the Fed increase interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.28, Volume: $6.8M
- "Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.8M

Information gaps:
  - No historical record of how many Swiss cantons were 'extremely dry' on ~Sept 2 in past years (base rate missing)
  - No MeteoSwiss/Copernicus seasonal outlook or actual June-August 2026 precipitation/temperature anomalies
  - No current (Aug 2026) snapshot of trockenheit.admin.ch soil-moisture/streamflow indices
  - Unclear whether platform aggregates to canton level or only to grid cells

Key uncertainties:
  - Whether late-August 2026 rainfall reset soil-moisture indices before Sept 2
  - Which index (soil moisture vs. streamflow vs. groundwater) Metaculus reads for 'extremely dry'
  - Right-tail risk of a 2018/2022-style widespread Alpine drought
  - Counting convention for partially affected cantons
Raw forecast prompt
You are an elite superforecaster. Produce a probability distribution over the answer to this Metaculus numeric question.

## Question
How many Swiss cantons will be classified as "Extremely Dry" according to the Swiss drought platform on September 2, 2026?

## Description / Resolution Criteria
## Description
Swissinfo: [Sparse rainfall and heatwaves have put Switzerland on drought alert](https://www.swissinfo.ch/eng/climate-adaptation/sparse-rainfall-and-heatwaves-have-put-switzerland-on-drought-alert/91493521)

`{"format": "bot_tournament_question", "info": {"hash_id": "0fea5d8457ac1063", "sheet_id": "167"}}`

## Resolution Criteria
This question resolves as the number of Swiss cantons classified as "Extremely dry" according to the Swiss [National drought platform](https://www.trockenheit.admin.ch/en) when accessed by Metaculus on or after September 2, 2026.

## Range
The answer must be a number in [4.5, 25.5] (units: cantons).

## Sub-question decomposition (planner)
- (w=0.35) Will at least one Swiss canton be classified as 'Extremely dry' on the National drought platform (trockenheit.admin.ch) when checked on/after September 2, 2026?  — Determines whether the answer is 0 (the modal outcome in normal/wet years) or a positive integer; anchors the lower boun
- (w=0.30) Will summer 2026 (June-August) in Switzerland be substantially drier and hotter than the 1991-2020 normal, per MeteoSwiss/seasonal forecasts?  — The count of extremely dry cantons is driven almost entirely by cumulative summer precipitation deficit and heat; a dry 
- (w=0.20) Will five or more cantons be classified as 'Extremely dry' on September 2, 2026 (i.e., a widespread multi-canton drought like 2018/2022)?  — Defines the upper tail; distinguishes a localized dry patch (1-4 cantons) from a nationwide drought event affecting a la
- (w=0.15) Will the drought platform still display an unchanged canton-level 'Extremely dry' classification scheme (no methodology/interface change or outage) in September 2026?  — Resolution depends on the platform's specific classification categories and geographic display; a redesign or index chan

## Synthesized evidence
1. [sq1 | article_search | WEAK cred 25 | NEUTRAL | VERY_RECENT] Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.
2. [sq1 | question_description | MODERATE cred 70 | UP | DATED] Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question's creation.
3. [sq1 | code_execution | WEAK cred 30 | NEUTRAL | VERY_RECENT] A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(≥1)=0.61, P(0)=0.39, P(≥5)=0.17.
4. [sq3 | wikipedia_lookup | MODERATE cred 80 | DOWN | DATED] Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.
5. [sq2 | article_search | WEAK cred 20 | NEUTRAL | VERY_RECENT] No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.
6. [sq2 | wikipedia_lookup | MODERATE cred 82 | UP | DATED] Attribution research found human-induced warming contributed over 30% of the 2022 European drought's intensity and spatial extent, indicating a rising drought-frequency trend.
7. [sq2 | article_search | WEAK cred 60 | NEUTRAL | DATED] Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.
8. [sq4 | article_search | WEAK cred 35 | NEUTRAL | VERY_RECENT] No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.
9. [sq4 | question_description | MODERATE cred 55 | NEUTRAL | DATED] The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting 'extremely dry' cantons.

## Cross-Market Signals

### Polymarket
- "Will there be no change in Fed interest rates after the September 2026 meeting?" → Yes: 0.70, Volume: $7.3M
- "Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.4M
- "Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.01, Volume: $8.3M
- "Will the Fed increase interest rates by 25 bps after the September 2026 meeting?" → Yes: 0.28, Volume: $6.8M
- "Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?" → Yes: 0.00, Volume: $4.8M

Information gaps:
  - No historical record of how many Swiss cantons were 'extremely dry' on ~Sept 2 in past years (base rate missing)
  - No MeteoSwiss/Copernicus seasonal outlook or actual June-August 2026 precipitation/temperature anomalies
  - No current (Aug 2026) snapshot of trockenheit.admin.ch soil-moisture/streamflow indices
  - Unclear whether platform aggregates to canton level or only to grid cells

Key uncertainties:
  - Whether late-August 2026 rainfall reset soil-moisture indices before Sept 2
  - Which index (soil moisture vs. streamflow vs. groundwater) Metaculus reads for 'extremely dry'
  - Right-tail risk of a 2018/2022-style widespread Alpine drought
  - Counting convention for partially affected cantons

## Required pre-forecast walkthrough

Before giving percentiles, address these explicitly in your rationale:
  (a) The time left until the question resolves.
  (b) The outcome if NOTHING changes from today (the status quo value).
  (c) The outcome if the CURRENT TREND continues.
  (d) The expectations of experts / markets / base rates.
  (e) A plausible scenario that produces a LOW outcome (near p10).
  (f) A plausible scenario that produces a HIGH outcome (near p90).

## Calibration guidance

- **Be humble about tails.** Good forecasters set WIDE 90/10 intervals to account for unknown unknowns. Narrow tails get punished by the log score far more than slightly-biased medians.
- **Status quo anchoring.** The p50 should be close to the status quo value unless you have strong evidence of a trend.
- Don't pile mass at one value — if you're tempted, widen the spread by 20-50%.
- **Anchor on markets/experts.** If liquid market prices, analyst forecasts, or community percentiles appear in the evidence, center your distribution on them and widen — don't override a liquid market without specific evidence it lacks.
- **Relative-return / spread questions ("how much will X's return exceed Y's").** A near-zero median is usually right, but size the TAILS to the more VOLATILE leg, not to a generic 2-3pp spread. Two broad equity indices (e.g. Nasdaq-100 vs S&P 500) do stay within roughly ±2-3pp over a two-week window. But when one leg is a commodity (crude oil, gold) or a single high-beta stock (e.g. Nvidia), the two-week realized spread regularly reaches ±10pp or more — crude-vs-equity spreads have hit ±18pp. In those cases set p10/p90 to at least ±10pp (±15pp or wider for oil) while keeping the median near the status-quo spread; the 2-3pp intuition applies only to index-vs-index.
- **Heavy-tailed one-off magnitudes (opening-weekend box office, product-launch or debut numbers).** Pre-event tracking for these routinely misses by ±40% or more, and results land both far above and far below the consensus. Do NOT treat the displayed [min, max] range as the plausible range or clamp p10/p90 to its edges: the outcome can fall outside the range in either direction (recent opening weekends resolved ~7% above a displayed ceiling in one case and roughly half the displayed floor in another). Set p10/p90 wide enough that a 2x-or-0.5x surprise versus your central estimate still lands inside the interval, and when concrete current tracking disagrees with historical/franchise base rates, weight the tracking.

## Output

Return ONLY valid JSON, no markdown fences:

{
  "rationale": "<address (a) through (f) above, then state your distribution — 6-10 sentences total>",
  "p10": <number>,
  "p25": <number>,
  "p50": <number>,
  "p75": <number>,
  "p90": <number>
}

Percentiles MUST be in non-decreasing order (p10 <= p25 <= p50 <= p75 <= p90).

Raw Trace JSON

Show full JSON
{
  "forecast": {
    "evidence_brief": "1. [sq1 | article_search | WEAK cred 25 | NEUTRAL | VERY_RECENT] Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.\n2. [sq1 | question_description | MODERATE cred 70 | UP | DATED] Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question\u0027s creation.\n3. [sq1 | code_execution | WEAK cred 30 | NEUTRAL | VERY_RECENT] A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(\u22651)=0.61, P(0)=0.39, P(\u22655)=0.17.\n4. [sq3 | wikipedia_lookup | MODERATE cred 80 | DOWN | DATED] Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.\n5. [sq2 | article_search | WEAK cred 20 | NEUTRAL | VERY_RECENT] No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.\n6. [sq2 | wikipedia_lookup | MODERATE cred 82 | UP | DATED] Attribution research found human-induced warming contributed over 30% of the 2022 European drought\u0027s intensity and spatial extent, indicating a rising drought-frequency trend.\n7. [sq2 | article_search | WEAK cred 60 | NEUTRAL | DATED] Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.\n8. [sq4 | article_search | WEAK cred 35 | NEUTRAL | VERY_RECENT] No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.\n9. [sq4 | question_description | MODERATE cred 55 | NEUTRAL | DATED] The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting \u0027extremely dry\u0027 cantons.\n\n## Cross-Market Signals\n\n### Polymarket\n- \"Will there be no change in Fed interest rates after the September 2026 meeting?\" \u2192 Yes: 0.70, Volume: $7.3M\n- \"Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.4M\n- \"Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.01, Volume: $8.3M\n- \"Will the Fed increase interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.28, Volume: $6.8M\n- \"Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.8M\n\nInformation gaps:\n  - No historical record of how many Swiss cantons were \u0027extremely dry\u0027 on ~Sept 2 in past years (base rate missing)\n  - No MeteoSwiss/Copernicus seasonal outlook or actual June-August 2026 precipitation/temperature anomalies\n  - No current (Aug 2026) snapshot of trockenheit.admin.ch soil-moisture/streamflow indices\n  - Unclear whether platform aggregates to canton level or only to grid cells\n\nKey uncertainties:\n  - Whether late-August 2026 rainfall reset soil-moisture indices before Sept 2\n  - Which index (soil moisture vs. streamflow vs. groundwater) Metaculus reads for \u0027extremely dry\u0027\n  - Right-tail risk of a 2018/2022-style widespread Alpine drought\n  - Counting convention for partially affected cantons",
    "forecast_prompt": "You are an elite superforecaster. Produce a probability distribution over the answer to this Metaculus numeric question.\n\n## Question\nHow many Swiss cantons will be classified as \"Extremely Dry\" according to the Swiss drought platform on September 2, 2026?\n\n## Description / Resolution Criteria\n## Description\nSwissinfo: [Sparse rainfall and heatwaves have put Switzerland on drought alert](https://www.swissinfo.ch/eng/climate-adaptation/sparse-rainfall-and-heatwaves-have-put-switzerland-on-drought-alert/91493521)\n\n`{\"format\": \"bot_tournament_question\", \"info\": {\"hash_id\": \"0fea5d8457ac1063\", \"sheet_id\": \"167\"}}`\n\n## Resolution Criteria\nThis question resolves as the number of Swiss cantons classified as \"Extremely dry\" according to the Swiss [National drought platform](https://www.trockenheit.admin.ch/en) when accessed by Metaculus on or after September 2, 2026.\n\n## Range\nThe answer must be a number in [4.5, 25.5] (units: cantons).\n\n## Sub-question decomposition (planner)\n- (w=0.35) Will at least one Swiss canton be classified as \u0027Extremely dry\u0027 on the National drought platform (trockenheit.admin.ch) when checked on/after September 2, 2026?  \u2014 Determines whether the answer is 0 (the modal outcome in normal/wet years) or a positive integer; anchors the lower boun\n- (w=0.30) Will summer 2026 (June-August) in Switzerland be substantially drier and hotter than the 1991-2020 normal, per MeteoSwiss/seasonal forecasts?  \u2014 The count of extremely dry cantons is driven almost entirely by cumulative summer precipitation deficit and heat; a dry \n- (w=0.20) Will five or more cantons be classified as \u0027Extremely dry\u0027 on September 2, 2026 (i.e., a widespread multi-canton drought like 2018/2022)?  \u2014 Defines the upper tail; distinguishes a localized dry patch (1-4 cantons) from a nationwide drought event affecting a la\n- (w=0.15) Will the drought platform still display an unchanged canton-level \u0027Extremely dry\u0027 classification scheme (no methodology/interface change or outage) in September 2026?  \u2014 Resolution depends on the platform\u0027s specific classification categories and geographic display; a redesign or index chan\n\n## Synthesized evidence\n1. [sq1 | article_search | WEAK cred 25 | NEUTRAL | VERY_RECENT] Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.\n2. [sq1 | question_description | MODERATE cred 70 | UP | DATED] Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question\u0027s creation.\n3. [sq1 | code_execution | WEAK cred 30 | NEUTRAL | VERY_RECENT] A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(\u22651)=0.61, P(0)=0.39, P(\u22655)=0.17.\n4. [sq3 | wikipedia_lookup | MODERATE cred 80 | DOWN | DATED] Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.\n5. [sq2 | article_search | WEAK cred 20 | NEUTRAL | VERY_RECENT] No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.\n6. [sq2 | wikipedia_lookup | MODERATE cred 82 | UP | DATED] Attribution research found human-induced warming contributed over 30% of the 2022 European drought\u0027s intensity and spatial extent, indicating a rising drought-frequency trend.\n7. [sq2 | article_search | WEAK cred 60 | NEUTRAL | DATED] Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.\n8. [sq4 | article_search | WEAK cred 35 | NEUTRAL | VERY_RECENT] No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.\n9. [sq4 | question_description | MODERATE cred 55 | NEUTRAL | DATED] The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting \u0027extremely dry\u0027 cantons.\n\n## Cross-Market Signals\n\n### Polymarket\n- \"Will there be no change in Fed interest rates after the September 2026 meeting?\" \u2192 Yes: 0.70, Volume: $7.3M\n- \"Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.4M\n- \"Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.01, Volume: $8.3M\n- \"Will the Fed increase interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.28, Volume: $6.8M\n- \"Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.8M\n\nInformation gaps:\n  - No historical record of how many Swiss cantons were \u0027extremely dry\u0027 on ~Sept 2 in past years (base rate missing)\n  - No MeteoSwiss/Copernicus seasonal outlook or actual June-August 2026 precipitation/temperature anomalies\n  - No current (Aug 2026) snapshot of trockenheit.admin.ch soil-moisture/streamflow indices\n  - Unclear whether platform aggregates to canton level or only to grid cells\n\nKey uncertainties:\n  - Whether late-August 2026 rainfall reset soil-moisture indices before Sept 2\n  - Which index (soil moisture vs. streamflow vs. groundwater) Metaculus reads for \u0027extremely dry\u0027\n  - Right-tail risk of a 2018/2022-style widespread Alpine drought\n  - Counting convention for partially affected cantons\n\n## Required pre-forecast walkthrough\n\nBefore giving percentiles, address these explicitly in your rationale:\n  (a) The time left until the question resolves.\n  (b) The outcome if NOTHING changes from today (the status quo value).\n  (c) The outcome if the CURRENT TREND continues.\n  (d) The expectations of experts / markets / base rates.\n  (e) A plausible scenario that produces a LOW outcome (near p10).\n  (f) A plausible scenario that produces a HIGH outcome (near p90).\n\n## Calibration guidance\n\n- **Be humble about tails.** Good forecasters set WIDE 90/10 intervals to account for unknown unknowns. Narrow tails get punished by the log score far more than slightly-biased medians.\n- **Status quo anchoring.** The p50 should be close to the status quo value unless you have strong evidence of a trend.\n- Don\u0027t pile mass at one value \u2014 if you\u0027re tempted, widen the spread by 20-50%.\n- **Anchor on markets/experts.** If liquid market prices, analyst forecasts, or community percentiles appear in the evidence, center your distribution on them and widen \u2014 don\u0027t override a liquid market without specific evidence it lacks.\n- **Relative-return / spread questions (\"how much will X\u0027s return exceed Y\u0027s\").** A near-zero median is usually right, but size the TAILS to the more VOLATILE leg, not to a generic 2-3pp spread. Two broad equity indices (e.g. Nasdaq-100 vs S\u0026P 500) do stay within roughly \u00b12-3pp over a two-week window. But when one leg is a commodity (crude oil, gold) or a single high-beta stock (e.g. Nvidia), the two-week realized spread regularly reaches \u00b110pp or more \u2014 crude-vs-equity spreads have hit \u00b118pp. In those cases set p10/p90 to at least \u00b110pp (\u00b115pp or wider for oil) while keeping the median near the status-quo spread; the 2-3pp intuition applies only to index-vs-index.\n- **Heavy-tailed one-off magnitudes (opening-weekend box office, product-launch or debut numbers).** Pre-event tracking for these routinely misses by \u00b140% or more, and results land both far above and far below the consensus. Do NOT treat the displayed [min, max] range as the plausible range or clamp p10/p90 to its edges: the outcome can fall outside the range in either direction (recent opening weekends resolved ~7% above a displayed ceiling in one case and roughly half the displayed floor in another). Set p10/p90 wide enough that a 2x-or-0.5x surprise versus your central estimate still lands inside the interval, and when concrete current tracking disagrees with historical/franchise base rates, weight the tracking.\n\n## Output\n\nReturn ONLY valid JSON, no markdown fences:\n\n{\n  \"rationale\": \"\u003caddress (a) through (f) above, then state your distribution \u2014 6-10 sentences total\u003e\",\n  \"p10\": \u003cnumber\u003e,\n  \"p25\": \u003cnumber\u003e,\n  \"p50\": \u003cnumber\u003e,\n  \"p75\": \u003cnumber\u003e,\n  \"p90\": \u003cnumber\u003e\n}\n\nPercentiles MUST be in non-decreasing order (p10 \u003c= p25 \u003c= p50 \u003c= p75 \u003c= p90).\n",
    "models": [
      "opus",
      "secondary"
    ],
    "p50": 6.0,
    "percentiles": {
      "0.1": 4.5,
      "0.25": 4.75,
      "0.5": 6.0,
      "0.75": 9.5,
      "0.9": 16.0
    },
    "rationale": "(a) Resolution is on/after 2 Sept 2026, roughly one to three months from the apparent present, with the decisive June\u2013August 2026 Alpine weather still largely unknown. (b) Status quo: the question\u0027s range is centred on 15 (4.5\u201325.5), hinting the generator anchored on a drought-alert snapshot where many cantons were flagged, but no verified current reading of trockenheit.admin.ch exists; a typical, non-drought early September would show few or zero \u0027extremely dry\u0027 cantons, which would resolve at the 4.5 floor. (c) Trend: climate-warming attribution work (2022 European drought) implies rising frequency/extent of Alpine drought, and dry-summer alerts have become common, nudging the central estimate upward from a pure historical base rate. (d) Base rates/expert signal: widespread continental droughts like 2018 and 2022 occur roughly 2 years in 10; a Monte Carlo regime mixture gave P(0)=0.39, mean ~3, P(\u22655)=0.17 \u2014 implying substantial probability mass piling at the closed lower bound, though that simulation is weakly credible and the platform\u0027s spatial index may flag partial-canton dryness generously, raising counts. (e) Low scenario: a wet, thundery late-August 2026 recharges soil moisture, few or no regions hit the extreme class, and the question resolves at or just above 4.5. (f) High scenario: a 2018/2022-style blocking-high summer with heatwaves and a prolonged Mittelland/Valais deficit leaves most of the country in the extreme category, pushing the count to 18\u201325 cantons. Given the closed floor, I place heavy mass near the bottom of the range but keep a long right tail for a repeat of a nationwide drought and for a permissive counting convention."
  },
  "plan": {
    "combination_logic": "weighted_average",
    "domain": "climate",
    "n_sub_qs": 4,
    "n_tools": 4,
    "reasoning_approach": "Treat the count as a mixture over summer-2026 climate regimes: use sq1 (any extremely dry canton) and sq3 (widespread \u22655) to pin the lower bound and upper tail, sq2 to shift regime weights, and sq4 to discount for platform/definition ambiguity, then blend these correlated factors via a weighted average into a right-skewed distribution centered near 0-2 cantons.",
    "sub_questions": [
      {
        "id": "sq1",
        "question": "Will at least one Swiss canton be classified as \u0027Extremely dry\u0027 on the National drought platform (trockenheit.admin.ch) when checked on/after September 2, 2026?",
        "rationale": "Determines whether the answer is 0 (the modal outcome in normal/wet years) or a positive integer; anchors the lower bound of the distribution.",
        "weight": 0.35
      },
      {
        "id": "sq2",
        "question": "Will summer 2026 (June-August) in Switzerland be substantially drier and hotter than the 1991-2020 normal, per MeteoSwiss/seasonal forecasts?",
        "rationale": "The count of extremely dry cantons is driven almost entirely by cumulative summer precipitation deficit and heat; a dry summer sharply raises the expected count.",
        "weight": 0.3
      },
      {
        "id": "sq3",
        "question": "Will five or more cantons be classified as \u0027Extremely dry\u0027 on September 2, 2026 (i.e., a widespread multi-canton drought like 2018/2022)?",
        "rationale": "Defines the upper tail; distinguishes a localized dry patch (1-4 cantons) from a nationwide drought event affecting a large share of the 26 cantons.",
        "weight": 0.2
      },
      {
        "id": "sq4",
        "question": "Will the drought platform still display an unchanged canton-level \u0027Extremely dry\u0027 classification scheme (no methodology/interface change or outage) in September 2026?",
        "rationale": "Resolution depends on the platform\u0027s specific classification categories and geographic display; a redesign or index change could shift or ambiguate the count, and default/ambiguous readings often push toward low values.",
        "weight": 0.15
      }
    ],
    "tool_requests": [
      {
        "parameters": {
          "brief": "Explain how the Swiss National drought platform (trockenheit.admin.ch) classifies drought: what indices are shown (soil moisture, streamflow, groundwater, precipitation deficit), what the \u0027extremely dry\u0027 category means, whether classifications are shown by canton or by grid/region, and what the current/most recent status is (how many cantons or regions are \u0027extremely dry\u0027 now and in summer 2025). Also report Swiss drought conditions and MeteoSwiss summer 2025/2026 outlooks.",
          "max_searches": 4,
          "question_title": "How many Swiss cantons will be classified as \u0027Extremely Dry\u0027 according to the Swiss drought platform on September 2, 2026?"
        },
        "target_sub_questions": [
          "sq1",
          "sq3",
          "sq4"
        ],
        "tool_name": "claude_news"
      },
      {
        "parameters": {
          "lookback_days": 400,
          "queries": [
            "Switzerland drought extremely dry cantons trockenheit platform",
            "Swiss summer heatwave rainfall deficit MeteoSwiss drought alert",
            "Switzerland water shortage cantons restrictions August September"
          ]
        },
        "target_sub_questions": [
          "sq1",
          "sq2",
          "sq3"
        ],
        "tool_name": "article_search"
      },
      {
        "parameters": {
          "queries": [
            "2022 European drought",
            "2018 European drought",
            "Climate of Switzerland",
            "Cantons of Switzerland"
          ]
        },
        "target_sub_questions": [
          "sq2",
          "sq3"
        ],
        "tool_name": "wikipedia_lookup"
      },
      {
        "parameters": {
          "code": "import numpy as np\n# Model: probability of a widespread late-summer drought in Switzerland (like 2003, 2015, 2018, 2022) ~ 4-5 events in ~25 years\np_severe = 0.18\np_moderate = 0.30   # localized dry (a few cantons)\np_normal = 1 - p_severe - p_moderate\nrng = np.random.default_rng(0)\nN=200000\nu = rng.random(N)\ncounts = np.empty(N)\nsev = u \u003c p_severe\nmod = (u \u003e= p_severe) \u0026 (u \u003c p_severe + p_moderate)\nnor = u \u003e= p_severe + p_moderate\ncounts[sev] = rng.integers(4, 20, sev.sum())      # widespread drought: many cantons\ncounts[mod] = rng.integers(1, 5, mod.sum())       # localized\ncounts[nor] = rng.choice([0,0,0,1], nor.sum())    # mostly zero\nprint(\u0027mean\u0027, counts.mean(), \u0027median\u0027, np.median(counts))\nfor q in [5,10,25,50,75,90,95]:\n    print(q, np.percentile(counts, q))\nprint(\u0027P(\u003e=1)\u0027, (counts\u003e=1).mean(), \u0027P(\u003e=5)\u0027, (counts\u003e=5).mean(), \u0027P(0)\u0027, (counts==0).mean())",
          "description": "Monte Carlo of the distribution of the number of \u0027extremely dry\u0027 Swiss cantons in early September, using regime probabilities (normal / localized dry / widespread drought) to produce quantiles for the numeric answer."
        },
        "target_sub_questions": [
          "sq1",
          "sq3"
        ],
        "tool_name": "code_execution"
      }
    ]
  },
  "question": {
    "close_time": "2026-08-13T21:00:00Z",
    "description": "## Description\nSwissinfo: [Sparse rainfall and heatwaves have put Switzerland on drought alert](https://www.swissinfo.ch/eng/climate-adaptation/sparse-rainfall-and-heatwaves-have-put-switzerland-on-drought-alert/91493521)\n\n`{\"format\": \"bot_tournament_question\", \"info\": {\"hash_id\": \"0fea5d8457ac1063\", \"sheet_id\": \"167\"}}`\n\n## Resolution Criteria\nThis question resolves as the number of Swiss cantons classified as \"Extremely dry\" according to the Swiss [National drought platform](https://www.trockenheit.admin.ch/en) when accessed by Metaculus on or after September 2, 2026.",
    "open_lower": true,
    "open_upper": true,
    "q_max": 25.5,
    "q_min": 4.5,
    "question_type": "numeric",
    "title": "How many Swiss cantons will be classified as \"Extremely Dry\" according to the Swiss drought platform on September 2, 2026?",
    "units": "cantons"
  },
  "research": {
    "cross_market_brief": "## Cross-Market Signals\n\n### Polymarket\n- \"Will there be no change in Fed interest rates after the September 2026 meeting?\" \u2192 Yes: 0.70, Volume: $7.3M\n- \"Will the Fed decrease interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.4M\n- \"Will the Fed decrease interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.01, Volume: $8.3M\n- \"Will the Fed increase interest rates by 25 bps after the September 2026 meeting?\" \u2192 Yes: 0.28, Volume: $6.8M\n- \"Will the Fed increase interest rates by 50+ bps after the September 2026 meeting?\" \u2192 Yes: 0.00, Volume: $4.8M",
    "errors": [],
    "has_cross_market": true,
    "n_errors": 0,
    "n_tools": 4,
    "tools": [
      {
        "elapsed_s": 25.6,
        "error": null,
        "success": true,
        "summary": "13 citations",
        "tool_name": "claude_news"
      },
      {
        "elapsed_s": 0.75,
        "error": null,
        "success": true,
        "summary": "11 articles",
        "tool_name": "article_search"
      },
      {
        "elapsed_s": 1.3,
        "error": null,
        "success": true,
        "summary": "3 pages",
        "tool_name": "wikipedia_lookup"
      },
      {
        "elapsed_s": 0.23,
        "error": null,
        "success": true,
        "summary": "Monte Carlo of the distribution of the number of \u0027extremely ",
        "tool_name": "code_execution"
      }
    ]
  },
  "synthesis": {
    "error": null,
    "evidence": [
      {
        "claim": "Article search returned no Switzerland-specific drought reporting for summer 2026; results were dominated by US, UK and Canadian drought stories and unrelated items.",
        "credibility": 25,
        "direction": "NEUTRAL",
        "priced_in": false,
        "recency": "VERY_RECENT",
        "source": "article_search",
        "strength": "WEAK",
        "sub_question_id": "sq1"
      },
      {
        "claim": "Swissinfo reported that sparse rainfall and heatwaves had put Switzerland on drought alert, the framing behind the question\u0027s creation.",
        "credibility": 70,
        "direction": "UP",
        "priced_in": true,
        "recency": "DATED",
        "source": "question_description",
        "strength": "MODERATE",
        "sub_question_id": "sq1"
      },
      {
        "claim": "A Monte Carlo regime-mixture simulation produced median 1 canton, mean ~3.0, P(\u22651)=0.61, P(0)=0.39, P(\u22655)=0.17.",
        "credibility": 30,
        "direction": "NEUTRAL",
        "priced_in": false,
        "recency": "VERY_RECENT",
        "source": "code_execution",
        "strength": "WEAK",
        "sub_question_id": "sq1"
      },
      {
        "claim": "Europe experienced severe, Switzerland-affecting drought/heat summers in 2018 and 2022, implying roughly a 2-in-10-year base rate for widespread continental drought.",
        "credibility": 80,
        "direction": "DOWN",
        "priced_in": true,
        "recency": "DATED",
        "source": "wikipedia_lookup",
        "strength": "MODERATE",
        "sub_question_id": "sq3"
      },
      {
        "claim": "No MeteoSwiss or ECMWF/Copernicus seasonal forecast information for Swiss summer 2026 was retrieved by the research tools.",
        "credibility": 20,
        "direction": "NEUTRAL",
        "priced_in": false,
        "recency": "VERY_RECENT",
        "source": "article_search",
        "strength": "WEAK",
        "sub_question_id": "sq2"
      },
      {
        "claim": "Attribution research found human-induced warming contributed over 30% of the 2022 European drought\u0027s intensity and spatial extent, indicating a rising drought-frequency trend.",
        "credibility": 82,
        "direction": "UP",
        "priced_in": true,
        "recency": "DATED",
        "source": "wikipedia_lookup",
        "strength": "MODERATE",
        "sub_question_id": "sq2"
      },
      {
        "claim": "Reported record-level spring 2026 drought was in the contiguous United States, with no indicated teleconnection to European or Alpine conditions.",
        "credibility": 60,
        "direction": "NEUTRAL",
        "priced_in": true,
        "recency": "DATED",
        "source": "article_search",
        "strength": "WEAK",
        "sub_question_id": "sq2"
      },
      {
        "claim": "No evidence was found of any planned methodology change, redesign, or outage of the trockenheit.admin.ch national drought platform.",
        "credibility": 35,
        "direction": "NEUTRAL",
        "priced_in": false,
        "recency": "VERY_RECENT",
        "source": "article_search",
        "strength": "WEAK",
        "sub_question_id": "sq4"
      },
      {
        "claim": "The platform reports drought indices spatially (grid/region based) rather than as clean canton-level categories, creating ambiguity in counting \u0027extremely dry\u0027 cantons.",
        "credibility": 55,
        "direction": "NEUTRAL",
        "priced_in": false,
        "recency": "DATED",
        "source": "question_description",
        "strength": "MODERATE",
        "sub_question_id": "sq4"
      }
    ],
    "information_gaps": [
      "No historical record of how many Swiss cantons were \u0027extremely dry\u0027 on ~Sept 2 in past years (base rate missing)",
      "No MeteoSwiss/Copernicus seasonal outlook or actual June-August 2026 precipitation/temperature anomalies",
      "No current (Aug 2026) snapshot of trockenheit.admin.ch soil-moisture/streamflow indices",
      "Unclear whether platform aggregates to canton level or only to grid cells"
    ],
    "key_uncertainties": [
      "Whether late-August 2026 rainfall reset soil-moisture indices before Sept 2",
      "Which index (soil moisture vs. streamflow vs. groundwater) Metaculus reads for \u0027extremely dry\u0027",
      "Right-tail risk of a 2018/2022-style widespread Alpine drought",
      "Counting convention for partially affected cantons"
    ],
    "n_evidence": 9
  },
  "timings": {
    "forecast": 92.94,
    "plan": 37.71,
    "research": 25.6,
    "synthesis": 30.59
  }
}