Instruction manual

SECTION 3. REPORT: SPLIT
3-20 PC208W, Version 3.0, Instruction Manual
The Crlf is placed after the
maximum temperature 67.33
so that the maximum RH is
on the next line.
Date(doy;y) converts the day of year into
a calendar date in the form
MM DD; where doy =
element with the day of year
and y = containing year. If
the year is not contained in
the data set, a year can be
specified in the “y” year
location (i.e., 1987.). A
decimal must be included
with the year. Date can be
used as the interval in a
Time Series function to
trigger a Time Series output
on the first day of each
month. For example,
Avg(3;Date(1;1987.)) outputs
the average temperature for
each month. This option is
useful when the data set
contains several months of
data and monthly information
is needed.
Examples:
Date(1;1987.) =
6 27 (June 27 repeated
6 27 23 times)
6 27
6 28
Smpl(Date(1;1987.);8) =
6 27 (June 27)
6 27 (June 27)
6 28 (June 28)
Edate(doy;y) same as Date(doy;y), except
form is DD MM.
"Label" returns a comment in the
output file. This is a useful
formatting function when
labels are desired on the
same line as the data. The
label includes anything within
the quote marks, the quote
marks are not output but
must be in the parameter file.
The label cannot exceed the
width of the output column
(default is eight characters).
A maximum of thirty (30)
labels are allowed per Select
line.
Examples:
"Max Temp" =
Max Temp (outputs Max
Temp
Max Temp 24 times)
.
.
.
Max Temp
Smpl("8 hour ";8),Smpl("Max
Temp";8), Max(3;8) = 8 hour
Max Temp 58.56
8 hour Max Temp 63.75
8 hour Max Temp 67.33
This example samples the
labels called "8 hour" and
"Max Temp" and looks for a
Maximum temp for every 8
hour interval.
Line returns the number of lines
written to the output file
created by SPLIT. This
differs from the Count
function in that Count looks
at how many lines were read.
Examples:
Line, 4, 5 =
1 17.42 5.855
2 17.65 8.27
3 17.76 7.75
4 18.89 7.6
5 19.6 10.41
6 23.32 8.99
7 24.79 9.52
..
..
..
19 24.75 7.08
20 26.03 8.76
21 27.45 11.81
22 35.46 15.62
23 38.8 17.12
24 37.13 11.86
Smpl (Line;8), Smpl (4;8),
Smpl (5;8)
1 23.98 6.588
2 24.31 8.88
3 37.13 11.86