Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

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

    r163 r226  
    1111; 
    1212; @param PARAMS 
    13 ;  
    14 ;  
     13; 
    1514; @param NUM 
    16 ;  
    17 ; 
    18 ; @restrictions  
     15; 
     16; @restrictions 
    1917; bug for etab and etan written on the same record??? 
    2018; 
    21 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     19; @history 
     20; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2221;                      June 2002 
    23 ; @version $Id$ 
     22; 
     23; @version 
     24; $Id$ 
    2425;- 
    2526;------------------------------------------------------------ 
     
    4445; 
    4546; @param PARAMS 
    46 ;  
    47 ;  
     47; 
    4848; @param NUM 
    49 ;  
    50 ; 
    51 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     49; 
     50; @history 
     51; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    5252;                      June 2002 
    5353;- 
     
    6666; based on the OPA subroutine dtrlec included at the end of the file. 
    6767; 
    68 ; @categories  
     68; @categories 
    6969; For OPA 
    7070; 
     
    7373; 
    7474; @param JPIGLO {in}{required} 
    75 ;  
    76 ;  
     75; 
    7776; @param JPJGLO {in}{required} 
    78 ;  
    79 ;  
     77; 
    8078; @param JPK {in}{required} 
    8179; dimensions of the opa grid 
    8280; 
    83 ; @keyword IBLOC {default=4096L}  
     81; @keyword IBLOC {default=4096L} 
    8482; Ibloc size 
    85 ;  
     83; 
    8684; @keyword JPBYT {default=8L} 
    8785; Jpbyt size 
    88 ;  
    89 ; @keyword NUMREC {default=19L*jpk}  
     86; 
     87; @keyword NUMREC {default=19L*jpk} 
    9088; Number of records in the file 
    91 ;  
     89; 
    9290; @keyword UB 
    93 ;  
    94 ;  
     91; 
     92; 
    9593; @keyword VB 
    96 ;  
    97 ;  
     94; 
     95; 
    9896; @keyword TB 
    99 ;  
    100 ;  
     97; 
    10198; @keyword SB 
    102 ;  
    103 ;  
     99; 
    104100; @keyword ROTB 
    105 ;  
    106 ;  
     101; 
    107102; @keyword HDIVB 
    108 ;  
    109 ;  
     103; 
    110104; @keyword UN 
    111 ;  
    112 ;  
     105; 
    113106; @keyword VN 
    114 ;  
    115 ;  
     107; 
    116108; @keyword TN 
    117 ;  
    118 ;  
     109; 
    119110; @keyword SN 
    120 ;  
    121 ;  
     111; 
    122112; @keyword ROTN 
    123 ;  
    124 ;  
     113; 
    125114; @keyword HDIVN 
    126 ;  
    127 ;  
     115; 
    128116; @keyword GCX 
    129 ;  
    130 ;  
     117; 
    131118; @keyword GCXB 
    132 ;  
    133 ;  
     119; 
    134120; @keyword ETAB 
    135 ;  
    136 ;  
     121; 
    137122; @keyword ETAN 
    138 ;  
    139 ;  
     123; 
    140124; @keyword BSFB 
    141 ;  
    142 ;  
     125; 
    143126; @keyword BSFN 
    144 ;  
    145 ;  
     127; 
    146128; @keyword BSFD 
    147 ;  
    148 ;  
     129; 
    149130; @keyword EN 
    150131; the variable we want to read. 
    151132; 
    152 ; @returns  
     133; @returns 
    153134; According to the given keywords. 
    154 ;  
    155 ; @restrictions  
     135; 
     136; @restrictions 
    156137; Bug for etab and etan written on the same record??? 
    157138; 
    158 ; @history  
     139; @history 
    159140; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    160141;                      June 2002 
    161 ;  
     142; 
    162143; @version 
    163144; $Id$ 
     
    458439;          IF(lwp) THEN 
    459440;              WRITE(numout,*) ' ===>>>> : the previous restart file', 
    460 ;     $            ' didnt used  tke scheme' 
     441;     $            ' did''nt used  tke scheme' 
    461442;              WRITE(numout,*) ' =======                =======' 
    462443;          ENDIF 
Note: See TracChangeset for help on using the changeset viewer.