Ignore:
Timestamp:
12/15/10 13:08:03 (13 years ago)
Author:
pinsard
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/interp_erai_sst_1989_2009.pro

    r6 r9  
    66; interp_erai_sst_1989_2009.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 interp_erai_sst_1989_2009 { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/ERAI_global/20c3m_erai_sstk_TROP_1989_2009.nc"]; 
     22; 
     23;           mask [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/work/flux_reconstruction/gridded_data/mask_oaflux_30N30S.nc"]; 
     24; 
     25;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_sst_19890101_20091231_oafluxgrid.nc"]; 
     26; 
     27;           interp_erai_sst_1989_2009 [shape=box, 
     28;           fontname=Courier, 
     29;           color=blue, 
     30;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/interp_erai_sst_1989_2009.pro", 
     31;           label="${TROPFLUX}/src/interp_erai_sst_1989_2009.pro"]; 
     32; 
     33;           {file_in mask} -> {interp_erai_sst_1989_2009} -> {ncfile} 
     34;          } 
    835; 
    936; SEE ALSO 
     
    2653; EVOLUTIONS 
    2754; ========== 
     55; 
     56; - fplod 20101215T100932Z aedon.locean-ipsl.upmc.fr (Darwin) 
     57; 
     58;   * add graph in header 
    2859; 
    2960; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
Note: See TracChangeset for help on using the changeset viewer.