Ignore:
Timestamp:
12/15/10 10:55:33 (14 years ago)
Author:
pinsard
Message:

add some graph - io - in headers (cont.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/d2m_to_q2m_erai.pro

    r7 r8  
    66; d2m_to_q2m_erai.pro 
    77; =================== 
     8; 
     9; .. only:: man 
     10; 
     11; Figure is visible on PDF and HTML documents only. 
     12; 
     13; .. only:: html 
     14; 
     15;     .. graphviz:: 
     16; 
     17;        digraph d2m_to_q2m_erai { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21;           file_d2m [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_d2m_19890101_20091231_oafluxgrid.nc"]; 
     22;           file_t2m [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_t2m_19890101_20091231_oafluxgrid.nc"]; 
     23;           file_msl [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/q2m_erai_19890101_20091231_oafluxgrid.nc"]; 
     24; 
     25;           d2m_to_q2m_erai [shape=box, 
     26;           fontname=Courier, 
     27;           color=blue, 
     28;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/d2m_to_q2m_erai.pro", 
     29;           label="${TROPFLUX}/src/d2m_to_q2m_erai.pro"]; 
     30;           {file_d2m file_t2m} -> {d2m_to_q2m_erai} -> {file_msl} 
     31;        } 
    832; 
    933; SEE ALSO 
     
    2852; EVOLUTIONS 
    2953; ========== 
     54; 
     55; - fplod 20101215T093141Z aedon.locean-ipsl.upmc.fr (Darwin) 
     56; 
     57;   * add graph in header 
    3058; 
    3159; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
Note: See TracChangeset for help on using the changeset viewer.