title: Concentrations in the Locations A and B time_label: "t [1000 years]" time_major_step: 2 time_format: 0f global_time_formula: t / 3600 / 24 / 365 / 1000 outputs: window: yes image_file_name: .\images\graph2.svg axes: - values_label: "c [kg/m$^3$]" title: Location A legend_on: yes grid_on: yes values_format: 3E series: - input_file: .\A.csv time_column: Time value_column: A_D0 legend: A – depth 0 m line_width: 2 color: green line_style: "-" - input_file: .\A.csv time_column: Time value_column: A_D50 legend: A – depth 50 m line_width: 2 color: red line_style: "--" - input_file: .\A.csv time_column: Time value_column: A_D100 legend: A – depth 100 m line_width: 2 color: blue line_style: ":" - values_label: "c [kg/m$^3$]" title: Location B legend_on: yes grid_on: yes values_format: 3E series: - input_file: .\B.csv time_column: Time value_column: B_D0 legend: B – depth 0 m line_width: 2 color: green line_style: "-" - input_file: .\B.csv time_column: Time value_column: B_D50 legend: B – depth 50 m line_width: 2 color: red line_style: "--" - input_file: .\B.csv time_column: Time value_column: B_D100 legend: B – depth 100 m line_width: 2 color: blue line_style: ":"