Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/readoldopadistcoast.pro

    r136 r157  
    88; based on the OPA subroutines dtacof and parctl 
    99; 
    10 ; @categories for OPA before NetCDF 
     10; @categories  
     11; For OPA 
     12; 
     13; @param UNIT 
     14; 
     15; 
     16; @param PARAMS 
     17;  
     18;  
     19; @param NUM 
     20;  
    1121; 
    1222; @returns   
     
    3444 
    3545;+ 
    36 ; @param filename {in}{required} filename (with the whole path if necessary) 
    37 ; @param jpiglo {in}{required} 
    38 ; @param jpjglo {in}{required} 
    39 ; @param jpk {in}{required} 
    40 ; dimensions of the opa grid 
     46; @file_comments 
    4147; 
    42 ; @keyword IBLOC {default=4096L} ibloc size 
    43 ; @keyword JPBYT {default=8L} jpbyt size 
    44 ; @keyword NUMREC {default=19L*jpk} number of records in the file. 
    4548; 
    46 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     49; @categories 
     50; For OPA 
     51; 
     52; @param FILENAME {in}{required} 
     53; Filename (with the whole path if necessary) 
     54; 
     55; @param JPIGLO {in}{required} 
     56; 
     57; 
     58; @param JPJGLO {in}{required} 
     59; 
     60; 
     61; @param JPK {in}{required} 
     62; Dimensions of the opa grid 
     63; 
     64; @keyword IBLOC {default=4096L} 
     65; Ibloc size 
     66;  
     67; @keyword JPBYT {default=8L} 
     68; Jpbyt size 
     69;  
     70; @keyword NUMREC {default=19L*jpk} 
     71; Number of records in the file. 
     72; 
     73; @history 
     74; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4775;                      June, 2002 
     76; 
     77; @version 
     78; $Id$ 
    4879;- 
    4980FUNCTION readoldopadistcoast, filename, jpiglo, jpjglo, jpk, IBLOC = ibloc, JPBYT = jpbyt, NUMREC = numrec 
Note: See TracChangeset for help on using the changeset viewer.