Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:readoldopadistcoast 
    6 ; 
    7 ; PURPOSE: 
     5; @file_comments 
    86;      read the old binary direct access file that contains the 
    97;      distance to the coast in OPA. 
    108;      based on the OPA subroutines dtacof and parctl 
    119; 
    12 ; CATEGORY:for OPA before NetCDF 
     10; @categories for OPA before NetCDF 
    1311; 
    14 ; CALLING SEQUENCE:res=readoldopadistcoast(filename) 
    1512; 
    16 ; INPUTS: 
    17 ;      filename (with the whole path if necessary) 
    18 ;     jpiglo, jpjglo, jpk: dimensions of the opa grid 
    19 ; 
    20 ; KEYWORD PARAMETERS: 
    21 ;     IBLOC: ibloc size, default: ibloc = 4096L 
    22 ;     JPBYT: jpbyt size, defalut: jpbyt = 8L 
    23 ;     NUMREC: number of records in the file. defalut: numrec = 19L*jpk 
    24 ; 
    25 ; OUTPUTS: a structure that contains two elements: tdistcoast (the 
     13; @returns  a structure that contains two elements: tdistcoast (the 
    2614; distance for the t-points) and fdiscoast (the distance for the 
    2715; f-points). 
    2816; 
    29 ; COMMON BLOCKS: no 
    30 ; 
    31 ; SIDE EFFECTS: 
    32 ; 
    33 ; RESTRICTIONS: 
    34 ; 
    35 ; EXAMPLE: 
    36 ; 
    37 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     17; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3818;                      June, 2002 
    3919;- 
     
    4929end 
    5030 
    51  
     31;+ 
     32;     @param filename {in}{required} filename (with the whole path if necessary) 
     33;     @param jpiglo {in}{required} 
     34;     @param jpjglo {in}{required} 
     35;     @param jpk {in}{required} 
     36;      dimensions of the opa grid 
     37;     @keyword IBLOC ibloc size, default: ibloc = 4096L 
     38;     @keyword JPBYT jpbyt size, default: jpbyt = 8L 
     39;     @keyword NUMREC number of records in the file. default: numrec = 19L*jpk 
     40; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     41;                      June, 2002 
     42;- 
    5243FUNCTION readoldopadistcoast, filename, jpiglo, jpjglo, jpk, IBLOC = ibloc, JPBYT = jpbyt, NUMREC = numrec 
    5344; 
Note: See TracChangeset for help on using the changeset viewer.