results files are updated
This commit is contained in:
13
Results/collect_single.bat
Normal file
13
Results/collect_single.bat
Normal file
@ -0,0 +1,13 @@
|
||||
copy collect_results_single_scenario.gms %1.gms
|
||||
gams %1.gms --Scenario=%1 --TIMESPath=%2
|
||||
del %1.gms
|
||||
del %1.lst
|
||||
del %1.log
|
||||
|
||||
rem enable the following if you want the "prices"
|
||||
copy Fuel_Prices_JRC.gms %1pr.gms
|
||||
gams %1pr.gms --Scenario=%1
|
||||
del %1pr.gms
|
||||
del %1pr.lst
|
||||
del %1pr.log
|
||||
|
Reference in New Issue
Block a user