further editing the readme

This commit is contained in:
das_p 2025-04-15 14:25:25 +02:00
parent b177b9e45e
commit b92a38f493

View File

@ -1,4 +1,4 @@
Title: JRC-EU-TIMES model Setup and Scenario Run
Title: JRC-EU-TIMES model Setup and Scenario Run
Contact: Evangelos Panos, evangelos.panos@psi.ch
# Minimum requirements to solve the model
@ -9,16 +9,13 @@ Contact: Evangelos Panos, evangelos.panos@psi.ch
- Basic Knowledge of the TIMES modelling Framework (see also https://iea-etsap.org/index.php/documentation)
# Installation
Download all two directories into the same folder at a local computer. The structure the three directories is as follows:
Download all two directories into the same folder at a local computer. The structure the three directories is as follows:
- Gams_WrkJRCTIMES : contains the model input data
- Results : contains the model result generation routines and template files
# Contents of the model source code directory
Please consult the TIMES documentation, available online: https://iea-etsap.org/index.php/documentation
# Contents of the model input data directory
The model code and input data are in flat text files with the extension .dmp .
The folder also contains additional files like solver options and the scripts to run the POLIZERO scenarios. In addition, the post-model solution files, with the results of each scenario in raw output format, are also located in this folder. All the above are explained in the subsections below
The model code and input data are in flat text files with the extension .dmp . The folder also contains additional files like solver options and the scripts to run the POLIZERO scenarios. In addition, the post-model solution files, with the results of each scenario in raw output format, are also located in this folder. All the above are explained in the subsections below
## Model input data files
--------------------------------------------
@ -29,7 +26,7 @@ The folder also contains additional files like solver options and the scripts to
## Other files required for solving the model
--------------------------------------------
Besides the data input and model code files, there are also additional files controlling the solution of the model.
Besides the data input and model code files, there are also additional files controlling the solution of the model.
- cplex.opt : CPLEX solver option files
- BAU.CMD : script to run the BAU scenario of POLIZERO
@ -39,7 +36,8 @@ Besides the data input and model code files, there are also additional files con
## Post-solution files
--------------------------------------------
When the solution of a scenario with the JRC-EU-TIMES finishes, the corresponding GDX file is generated at the subfolder GAMSSAVE.
There are three GDX files alreaydy there:
There are three GDX files alreaydy there:
- BAU.gdx : BAU scenario GDX file
- CLI.gdx : CLI scenario GDX file
- CLI90.gdx : CLI90 scenario GDX file
@ -50,12 +48,12 @@ These GDX files are translated into flat text files with extensions .vds, .vde a
The subfolder Results contain the following files:
- collect_results_single_scenario.gms : is a routine to process the .vd files of TIMES to a format suitable for EXCEL
- Fuel_Prices_JRC.gms : provides a proxy calculation of levelised costs of different energy carriers
- Fuel_Prices_JRC.gms : provides a proxy calculation of levelised costs of different energy carriers
- Fuel_Prices_JRC_primary_commodity.gms : auxiliary file for the Fuel_Prices_JRC.gms
- results_template.xlsb : results template file in EXCEL format for the EU-27 member states, CH, NO and UK
- bau.xlsb : results from the BAU scenario of POLIZERO in EXCEL
- cli.xlsb : results from the CLI scenario of POLIZERO in EXCEL
- cli90.xlsb : results from the CLI90 scenario of POLIZERO in EXCEL
- results_template.xlsb : results template file in EXCEL format for the EU-27 member states, CH, NO and UK
- bau.xlsb : results from the BAU scenario of POLIZERO in EXCEL
- cli.xlsb : results from the CLI scenario of POLIZERO in EXCEL
- cli90.xlsb : results from the CLI90 scenario of POLIZERO in EXCEL
The subfolder also contains the scripts to produce the results from a TIMES run:
- collect_all_scenarios.bat : batch main script to generate the EXCEL files with the results from BAU, CLI and CLI90