Executing Reference Case
Use RunE2100Runs.bat to Execute Reference Case
As the last step in RunAll.bat and RunModel.bat, the reference case and scenarios are executed. If you want to re-execute the reference case or run additional policy cases, use the batch file, RunE2100Runs.bat. This batch file executes scenarios defined by user-specified arguments passed to a call to another batch file, RunE2100.bat.
Example Setup of RunE2100Runs.bat
To run the reference case, add or modify a Call RunE2100 line in RunE2100Runs.bat (located in the \2020Model folder). The call takes the following parameters:
|
Parameter |
Example Value |
Description |
|
%1 |
Ref25 |
Scenario name; used to name the output subdirectory |
|
%2 |
Base |
Reference Policy file name (without .jl extension) |
|
%3 |
TestEmpty |
Test Policy file name (without the Policy prefix and .jl extension; use TestEmpty for no additional policies) |
|
%4 |
2020 |
Beginning year of the model run |
|
%5 |
2050 |
Ending year of the model run |
|
%6 |
Base |
Reference case name (used for database comparisons) |
|
%7 |
Base |
Scenario name used for zInitial values in Access outputs |
|
%8 |
Base |
Economic model investments case |
|
%9 |
All |
Output files to generate: All, ExcelDTAs, AccessDTAs, or None |
Example call to run reference case:
|
Call RunE2100 Ref25 Base Ref25 2020 2050 Base Base Base All |
You will use this same file, RunE2100Runs.bat, to execute policy cases (see Adding and Executing Policies)