##################### Model/6_scenarios.gms ##################### =============================== Scenario set-up file =============================== This script is the main file to launch scenarios. This file: - Defines the scenarios. - Sets up the initial values for food, wood and bioenergy demand projections => ``define_base.gms``, ``calc_einc_proj.gms``, ``define_scenario.gms``. - Sets up the assumptions on technological progress => ``define_scenario.gms``. - Eventually expands the model described in ``4_model.gms`` with new equations => ``model_scen.gms``. - Sets up the initial values for land cover => ``recursive_luc.gms``. - Sets up the initial values for trade => ``recursive_trade.gms``. - Solves the model for each year and each scenario: ``LOOP( ...., SOLVE ...)``. - Defines parameters to save after each scenario is run => ``rep_declare.gms``, ``rep_compare.gms``. ******** Includes ******** .. toctree:: :maxdepth: 1 calc_constants calc_moretuples calc_postsolve calc_tuples define_base define_scenario model_scen model_scen_defaultsetup recursive_luc recursive_trade rep_compareAfor rep_compareIEA20 rep_compute rep_declare reset_all reset_base2000 ******** Comments ********