-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCMAP_Agent_Run.R
More file actions
17 lines (14 loc) · 892 Bytes
/
CMAP_Agent_Run.R
File metadata and controls
17 lines (14 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##############################################################################################
#Title: CMAP Agent Based Freight Forecasting Code
#Project: CMAP Agent-based economics extension to the meso-scale freight model
#Description: CMAP_Agent_Run.R calls the model code for the selected scenario
#Date: December 12, 2014
#Author: Resource Systems Group, Inc.
#Copyright: Copyright 2014 RSG, Inc. - All rights reserved.
##############################################################################################
#1.Set the base directory (the directory in which the model resides)
basedir <- "E:/cmh/Meso_Freight_PMG_Base_Test_Setup"
#2. Set the scnario to run -- same as the folder name inside the scenarios directory
scenario <- "base"
#3. Run the model
source(file.path(basedir,"scripts","0_Main.R"))