User Tools

Site Tools


link_for_group_work_for_the_students

This is an old revision of the document!


Group 1 VCS

Scenario 1:

$setglobal SCENDES test
*
*  Baseline scenario
*
$include ..\gams\scen\base_scenarios\CAP_2014_2020.gms
*
*  Category : Bilateral
*
********************************************************************************
$ontext
 
   CAPRI project
 
   GAMS file : GMO_BAN.GMS
 
   @purpose  : Model import bans for soya and derived products from US and
               Brazil, and for maize from the US into the EU.
 
 
   @author   : Wolfgang Britz
   @date     : 20.03.10
   @since    : 20.03.10
   @refDoc   :
   @seeAlso  : arm\setTariffs.gms
   @calledBy :
 
$offtext
********************************************************************************
 
    SET EU_AGG(RALL) / EU_West, EU_East,UK000000 /;
 
    p_trqBilat("CHN",EU_AGG,"PORK","TRQNT","%SIMY%") = prohibitive;
 
    DATA("CHN","HCON","PORK","ChangeFactor") = 1.3;      
********************************************************************************
$ontext
 
   CAPRI project
 
   GAMS file : TESTBILATERTRADEAGREEMENT.GMS
 
   @purpose  :
   @author   :
   @date     : 15.09.20
   @refDoc   :
   @seeAlso  :
   @calledBy :
 
$offtext
********************************************************************************
 
$setglobal SCENDES reference file
*
*  Category : base scenarios
*
$include ..\gams\scen\base_scenarios\CAP_2014_2020.gms
 
* --- definitions
SET EU_AGGS(RM) 'EU aggregates'      / EU_West, EU_EAST, UK000000 /;
 
set merc_RM(RM) "Mercosur countries as market model regios - trade policies are defined at this level";
 merc_RM("BRA") = yes;
 merc_RM("ARG") = yes;
 merc_RM("URUPAR") = yes;
 
 
 p_doubleZero(EU_AGGS,merc_RM,XX,"%simy%")   = 1.0;
 p_doubleZero(merc_RM,EU_AGGS,XX,"%simy%")   = 1.0;
 

Group 2 Import ban China/ Mercosur

Group 3 Human demand shift

link_for_group_work_for_the_students.1600238949.txt ยท Last modified: 2022/11/07 10:23 (external edit)