######################## Model/0_executebatch.gms ######################## ====================== GLOBIOM EXECUTION FILE ====================== Top-level script of the GLOBIOM model. It executes the numbered stages of the model in-sequence, passing the output of a stage as input to the next stage via the filesystem (``.g00`` files in the ``Model/t`` directory). This allows the model to be re-run quickly after modifying a stage by commenting out the execute statements of prior stages: since these will not produce modified output, their existing output files can be re-used. To keep the .g00 input/output and .gdx output files of the stages of a run separate, redefine the run variable so as to provide the files with a unique label. Similarly, output file(s) in the Model/output directory can be labeled through the output_name variable. ******** Executes ******** .. toctree:: :maxdepth: 1 1_loaddata 2_activesets 3_precompute 3b_calibtrade 4_model 6_scenarios 7_output finaldata/_decompress_big_files ****************************************** Commented-out executes of existing scripts ****************************************** .. toctree:: :maxdepth: 1 5_precompute_scen blank ******** Comments ******** Arguments for ``7_output.gms``: - ``--output_name`` name of the output GDX file without .gdx extension.