default.m
changeset 23 e83393696a24
parent 22 624b1ed6e9c9
equal deleted inserted replaced
22:624b1ed6e9c9 23:e83393696a24
     1 %======================================================================
     1 %======================================================================
     2 %                    D E F A U L T . M 
     2 %                    C U R R E N T / D E F A U L T . M 
     3 %                    doc: Sat Jun 26 06:10:09 2004
     3 %                    doc: Sat Jun 26 06:10:09 2004
     4 %                    dlm: Wed Sep  4 18:10:56 2019
     4 %                    dlm: Mon Jun 28 13:07:28 2021
     5 %                    (c) 2004 ladcp@
     5 %                    (c) 2004 ladcp@
     6 %                    uE-Info: 26 48 NIL 0 0 72 0 2 4 NIL ofnI
     6 %                    uE-Info: 44 46 NIL 0 0 72 0 2 4 NIL ofnI
     7 %======================================================================
     7 %======================================================================
     8 
     8 
     9 % CHANGES BY ANT:
     9 % CHANGES BY ANT:
    10 %	Jan  7, 2009: - tightened use of exist()
    10 %	Jan  7, 2009: - tightened use of exist()
    11 %	Jul 22, 2009: - typo in ps.smallfac
    11 %	Jul 22, 2009: - typo in ps.smallfac
    21 %	Feb 18, 2016: - changed version to IX_12 and published
    21 %	Feb 18, 2016: - changed version to IX_12 and published
    22 %				  - changed version to IX_13beta
    22 %				  - changed version to IX_13beta
    23 %	Mar 29, 2017: - added saveplot_pdf
    23 %	Mar 29, 2017: - added saveplot_pdf
    24 %	Jan 17, 2018: - changed ersion to IX_13 and published
    24 %	Jan 17, 2018: - changed ersion to IX_13 and published
    25 %	Sep  4, 2019: - changed p.btrk_mode from 3 to 2 (own only)
    25 %	Sep  4, 2019: - changed p.btrk_mode from 3 to 2 (own only)
    26 %			      - updated to version IX_15beta
    26 %			      - updated to version IX_14beta
       
    27 %	???			  - updated to version IX_14beta2
       
    28 %	Jun 28, 2021: - updated version to IX_14
    27 
    29 
    28 % LADCP processing software
    30 % LADCP processing software
    29 % M. Visbeck. LDEO/2003
    31 % M. Visbeck. LDEO/2003
    30 % http://www.ldeo.columbia.edu/ladcp
    32 % http://www.ldeo.columbia.edu/ladcp
    31 %
    33 %
    37 % structure f.??? contains file names
    39 % structure f.??? contains file names
    38 % structure p.??? contains parameter relevant to reading and preparing
    40 % structure p.??? contains parameter relevant to reading and preparing
    39 %             the data
    41 %             the data
    40 % structure ps.??? contains parameter for the solution
    42 % structure ps.??? contains parameter for the solution
    41 % structure att.??? contains attributes
    43 % structure att.??? contains attributes
    42 p.software='LDEO LADCP software: Version IX_14beta2';
    44 p.software='LDEO LADCP software: Version IX_14';
    43 
    45 
    44 % file names
    46 % file names
    45 % f.ladcpdo  is the ONLY required input
    47 % f.ladcpdo  is the ONLY required input
    46 % f=setdefv(f,'ladcpdo',' ');
    48 % f=setdefv(f,'ladcpdo',' ');
    47 %
    49 %