[Master Index]
[Index for ./epic]
msql_prof
Function Synopsis
msql_prof ( ptrfile, lat_range, lon_range, time_range, depth_range, dbase )
Help text
MSQL_PROF: Query the msql database for profile data.
USAGE: msql_prof ( ptrfile, latrange, lonrange, trange, drange, dbase );
PARAMETERS
ptrfile:
name of pointer file to write. Default is /tmp/msql_ptr.
latrange:
should be 2-vector, default is [0 90]
lonrange:
should be 2-vector, default is [0 360], can be negative
time_range:
should be contain two gregorian dates. Eventually is converted
into a 2-vector in julian date format, default being [1 2460000].
This corresponds to a starting day in 4713 BC and ending in 2023,
so it should be sufficient.
depth_range:
should be 2-vector, default is [0 100000]
dbase:
name of database to extract data from. Run
"/usr/local/epic/bin/list_tbl epic | grep prof"
to see all available databases. Default is
"bpr_prof_all".
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Mon Nov 27 6:31:38 2000
Cross-Directory links are: ON