ROUTINES
This document provides basic
information about a set of statistical routines designed to process data in
EXTRA format. Files of this type may be used to store climate variability
related data. For example, maps of sea level pressure may be stored as grids
(vectors) in an EXTRA file. Such a file contains not only the graded values but
also supplemental information for each map, like the level code, the grid's
number of point etc.
Thus,
in an EXTRA format file each vector (record, map) of real values is preceded by
four integer values.
These last values represent, in order:
- the current record number;
- the variable's code;
- the variable's level;
- the vector (record, map) length.
More information about the routines may be
obtained by typing just the routine name, without parameters.
The list of routines
Alphabetical order
- ADD The program adds the values in
the two input files.
- ANMEAN The program calculates
the annual means from monthly means.
- ANOMAL The program calculates
anomalies from monthly data and long term means.
- ANORM The program normalizes the
anomalies with the standard deviation.
- APPEND The program adds.
- AVG The program calculates the
average field over all record in the input file.
- BOXAVG The program averages
over areas of given dimensions.
- CADD The program adds a constant
field to data.
- CANCOR The program performs
canonical correlation.
- CDIV The program divides the
input data with a constant field.
- CHANOSO The program revises a
grid's lines order.
- CMULT The program multiplies the
input data with a constant field.
- COARSE
The program deletes every second row and column of a grid.
- COMPOZ The program calculates
composite maps.
- COMPOZALL The program
calculates composite maps and the positive and negative maps
- COMPOZCONT
The program calculates continuous composite maps.
- COMPZLAG The program
calculates composite maps with a specific lag.
- CORWINDOW The program
performs window correlations.
- CROSSCOR The program
calculates the cross-correlation function between two time series.
- CRSRHRT The program correlates
a time series with a series of grids.
- CSUB The program multiplies the
input data with a constant field.
- DECAMEAN The program
calculates decadal means from monthly means
- DETREND The program fits and
remove a linear trend.
- DFORM The program transforms an
EXTRA file in a TEXT.
- EDGE The program replaces values
in the input file.
- EXT1LTEXT2C The program
transforms an EXTRA file with one record in a TEXT file with two columns.
- EXT2GAD The program transforms
an EXTRA file to a GRADS file.
- FORMINV The program transforms
a TEXT file in an EXTRA file.
- FOUFIL The program filters the
data.
- GAD2EXT The program transforms
a GRADS file to an EXTRA file.
- GGSTAT The program provides
information about the file1's contents.
- LMEAN The program calculates
long term means from monthly data.
- MERGEF The program merge two
files, record by record.
- MKEOF The program performs EOF
analysis.
- MULT The programs multiply two
files, value by value.
- NRMSTDV The program calculates
the standard deviation field and normalizes the input data in output file.
- PARTIAL-CORWINDOW The
program performs window correlations.
- PROJECTION The program
projects a vector on a series of vectors.
- REGRESIE The program
correlates a time series with a series of grids.
- RUNNING MEANS The program
calculates the running means.
- SADD The program adds a constant
to a file.
- SDIV The program divides the data
with a constant value
- SELBOX The program selects a
rectangular area of a field.
- SELMON The program selects a
month or season.
- SELVAR The program selects a
variable and level.
- SMULT The program multiplies a
field by a constant.
- SPLITF The program splits one
file in two files.
- SSUB The program subtracts a
constant value from a field.
- SUB The program subtracts two
files (record by record).
- TEXT1CEXT1C The program
transforms a TEXT file to an EXTRA file.
- TEXT2CEXT1C The program transforms
a TEXT file to an EXTRA file.
- TP Transposition of a data matrix
given in EXTRA format.