User Tools

Site Tools


2.5._price_shock_for_cow_milk

2.5 Hand on price shock for milk with the policy editor of the CAPRI GUI

Presenter: Alexander Gocht / Davit Stepanyan

  • Background
  • Implementation in the CAPRI Code
  • Exercise 2.5
  • Result presentation

File update in 2.6

Open in the CAPRI 2.6 installation the file gams\capmod\inflation_and_trend_interpolation.gms and add the following line at line 85

$IF NOT %MARKET_M%==ON IOE("COMI")    = NO;

The code block should look like this:

*
*      ----- Check if user tries to set endogenous prices
*
$IF NOT %MARKET_M%==ON IOE(MARR)      = NO;
$IF NOT %MARKET_M%==ON IOE("OLIV")    = NO;
$IF NOT %MARKET_M%==ON IOE("PARI")    = NO;
$IF NOT %MARKET_M%==ON IOE("FEED")    = NO;
$IF NOT %MARKET_M%==ON IOE("SUGB")    = NO;
* new line for the scenario
$IF NOT %MARKET_M%==ON IOE("COMI")    = NO;
*
$IF NOT %YANI_M%==ON   IOE(OMYANI)   = NO;

Downloads

Download presentation: 2.5. price shock
Download zoom mp4: (available after the course)

2.5._price_shock_for_cow_milk.txt ยท Last modified: 2022/11/07 10:23 by 127.0.0.1