Changeset 85 for trunk/src/sauvegrads.m


Ignore:
Timestamp:
08/16/10 17:21:33 (14 years ago)
Author:
pinsard
Message:

better representation of variable parts in filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sauvegrads.m

    r75 r85  
    11function[h]=sauvegrads(nomfich,matrice,posit) 
    2 % SAUVEGRADS create a data file (.dat) and  and a definion file (.ctl) 
     2% SAUVEGRADS create a data file (.dat) and a definion file (.ctl) 
    33 
    44%+ 
     
    99% 
    1010% --------------------------------------------------------- 
    11 % create a data file (.dat) and  and a definion file (.ctl) 
     11% create a data file (.dat) and a definion file (.ctl) 
    1212% --------------------------------------------------------- 
    1313% 
     
    2020% =========== 
    2121% 
    22 % Create a data file (.dat) and  and a definion file (.ctl). 
     22% Create a data file (:file:`.dat`) and a definion file (:file:`.ctl`). 
    2323%  
    2424% Those files should be used with GRADS using : 
     
    3232% 
    3333% NOMFICH  suffixe of the files 
    34 %          *nomfich*\ ``.dat`` will be data file 
    35 %          *nomfich*\ ``.ctl`` will be definition file. 
     34%          :file:`{nomfich}.dat` will be data file 
     35%          :file:`nomfich}.ctl` will be definition file. 
    3636% 
    3737% MATRICE name of the 2D array to be saved 
     
    5353% 
    5454% use h return values 
    55 % 
    5655% 
    5756% EVOLUTIONS 
Note: See TracChangeset for help on using the changeset viewer.