Skip to content

Commit

Permalink
turn off eq model
Browse files Browse the repository at this point in the history
  • Loading branch information
theocharides authored Oct 4, 2018
1 parent 7d5748d commit d5345b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions baus.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def get_simulation_models(SCENARIO):

"slr_inundate",
"slr_remove_dev",
"eq_code_buildings",
"earthquake_demolish",
# "eq_code_buildings",
# "earthquake_demolish",

"neighborhood_vars", # street network accessibility
"regional_vars", # road network accessibility
Expand Down Expand Up @@ -203,7 +203,7 @@ def get_simulation_models(SCENARIO):
"travel_model_output",
"travel_model_2_output",
"hazards_slr_summary",
"hazards_eq_summary"
# "hazards_eq_summary"
]

# calculate VMT taxes
Expand Down Expand Up @@ -253,8 +253,8 @@ def run_models(MODE, SCENARIO):

"slr_inundate",
"slr_remove_dev",
"eq_code_buildings",
"earthquake_demolish",
# "eq_code_buildings",
# "earthquake_demolish",

"neighborhood_vars", # local accessibility vars
"regional_vars", # regional accessibility vars
Expand Down Expand Up @@ -292,7 +292,7 @@ def run_models(MODE, SCENARIO):
"travel_model_output",
"travel_model_2_output",
"hazards_slr_summary",
"hazards_eq_summary",
# "hazards_eq_summary",
"diagnostic_output"

], iter_vars=[IN_YEAR])
Expand Down

0 comments on commit d5345b2

Please sign in to comment.