Model Files

Model Files#

This section offers a detailed overview of the key files essential for defining, configuring, and initializing the shared mobility module within POLARIS.

Global Scenario File#

The following parameters can be set in the global scenario_abm.json file for using the shared mobility module in POLARIS

"TNC Controls": {
   "use_tnc_system": true,
   "tnc_fleet_model_file": "TNCFleetModel.json",
   "tnc_feedback": false,
   "tnc_driver_acceptance_model_file": "TNCDriverChoiceModel.json",
   "use_TNC_pooling_model": false,
   "pooling_model_file": "PoolingModel.json"
}

Specific file formats and parameters are available in the sections hyperlinked below. For a full-listing of TNC-related parameters, visit the Parameters page.