README.Run
changeset 10 196a179304ee
child 12 65582c172355
equal deleted inserted replaced
9:48b2d27aaebf 10:196a179304ee
       
     1 ======================================================================
       
     2                     R E A D M E . R U N 
       
     3                     doc: Tue May 15 18:49:00 2012
       
     4                     dlm: Tue May 15 19:16:34 2012
       
     5                     (c) 2012 A.M. Thurnherr
       
     6                     uE-Info: 52 0 NIL 0 0 72 3 2 8 NIL ofnI
       
     7 ======================================================================
       
     8 
       
     9 NB: DO NOT RUN FROM CURRENT DIRECTORY. (Actually, you can but will have
       
    10     to prefix each command with a ./)
       
    11 
       
    12 
       
    13 =DATA REQUIREMENTS=
       
    14 
       
    15 - raw RDI BB ADCP files from a downlooker and/or an uplooker
       
    16 - SeaBird cnv file (ASCII or binary) with lat/lon info in the header and
       
    17   with the following fields:
       
    18 	timeS, prDM, t090C and/or t190C, sal00 and/or sal11
       
    19 - arbitrary ASCII CTD files are also acceptable but there is no
       
    20   documentation yet
       
    21 
       
    22 
       
    23 =CALCULATE LADCP SHEAR PROFILE=
       
    24 
       
    25 assume files:
       
    26 	001DL000.000	downlooker ADCP file
       
    27 	001UL000.000	uplooker ADCP file
       
    28 	001.cnv		CTD file
       
    29 
       
    30 LADCPproc -p 001DL.sh -b 001.BT 001DL000.000 001.cnv > /dev/null
       
    31 	creates two files, 001DL.sh (shear profiles) and 001.BT
       
    32 	(bottom-track data)
       
    33 
       
    34 LADCPproc -p 001UL.sh 001UL000.000 001.cnv > /dev/null
       
    35 	creates one file, 001UL.sh (shear profiles)
       
    36 
       
    37 
       
    38 
       
    39 =CALCULATE LADCP VELOCITY PROFILE=
       
    40 
       
    41 LADCPintsh 001DL.sh > 001DL.bc
       
    42 	creates baroclinic velocity profile from DL data
       
    43 
       
    44 LADCPintsh -b 001.BT 001DL.sh > 001DL.vel
       
    45 	creates BT-referenced absolute velocity profile from DL data
       
    46 
       
    47 LADCPintsh -b 001.BT -u 001UL.sh 001DL.sh > 001.vel
       
    48 	creates BT-referenced absolute velocity profile from combined
       
    49 	DL/UL data
       
    50 
       
    51 
       
    52 =QUALITY CHECKS=
       
    53 
       
    54 - compare to LDEO solution
       
    55 - compare UL vs DL solutions, if available
       
    56 - compare dc vs uc u, v, and, in particular w profiles