README.ProcessingTips
author A.M. Thurnherr <athurnherr@yahoo.com>
Thu, 27 Oct 2011 10:29:18 -0400
changeset 5 509cc9966b68
permissions -rw-r--r--
====================================================================== / T M P / H G - E D I T O R - Z 2 R F J K . T X T doc: Thu Oct 27 10:29:15 2011 dlm: Thu Oct 27 10:29:15 2011 (c) 2011 A.M. Thurnherr uE-Info: 2 74 NIL 0 0 72 0 2 4 NIL ofnI ====================================================================== version that cleanly processes LADDER1-3, NBP0901, IWISE next step will be an attempt to work on attitude-dependent velocity errors
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     1
======================================================================
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     2
                    R E A D M E . P R O C E S S I N G T I P S 
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     3
                    doc: Thu Oct 20 14:11:49 2011
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     4
                    dlm: Fri Oct 21 17:33:21 2011
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     5
                    (c) 2011 A.M. Thurnherr
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     6
                    uE-Info: 18 0 NIL 0 0 72 3 2 4 NIL ofnI
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     7
======================================================================
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     8
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
     9
=Time Lagging Problems=
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    10
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    11
If the first pass (1Hz) fails, there are no diagnostic plots that can
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    12
be inspected. Often, however, this problem is simply due to CTD
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    13
pressure spikes, which must be removed before processing. If the CTD
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    14
pressures are good, it becomes very useful to write the
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    15
LADCP_timeseries ($out_LADCPtis =
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    16
"$data_subdir/$out_basename.LADCPtis";) and compare it to the CTD time
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    17
series (averaged to 1Hz for size), e.g. to spot obvious problems or to
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    18
determine an initial offset guess.
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    19
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    20
One possible reason for the first time-lagging pass to fail is that the
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    21
beginning of the cast is not correctly recognized. In case of
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    22
2011_IWISE (003UL, but probably also others) this is because there are
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    23
valid velocities in bin#2 even before the LADCP enters the water. The
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    24
problem was solved  by increasing $refLr_firstBin.
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    25
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    26
If the 2nd pass (24Hz resolution) of time lagging fails, the diagnostic
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    27
plots (*_TL.eps, *_TLhist.eps) should be inspected. Often, the problem
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    28
can simply be solved by decreasing $TL_required_top_three_fraction to
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    29
something like 0.4.
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    30
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    31
When profiles with very little ship motion (e.g. in/near the ice) are
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    32
processed $TL_required_top_three_fraction may have to be decreased to
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    33
very small values (0.05 in case of some stations in NBP0901). With such
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    34
a low value it is important that the diagnostic plots are inspected
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    35
carefully to make sure that there are no timelagging-related issues. It
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    36
is also advisable to plot/inspect the time-series output to make sure
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    37
that the final lag is reasonable.
509cc9966b68 ======================================================================
A.M. Thurnherr <athurnherr@yahoo.com>
parents:
diff changeset
    38