Put in the crop prices from FAO data and the reduction of the number of different crops in an area. Requires the following changes to the build/update.yml:
setup_farmer_characteristics_simple:
risk_aversion_mean: 2
risk_aversion_standard_deviation: 1
discount_rate: 0.05
interest_rate: 0.05
irrigation_choice:
canal: 80
well: 20
reduce_crops: true # if disabled, only the original crop selection for the area will exist
setup_crop_prices:
crop_prices: FAO_stat
project_future_until_year: 2023 # Set the year you want to extrapolate prices to
project_past_until_year: 1980 # set the past year you want to extrapolate prices to
Put in the crop prices from FAO data and the reduction of the number of different crops in an area. Requires the following changes to the build/update.yml:
setup_farmer_characteristics_simple: risk_aversion_mean: 2 risk_aversion_standard_deviation: 1 discount_rate: 0.05 interest_rate: 0.05 irrigation_choice: canal: 80 well: 20 reduce_crops: true # if disabled, only the original crop selection for the area will exist
setup_crop_prices: crop_prices: FAO_stat project_future_until_year: 2023 # Set the year you want to extrapolate prices to project_past_until_year: 1980 # set the past year you want to extrapolate prices to