Changeset 14 for trunk/src


Ignore:
Timestamp:
12/16/10 15:23:15 (13 years ago)
Author:
pinsard
Message:

min. header + graph in oaflux_mask_30N30S.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oaflux_mask_30N30S.pro

    r13 r14  
     1;+ 
     2; 
     3; .. _oaflux_mask_30N30S.pro: 
     4; 
     5; ====================== 
     6; oaflux_mask_30N30S.pro 
     7; ====================== 
     8; 
     9;     .. graphviz:: 
     10; 
     11;        digraph oaflux_mask_30N30S { 
     12;           graph [ 
     13;           rankdir="LR", 
     14;           ] 
     15;           file_oaflux [shape=ellipse,fontname=Courier,label="/Volumes/vialardj/OAFLUX/lh_oaflux_2004.nc"]; 
     16;           mask [shape=ellipse,fontname=Courier,label="/Users/jv/data/OAFLUX/mask_oaflux_30N30S.nc"]; 
     17; 
     18;           oaflux_mask_30N30S [shape=box, 
     19;           fontname=Courier, 
     20;           color=blue, 
     21;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/oaflux_mask_30N30S.pro", 
     22;           label="${TROPFLUX}/src/oaflux_mask_30N30S.pro"]; 
     23; 
     24;           {file_oaflux} -> {oaflux_mask_30N30S} -> {mask} 
     25; 
     26;          } 
     27; 
     28; SEE ALSO 
     29; ======== 
     30; 
     31; 
     32; EXAMPLES 
     33; ======== 
     34; 
     35; :: 
     36; 
     37;  IDL> oaflux_mask_30N30S 
     38; 
     39; TODO 
     40; ==== 
     41; 
     42; hard coded directory - usage of ${TROPFLUX_ID} 
     43; 
     44; coding rules 
     45; 
     46; EVOLUTIONS 
     47; ========== 
     48; 
     49; - fplod 20101216T141137Z aedon.locean-ipsl.upmc.fr (Darwin) 
     50; 
     51;   * minimal header 
     52; 
     53; - jv 2010 
     54; 
     55;   * creation 
     56; 
     57;- 
     58; 
    159PRO oaflux_mask_30N30S 
    260 
Note: See TracChangeset for help on using the changeset viewer.