Skip to content
Snippets Groups Projects
Commit c4d0298a authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Merge changes from 19085a04.

parent d4b48cd3
No related branches found
No related tags found
1 merge request!79EDGE-T Validation Output - Fix
This commit is part of merge request !79. Comments created here will be created in the context of that merge request.
......@@ -226,6 +226,7 @@ if (opt$reporting) {
saveRDS(shares_int_dem$demandF_plot_pkm,
datapath("demandF_plot_pkm.RDS"))
saveRDS(logit_data$annual_sales, file = datapath("annual_sales.RDS"))
quit()
}
demand_BEV=calc_num_vehicles(
......@@ -242,24 +243,6 @@ setnames(ES_demand, old ="demand", new = "demandpr")
saveRDS(ES_demand, datapath("demand_previousiter.RDS"))
if (opt$reporting) {
saveRDS(vintages, file=datapath("vintages.RDS"))
saveRDS(logit_data$share_list, file = datapath("share_newvehicles.RDS"))
saveRDS(logit_data$EF_shares, file = datapath("EF_shares.RDS"))
saveRDS(logit_data$mj_km_data, file = datapath("mj_km_data.RDS"))
saveRDS(nonfuel_costs, file=datapath("nonfuel_costs.RDS"))
saveRDS(logit_data$inconv_cost, file=datapath("inco_costs.RDS"))
saveRDS(shares_intensity_demand$demandF_plot_EJ,
file=datapath("demandF_plot_EJ.RDS"))
saveRDS(shares_intensity_demand$demandF_plot_pkm,
file=datapath("demandF_plot_pkm.RDS"))
quit()
}
## use logit to calculate costs
budget <- calculate_capCosts(
base_price=prices$base,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment