* ---------------------------------
*
* Task specific settings for batch file mode
*
* ---------------------------------
*

  task = Import from GTAPAGG

  Input file from GTAPAGG (*.zip) = 57x10
  Postfix for data set name =
  Load land use data = ON
  Land use data file (*.zip) = GTAPlandusedatafor_LU_2011
  Load Non-CO2 emissions = ON
  Non-CO2 emissions data (*.har) = CONSLD_2011
  Generate MRIO split factors = OFF
  Fix import demand during split = OFF
  Delete intermediate GDX file = OFF
  Delete intermediate HAR file = OFF
  Apply SAM split = ON
  Split information file = fabio_ofd
  Split model = m_splitQua
  Regionalisation non-NUTS2 = OFF
  Regionalisation file = Kenya_disr
  Use manual re-aggregation = OFF
  Manuel aggregation file = gtap_water
  Filter method = Rebalancing
  QCP solver = GUROBI
  Use grid solve = ON
  Number of stepwise increases of thresholds = 1
  Penalty for deviation from = Private consumption, Government consumption, Investments,Intermediate consumption,Factor income plus bop, GDP
  Only allow for diagonal crop by crop intermediate use = ON
  Manual corrections = OFF
  Manual correction file = removePaddyInNorthermnEurope
  Minimal cost share for value added in % = 5
  Minimal share of domestic savings on investment in % = -100
  Absolute tolerance, 1.E = -10
  Minimum number of transactions = 50000
  Relative tolerance = 1.0
  Relative tolerance .E = -2
  Regions with reduced thresholds =
  Sector with reduced thresholds =
  Reduced thresholds only in combination = OFF
  Reduced relative tolerance = 1.0
  Reduced relative tolerance .E = -2
  Number of years = 50
  Time resolution = 2
  Mimic comp-Static = OFF
  Report frequency = 1
  Depreciation period = 10
  Print gams code to listing = offListing
  Symbol list = offSymList
  Symbol list with cross references = offSymxRef
  Profile = 0
  ProfileTol = 0.1
  Solprint = Silent
  Limrow = 1000
  Limcol = 0

  for data = 35x10 \ 47x10 \ 57x10 \ 57x24
     Input file from GTAPAGG (*.zip) = %data%

     for relTol = -2 \ -3 \ -4
         Relative tolerance .E = %relTol%

         for splitModel = m_splitLin \ m_splitQua
             Split model = %splitModel%

             for solver = CONOPT4
*            for solver = CPLEXD \ GUROBI
                 QCP solver = %solver%
                 batchName = %data%_%relTol%_%splitModel%_%solver%
                 execute=Gamsrun
             endfor
         endfor

         Split model = m_splitCE
         QCP solver  = CONOPT4
         batchName = %data%_%relTol%_mSplitCE_CONOPT4
         execute=Gamsrun

     endfor
  endfor
