Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/calibration/feed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ validation:
disable_spared_grassland: true
slack_marginal_cost: 10

# The enforced-baseline validation solve is incompatible with piecewise
# food utility; disable it regardless of the base config's setting.
food_utility_piecewise:
enabled: false

cost_calibration:
enabled: false

Expand Down
5 changes: 5 additions & 0 deletions config/calibration/food_demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ validation:
disable_spared_grassland: true
slack_marginal_cost: 10

# The enforced-baseline validation solve is incompatible with piecewise
# food utility; disable it regardless of the base config's setting.
food_utility_piecewise:
enabled: false

# Skip downstream calibrations so this step is order-independent.
cost_calibration:
enabled: false
Expand Down
5 changes: 5 additions & 0 deletions config/calibration/food_waste.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ validation:
disable_spared_grassland: true
slack_marginal_cost: 10

# The enforced-baseline validation solve is incompatible with piecewise
# food utility; disable it regardless of the base config's setting.
food_utility_piecewise:
enabled: false

# Skip downstream calibrations so this step is order-independent.
cost_calibration:
enabled: false
Expand Down
28 changes: 17 additions & 11 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -975,18 +975,23 @@ diet:
# global defaults.
# FBS diet-source configuration (used when source: fbs).
fbs:
# FBS reports wheat (item 2511) and rice (item 2807) supply without a
# whole-grain vs refined split, while the model carries them as
# separate foods (flour-wholemeal/rice-brown vs flour-white/
# rice-white) in separate food groups. These fractions allocate each
# item's energy supply to the whole-grain food; the remainder goes to
# the refined counterpart. Defaults from a population-weighted
# least-squares fit of per-country FBS-derived whole-grain intake to
# the survey-based (GDD-IA) estimate; they reproduce GDD-IA's global
# population-weighted whole-grain intake (~42 g/day) within ~1 g/day.
# FBS reports wheat (item 2511), rice (item 2807) and maize (item
# 2514) supply without a whole-grain vs refined split, while the
# model carries them as separate foods (flour-wholemeal/rice-brown/
# maize-whole vs flour-white/rice-white/maize) in separate food
# groups. These fractions allocate each item's energy supply to the
# whole-grain food; the remainder goes to the refined counterpart.
# Defaults from a population-weighted bounded least-squares fit of
# per-country FBS-derived whole-grain intake to the GBD whole-grain
# exposure estimate (the definitional anchor of the health module),
# excluding countries whose always-whole coarse-grain intake alone
# already exceeds the GBD target (their residual is invariant to
# the shares). The fit reproduces GBD's global population-weighted
# whole-grain intake (~45 g/day) within a few g/day.
whole_grain_shares:
flour-wholemeal: 0.11
rice-brown: 0.04
flour-wholemeal: 0.07
rice-brown: 0.01
maize-whole: 0.46
# GDD-IA pipeline configuration (used when source: gdd_ia).
gdd_ia:
# GDD-IA reports meat in cooked weight (implied kcal/g for beef
Expand Down Expand Up @@ -1139,6 +1144,7 @@ commodities:
- buckwheat
- foxtail-millet
- maize
- maize-whole
- oat
- pearl-millet
- rye
Expand Down
2 changes: 1 addition & 1 deletion config/schemas/config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ properties:
properties:
whole_grain_shares:
type: object
description: "Per-whole-grain-food fraction of the shared FBS item's supply (wheat 2511, rice 2807) allocated to the whole-grain food; the remainder goes to the refined counterpart in the same FBS item"
description: "Per-whole-grain-food fraction of the shared FBS item's supply (wheat 2511, rice 2807, maize 2514) allocated to the whole-grain food; the remainder goes to the refined counterpart in the same FBS item"
additionalProperties:
type: number
minimum: 0.0
Expand Down
Loading
Loading