Checks for existence of provided output_path and extends it to hold a subdirectory named after the timestamp and iter_var.

customise_output_path(
  output_path,
  iter_var,
  shock_scenario,
  scenario_geography,
  carbon_price_model,
  financial_stimulus,
  risk_type
)

Arguments

output_path

String holding path to st output folder.

iter_var

String holding name of iteration variable.

shock_scenario

String holding name of shock scenario.

scenario_geography

String holding name of scenario geography.

carbon_price_model

String holding name of carbon price model for trisk

financial_stimulus

Numeric value describing additional financial support for low carbon companies.

risk_type

String holding the risk type.

Value

Path to subdirectory in st output folder.