Difference between revisions of "4.1 Master Model Directory"

From visummodelwiki
Jump to: navigation, search
Line 28: Line 28:
 
*│
 
*│
 
*├── Base2015/            : base scenario directory
 
*├── Base2015/            : base scenario directory
*│   ├── Input/           : base year inputs
+
*│     ├── Input/         : base year inputs
*│   └── Output/           : base year outputs
+
*│     └── Output/         : base year outputs
 
*│
 
*│
 
*└── CF2045/              : future year scenario directory
 
*└── CF2045/              : future year scenario directory
*   ├── Input/           : 2045 inputs
+
*     ├── Input/         : 2045 inputs
*   └── Output/           : 2045 outputs
+
*     └── Output/         : 2045 outputs

Revision as of 02:17, 13 March 2023


The directory structure of the NERPM-AB setup is described below.

Root Directory

The root directory contains 9 folders, 2 version files, and a text log file. The three important folders are the Scenarios, scripts, and tools folders. The scripts folder contains all the Python scripts to run various model processes. A brief description of the Scenarios and tools folders is provided in the following section. The filters, graphics, listings, and procedures folders contain custom parameter files to filter network data, generate useful graphics, and load procedure parameters for specific modeling tasks. The output_SWM folder stores the outputs from the Statewide Model which are input to the NERPM-AB auxiliary models. The root directory also includes the version files for the base (NERPM_D2_2015_MAZ.ver) and future year (NERPM_D2_2045_MAZ.ver). The version files contain the network, data, and procedures for each model year. The settings and parameters have been configured as per the model year. The messages.txt file is used to log messages from each model run.

  • root/
  • ├── docs/  : contains user guide and validation summaries
  • ├── filters/  : custom filter files (.fil)
  • ├── graphics/  : custom graphic parameters files (.gpa)
  • ├── listings/  : custom listings files (.lla)
  • ├── procedures/  : custom procedure parameters files (.xml)
  • ├── output_SWM/  : SWM outputs for the base and future year
  • ├── Scenarios/  : scenarios directory
  • ├── scripts/  : python scripts
  • ├── tools/  : user applications for DaySim, etc.
  • ├── messages.txt  : log file
  • ├── NERPM_D2_2015_MAZ.ver : 2015 Visum version file
  • └── NERPM_D2_2045_MAZ.ver : 2045 Visum version file

Scenarios Directory

The Scenarios directory houses the inputs and outputs for each scenario. The Scenarios directory structure is shown below followed by the description of the Input and Output folders in each scenario folder.

  • Scenarios/
  • ├── Base2015/  : base scenario directory
  • │ ├── Input/  : base year inputs
  • │ └── Output/  : base year outputs
  • └── CF2045/  : future year scenario directory
  • ├── Input/  : 2045 inputs
  • └── Output/  : 2045 outputs