Changeset 430 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
04/15/10 15:13:55 (14 years ago)
Author:
pinsard
Message:

indent shell scripts

Location:
trunk/SRC/ToBeReviewed/CALCULS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/CALCULS/fsfzpt.pro

    r325 r430  
    11;+ 
    2 ; @file_comments 
    3 ; 
    4 ; @categories 
    5 ; 
    6 ; @param PFS 
    7 ; 
    8 ; @param PFP 
    9 ; 
    10 ; @returns 
    11 ; 
    12 ; @uses 
    13 ; 
    14 ; @restrictions 
    15 ; 
    16 ; @examples 
    17 ; 
    18 ; @history 
    19 ; 
    20 ; 
    21 ; @version 
    22 ; $Id$ 
    232; 
    243; Ice freezing point 
     
    3413;       checkvalue: fsfzpt=-2.588567 deg.c,for s=40.0,p=500 decibars 
    3514; 
     15; 
     16; @categories 
     17; 
     18; @param PFS {in}{required} 
     19; salinity 
     20; 
     21; @param PFP {in}{required} 
     22; pressure decibars 
     23; 
     24; @examples 
     25; 
     26; IDL> pfs=40.0 
     27; IDL> pfp=500 
     28; IDL> result=fsfzpt( pfs, pfp) 
     29; IDL> print,result 
     30;     -2.58857 
     31; 
     32; @returns 
     33; temperature freezing pt degrees celsius 
     34; 
     35; @uses 
     36; 
     37; @restrictions 
     38; 
     39; @examples 
     40; 
     41; @history 
     42; 
     43; - fplod 20091208T163045Z zeus.locean-ipsl.upmc.fr (Linux) 
     44; 
     45;   * add example 
     46; 
     47; 
     48; @version 
     49; $Id$ 
     50; 
    3651; @todo seb 
    3752; 
  • trunk/SRC/ToBeReviewed/CALCULS/rhon.pro

    r327 r430  
    11;+ 
    2 ; @file_comments 
     2; 
     3; Calcul de la fonction d'etat (issue de eos.F) 
    34; 
    45; @categories 
     
    2223; @history 
    2324; 
     25; - Creation : 1997 / G. Roullet 
     26; 
     27; - adaptation pour les tableaux z,zt,xyz,xyzt  par seb. 
     28; 
    2429; @version 
    2530; $Id$ 
    2631; 
    27 ;; 
    28 ;; Calcul de la fonction d'etat (issue de eos.F) 
    29 ;; 
    30 ;; Creation : 1997 / G. Roullet 
    31 ;; adaptation pour les tableaux z,zt,xyz,xyzt 
    32 ;; par seb. 
    33 ;; 
    3432; @todo seb 
    3533; 
Note: See TracChangeset for help on using the changeset viewer.