Instruction manual
30
prob_depth1: 0.50 1.20 2.20 3.50
prob_space1: 1.00 1.00 1.00 1.00
prob_depth2: 0.50 1.20 2.20 3.50
prob_space2: 1.00 1.00 1.00 1.00
prob_depth3: 0.50 1.20 2.20 3.50
prob_space3: 1.00 1.00 1.00 1.00
Tmin,Tmax : 185. 192.
Emax values: 5.00 5.00 5.00
The next example is the header-file required to analyze
n
=2 sets of probes:
nprobes: 2
nsensors: 4 4
wound_width: 2.40 2.40
Swanson fac: 1
v-frac wood: 0.36
v-frac wat : 0.54
sapwood_rad: 6.21 6.00
hrtwood_rad: 0.00 0.00
prob_depth1: 0.50 1.20 2.20 3.50
prob_space1: 1.00 1.00 1.00 1.00
prob_depth2: 0.50 1.20 2.20 3.50
prob_space2: 1.00 1.00 1.00 1.00
Tmin,Tmax : 185. 192.
Emax values: 5.00 5.00
In the two examples given above, the program is expecting to analyze data beginning on
day of year 185 (
Tmin
) through until day of year 192 (
Tmax
). The program will also plot
the volume flow rates for each set of probes, assuming the maximum flow,
Emax
, equals
5.0 L h
-1
. Swanson’s correction factors (Table 1) are used if the parameter equals 1 (an
integer). Otherwise, inputting a zero-value means the correction factors of Green and
Clothier (1988) will be used. For wide probe spacings we recommend the Green and
Clothier factors be used. Otherwise Swanson’s factors are used for narrow spacings.
The USER can modify the input data (e.g. to change probe spacings, probe depths,
sapwood radii, etc). But, be careful to keep them in the same 'format(a16,4f8.2)',
otherwise the program will probably generate an error.
Step - 2.
Next, add the
t
z
data collected from the logger. This data should look something like:
103,100,1200,120.5,135.6,180.2,268.2,195.6,140.2,78.2,30.4
103,100,1215,120.5,135.6,180.2,268.2,195.6,140.2,78.2,30.4
103,100,1230,120.5,135.6,180.2,268.2,195.6,140.2,78.2,30.4
103,100,1245,120.5,135.6,180.2,268.2,195.6,140.2,78.2,30.4
Note. The output from the logger is in the following format:
opid,day,hrmin,tz1_1,tz1_2,tz1_3,tz1_4,tz2_1,tz2_2,tz2_3,tz2_4