default.m
changeset 3 720b082fe33e
parent 2 ec6b10ba8a34
child 5 033a169071de
equal deleted inserted replaced
2:ec6b10ba8a34 3:720b082fe33e
     1 %======================================================================
     1 %======================================================================
     2 %                    D E F A U L T . M 
     2 %                    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: Fri May  4 08:45:46 2012
     4 %                    dlm: Tue May 22 11:02:16 2012
     5 %                    (c) 2004 ladcp@
     5 %                    (c) 2004 ladcp@
     6 %                    uE-Info: 30 45 NIL 0 0 72 0 2 4 NIL ofnI
     6 %                    uE-Info: 30 49 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
    25 % structure f.??? contains file names
    25 % structure f.??? contains file names
    26 % structure p.??? contains parameter relevant to reading and preparing
    26 % structure p.??? contains parameter relevant to reading and preparing
    27 %             the data
    27 %             the data
    28 % structure ps.??? contains parameter for the solution
    28 % structure ps.??? contains parameter for the solution
    29 % structure att.??? contains attributes
    29 % structure att.??? contains attributes
    30 p.software='LDEO LADCP software: Version IX_8';
    30 p.software='LDEO LADCP software: Version IX_9beta';
    31 
    31 
    32 % file names
    32 % file names
    33 % f.ladcpdo  is the ONLY required input
    33 % f.ladcpdo  is the ONLY required input
    34 % f=setdefv(f,'ladcpdo',' ');
    34 % f=setdefv(f,'ladcpdo',' ');
    35 %
    35 %