Skip to content

Commit

Permalink
analyis
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Nov 25, 2021
1 parent dcb3356 commit 190e26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/matsim/analysis/CutAnalysisCSV2LinkIds.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ public class CutAnalysisCSV2LinkIds {

public static void main(String[] args) {

String runBaseDir = "provide run output directory";
final String runId = "hamburg-v2.0-10pct-base" ;
String runBaseDir = "D:/ReallabHH/v2.2/2021-11-12/proKlima2030-ff/";
final String runId = "hamburg-v2.2-proKlima2030" ;
String area = "hvvArea"; //set to either 'hvvArea' or 'hhCity'

String linkId_path = "../../public-svn/matsim/scenarios/countries/de/hamburg/hamburg-v2/hamburg-v2.0/baseCase/input/hamburg-v2.0-network-links-in-" + area + ".tsv";
String linkId_path = "../../svn/public-svn/matsim/scenarios/countries/de/hamburg/hamburg-v2/hamburg-v2.0/baseCase/input/hamburg-v2.0-network-links-in-" + area + ".tsv";
// String linkId_path = "../../public-svn/matsim/scenarios/countries/de/hamburg/hamburg-v2/hamburg-v2.0/reallab2030plus/input/network/hamburg-v2.0-reallab2030plus-network-links-in-" + area + ".tsv";

Set<String> csvFiles2Cut = Set.of(runBaseDir + "emission-analysis-hbefa-v4.1-2020/" + runId + ".emissionsPerLink.csv",
Expand Down

0 comments on commit 190e26b

Please sign in to comment.