Ignore:
Timestamp:
08/23/11 14:29:57 (13 years ago)
Author:
pinsard
Message:

try to make progress with idl8; homogenize doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws_correction_ncdf.pro

    r91 r92  
    99; Correction of ws on OAFLUX grid 
    1010; 
    11 ; :file:`${PROJECT_OD}/erai_ws_19890101_20091231_oafluxgrid.nc` have been 
    12 ; produced by :ref:`interp_erai_ws_1989_2009.pro`. 
     11; :file:`${PROJECT_OD}/erai_ws_19890101_20091231_oafluxgrid.nc` 
     12; containing 
     13; ++ 
     14; have been produced by 
     15; :ref:`interp_erai_ws_1989_2009.pro`. 
    1316; 
    1417; Corrected ws on OAFLUX grid is written in 
     
    1619; if this file not already exists. 
    1720; 
    18 ; This file will be used by :ref:`TropFlux_19890101_20091231.pro`. 
     21; This output file 
     22; :file:`${PROJECT_OD}/TropFlux_ws_19890101_20091231.nc` 
     23; will be used by :ref:`TropFlux_19890101_20091231.pro`. 
     24; 
     25; .. only:: man 
     26; 
     27;    Figure is visible on PDF and HTML documents only. 
     28; 
     29; .. only:: html or latex 
    1930; 
    2031;     .. graphviz:: 
     
    141152; 
    142153; check if this file exists 
     154msg='iii : looking for ' + filename 
     155ras = report(msg) 
    143156fullfilename = isafile(iodirout + filename, NEW=0, /MUST_EXIST) 
    144157IF fullfilename[0] EQ '' THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.