README.Install
author A.M. Thurnherr <athurnherr@yahoo.com>
Sun, 27 Jul 2014 16:28:57 -0400
changeset 30 8697ba5a88ec
parent 16 ff157f4445ce
permissions -rw-r--r--
before beginning to add code to calculate package velocity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     1
======================================================================
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     2
                    R E A D M E . I N S T A L L 
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     3
                    doc: Tue May 15 18:42:56 2012
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
     4
                    dlm: Fri Jun 15 07:36:52 2012
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     5
                    (c) 2012 A.M. Thurnherr
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
     6
                    uE-Info: 46 67 NIL 0 0 72 3 2 4 NIL ofnI
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     7
======================================================================
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     8
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
     9
=Processing Software=
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    10
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    11
The re-implemented shear method is written entirely in perl and requires
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    12
the following sub-modules to be installed:
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    13
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    14
ADCP_tools	a set of tool and libraries to deal with RDI BB ADCP data;
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    15
			available via link from http://www.ldeo.columbia.edu/LADCP
11
d0af7f7aa23b V1.0beta2
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 10
diff changeset
    16
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    17
ANTSlib		a library for dealing with the ANTS ASCII file format;
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    18
			available via link from http://www.ldeo.columbia.edu/LADCP
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    19
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    20
LADCPproc	this software; available via link from
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    21
			http://www.ldeo.columbia.edu/LADCP
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    22
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    23
The code runs with version 5.12.4 of perl or later but it may well work
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    24
with older versions, too. It is recommended that these three modules are
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    25
installed in three separate directories. 
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    26
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    27
In addition to the core modules listed above, the software also
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    28
requires Eric Firing's geomag code (written in c) that is available
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    29
from http://currents.soest.hawaii.edu/hg.
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    30
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    31
The only step required to set up the software is to add the directories
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    32
of the ADCP_tools, ANTSlib, LADCPproc, and geomag to the search path ---
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    33
refer to the manual of your shell on how to accomplish this.
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    34
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    35
To test correct setup of the software, simply call [LADCPproc] in the
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    36
directory where you intend to process the LADCP data. If the software
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    37
has been correctly installed, the usage of [LADCPproc] will be
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    38
produced. 
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    39
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    40
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    41
=Matlab Interface=
10
196a179304ee 1.0beta
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    42
16
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    43
As described in [README.Output], all output produced by this software is
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    44
in a proprietary ASCII format called ANTS. In order to import/export
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    45
ANTS files into/from Matlab the module Matlab_tools is required. This,
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    46
too, is available via link from http://www.ldeo.columbia.edu/LADCP.
ff157f4445ce V1.0 beta7
A.M. Thurnherr <athurnherr@yahoo.com>
parents: 11
diff changeset
    47