@echo off

rem *****************************************************
rem **    GTAP ELECTRICITY DISAGGREGATION VERSION 9   ***
rem *****************************************************
rem ** Created by Jeffrey C. Peters, jffptrs@gmail.com **
rem *****************************************************

rem ** This takes in GTAP basedata.har, default.prm, and sets.har for the FULL VERSION 9 2011 and returns electricity expanded database
rem ** Run time: 15 minutes * 1 years ~ 15 minutes (depending on CPU)


1.  From your flexagg v9 database folder, copy gsddat.har, gsdset.har and gsdpar.har into /input, and rename them as follows:
        gsddat.har 	--> 	basedata.har
        gsdset.har 	--> 	sets.har
        gsdpar.har 	--> 	default.prm
    If emissions and volumes desired:
	gsdemiss.har 	--> 	gsdemiss.har
	gsdvole.har 	--> 	gsdvole.har

2. Run ely_disagg_9.bat

3. Updated .har files with disaggregated electricity sectors will be stored in /JGEA_share/2011/output
		
	
