renamed all data files for charts to .tsv

changed identifier to -plot_tsv_file in all input files.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6614 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2012-05-31 20:37:46 +00:00
parent 63b9ba5c47
commit dd42258fe4
15 changed files with 8 additions and 8 deletions

View File

Can't render this file because it has a wrong number of fields in line 2.

View File

Can't render this file because it has a wrong number of fields in line 2.

2
ex19
View File

@ -36,7 +36,7 @@ USER_GRAPH Example 19
-chart_title "Sorption Isotherms"
-axis_titles "DISSOLVED Cd, IN MICROGRAMS PER KILOGRAM WATER" \
"SORBED Cd, IN MICROGRAMS PER GRAM SOIL"
-plot_csv_file ex19_meas.csv
-plot_tsv_file ex19_meas.tsv
-axis_scale x_axis 0 40
-axis_scale y_axis 0 6
-initial_solutions true

2
ex19b
View File

@ -129,7 +129,7 @@ USER_GRAPH Example 19
-chart_title "Deterministic Sorption Model"
-axis_titles "DISSOLVED Cd, IN MICROGRAMS PER KILOGRAM WATER" \
"SORBED Cd, IN MICROGRAMS PER GRAM SOIL"
-plot_csv_file ex19_meas.csv
-plot_tsv_file ex19_meas.tsv
-axis_scale x_axis 0 40
-axis_scale y_axis 0 6
-initial_solutions true

4
ex20b
View File

@ -55,7 +55,7 @@ USER_GRAPH 2 Example 20
-axis_titles "MARINE CALCITE REACTED, MOLES" "PERMIL"
-axis_scale x_axis 0 0.05 a a
-axis_scale y_axis -25 5.0 a a
-plot_csv ex20-c13.dat
-plot_tsv ex20-c13.tsv
-start
10 PLOT_XY RXN*GET(0),ISO("R(13C)"), color=Red, line_w=2, symbol=None
20 PLOT_XY RXN*GET(0),ISO("R(13C)_Calcite"), color=Green, line_w=2, symbol=None
@ -67,7 +67,7 @@ USER_GRAPH 3 Example 20
-axis_titles "MARINE CALCITE REACTED, MOLES" "PERCENT MODERN CARBON"
-axis_scale x_axis 0 0.05 a a
-axis_scale y_axis 0 100 a a
-plot_csv ex20-c14.dat
-plot_tsv ex20-c14.tsv
-start
10 PLOT_XY RXN*GET(0),ISO("R(14C)"), color=Red, line_w=2, symbol=None
20 PLOT_XY RXN*GET(0),ISO("R(14C)_Calcite"), color=Green, line_w=2, symbol=None

View File

@ -253,7 +253,7 @@ USER_PUNCH
2180 FOR i = 0 to 1
2190 punch nl$ + 'USER_GRAPH ' + TRIM(STR$(tracer + i)) + ' Example 21' + nl$
2200 punch nl$ + ' -chart_title " ' + tracer$(tracer + i) + ' Diffusion to Outer Cell"'
2210 punch nl$ + ' -plot_csv_file ' + tracer$(tracer + i) + '_rad.csv'
2210 punch nl$ + ' -plot_tsv_file ' + tracer$(tracer + i) + '_rad.tsv'
2220 punch nl$ + ' -axis_scale x_axis 0 ' + TRIM(STR$(exp_time(tracer + i) / (3600 * 24)))
2230 punch nl$ + ' -axis_titles "TIME, IN DAYS" "FLUX, IN ' + scale_y1$(tracer + i) + ' MOL/M2/S" "ACCUMULATED MASS, IN ' + scale_y2$(tracer + i) + ' MOL"'
2240 punch nl$ + ' -plot_concentration_vs time'
@ -296,7 +296,7 @@ USER_PUNCH
3030 punch nl$ + 'USER_GRAPH ' + TRIM(STR$(tracer)) + sc$ + ' -detach'
3040 punch nl$ + 'USER_GRAPH ' + TRIM(STR$(tracer + 4)) + ' Example 21' + nl$
3050 punch nl$ + ' -chart_title "' + tracer$(tracer) + ' Concentration Profile: Filter1 | Clay | Filter2"'
3060 REM punch nl$ + ' -plot_csv_file ' + tracer$(tracer) + '_prof.csv'
3060 REM punch nl$ + ' -plot_tsv_file ' + tracer$(tracer) + '_prof.tsv'
3070 punch nl$ + ' -axis_scale x_axis 0 ' + TRIM(STR$((thickn_filter1 + thickn_clay + thickn_filter2) * 1e3))
3080 punch nl$ + ' -axis_scale y_axis 0 ' + TRIM(STR$(profile_y1(tracer)))
3090 punch nl$ + ' -axis_scale sy_axis 0 ' + TRIM(STR$(profile_y2(tracer)))

2
ex22
View File

@ -10,7 +10,7 @@ REACTION
INCREMENTAL_REACTIONS true
USER_GRAPH 1 Example 22, CO2 solubility at high pressures, 25 - 100 oC
-plot_csv_file co2.dat
-plot_tsv_file co2.tsv
-axis_titles "Pressure / atm" "CO2 / (mol/kgw)"
-axis_scale x_axis 0 500
-axis_scale y_axis 0 2

2
ex2b
View File

@ -6,7 +6,7 @@ Gypsum
REACTION_TEMPERATURE
30 90 in 10
USER_GRAPH 1 Example 2b, (P, T)-dependent solubilities of Gypsum and Anhydrite
-plot_csv_file ex2b.dat
-plot_tsv_file ex2b.tsv
-axis_titles "temperature / oC" "Solubility / (mol/kgw)"
-axis_scale x_axis 30 170
-axis_scale y_axis 1e-3 0.05 auto auto log

View File

Can't render this file because it has a wrong number of fields in line 4.