| DATA.FOR
| prints LinePlotFile of selected grid cell values for each
record of a DataFile.
|
|---|
| IJTOJ.FOR
| prints LinePlotFile of one or more DataFile records as a
function of latitude by averaging over longitude.
|
|---|
| MERGE.FOR
| reads in several LinePlotFiles and write a single output
LinePlotFile called MERGE.LP . Each Y column of MERGE.LP is a
linear combination of input columns.
|
|---|
| LPDIF.FOR
| subtracts LinePlotFile 2 from LinePlotFile 1 and spews the
resultant LinePlotFile to the console.
|
|---|
| LPDIF21.FOR
| subtracts a 21 year average of LinePlotFile 2 from LinePlotFile
1 and spews the resultant LinePlotFile to the console.
|
|---|