Changeset 9 for trunk/src


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

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

Location:
trunk/src
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/TropFlux_19890101_20091231.pro

    r7 r9  
    4545; 
    4646;           {mask file_sst file_wind file_wg file_sw file_lw file_air file_q} -> {TropFlux_19890101_20091231} -> {ncfile} 
    47 ;             
     47; 
    4848;          } 
    4949; 
  • trunk/src/TropFlux_NRT_ncdf.pro

    r7 r9  
    2020;           rankdir="LR", 
    2121;           ] 
    22 ;           file1 [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_swr_19890101_20091231_BLND.nc"];             
    23 ;           file2 [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_lwr_19890101_20091231_v50.nc"];    
     22;           file1 [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_swr_19890101_20091231_BLND.nc"]; 
     23;           file2 [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_lwr_19890101_20091231_v50.nc"]; 
    2424;           file3 [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_19890101_20091231_v51.nc"]; 
    2525;           ncfile [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_19890101_20091231.nc"]; 
  • 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) 
  • trunk/src/interp_erai_t2m_1989_2009.pro

    r7 r9  
    66; interp_erai_t2m_1989_2009.pro 
    77; ============================= 
     8; 
     9; 
     10; .. only:: man 
     11; 
     12; Figure is visible on PDF and HTML documents only. 
     13; 
     14; .. only:: html 
     15; 
     16;     .. graphviz:: 
     17; 
     18;        digraph interp_erai_t2m_1989_2009 { 
     19;           graph [ 
     20;           rankdir="LR", 
     21;           ] 
     22;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/ERAI_global/20c3m_erai_t2_TROP_1989_2009.nc"]; 
     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_t2m_19890101_20091231_oafluxgrid.nc"]; 
     26; 
     27;           interp_erai_t2m_1989_2009 [shape=box, 
     28;           fontname=Courier, 
     29;           color=blue, 
     30;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/interp_erai_t2m_1989_2009.pro"", 
     31;           label="${TROPFLUX}/src/interp_erai_t2m_1989_2009.pro"]; 
     32; 
     33;           {file_in mask} -> {interp_erai_t2m_1989_2009} -> {ncfile} 
     34; 
     35;          } 
    836; 
    937; 
     
    2856; EVOLUTIONS 
    2957; ========== 
     58; 
     59; - fplod 20101215T112140Z aedon.locean-ipsl.upmc.fr (Darwin) 
     60; 
     61;   * add graph in header 
    3062; 
    3163; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/interp_erai_ws_1989_2009.pro

    r6 r9  
    66; interp_erai_ws_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_ws_1989_2009 { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21;           file_u10 [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/ERAI_global/20c3m_erai_u10_TROP_1989_2009.nc"]; 
     22;           file_v10 [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/ERAI_global/20c3m_erai_v10_TROP_1989_2009.nc"]; 
     23; 
     24;           mask [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/work/flux_reconstruction/gridded_data/mask_oaflux_30N30S.nc"]; 
     25; 
     26;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_ws_19890101_20091231_oafluxgrid.nc"]; 
     27; 
     28;           interp_erai_ws_1989_2009 [shape=box, 
     29;           fontname=Courier, 
     30;           color=blue, 
     31;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/interp_erai_ws_1989_2009.pro", 
     32;           label="${TROPFLUX}/src/interp_erai_ws_1989_2009.pro"]; 
     33; 
     34;           {file_u10 file_v10 mask} -> {interp_erai_ws_1989_2009} -> {ncfile} 
     35; 
     36;        } 
     37; 
    838; SEE ALSO 
    939; ======== 
     
    2656; EVOLUTIONS 
    2757; ========== 
     58; 
     59; - fplod 20101215T112657Z aedon.locean-ipsl.upmc.fr (Darwin) 
     60; 
     61;   * add graph in header 
    2862; 
    2963; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/interp_olr_30n30s_1989_2009.pro

    r6 r9  
    77; =============================== 
    88; 
     9; 
     10; .. only:: man 
     11; 
     12; Figure is visible on PDF and HTML documents only. 
     13; 
     14; .. only:: html 
     15; 
     16;     .. graphviz:: 
     17; 
     18;        digraph interp_olr_30n30s_1989_2009{ 
     19;           graph [ 
     20;           rankdir="LR", 
     21;           ] 
     22;           file_in [shape=ellipse,fontname=Courier,label="/Users/pkb/data/heat_budget/NOAA_OLR/new/olr.day.mean_new.nc"]; 
     23; 
     24;           mask [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/work/flux_reconstruction/gridded_data/mask_oaflux_30N30S.nc"]; 
     25; 
     26;           ncfile [shape=ellipse,fontname=Courier,label="/Users/pkb/data/heat_budget/NOAA_OLR/newolr_oafluxgrid_30n30s_19890101_20091231.nc"]; 
     27; 
     28;           interp_olr_30n30s_1989_2009 [shape=box, 
     29;           fontname=Courier, 
     30;           color=blue, 
     31;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/interp_olr_30n30s_1989_2009.pro", 
     32;           label="${TROPFLUX}/src/interp_olr_30n30s_1989_2009.pro"]; 
     33; 
     34;           {file_in mask} -> {interp_olr_30n30s_1989_2009} -> {ncfile} 
     35; 
     36;         } 
    937; 
    1038; SEE ALSO 
     
    2755; EVOLUTIONS 
    2856; ========== 
     57; 
     58; - fplod 20101215T113118Z aedon.locean-ipsl.upmc.fr (Darwin) 
     59; 
     60;   * add graph in header 
    2961; 
    3062; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/lwr_correction_ncdf.pro

    r7 r9  
    66; lwr_correction_ncdf.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 lwr_correction_ncdf { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21; 
     22;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_lwr_19890102_20091231_oafluxgrid.nc"]; 
     23; 
     24;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_cor/full_cor/TropFlux_lwr_19890101_20091231_v1.nc"]; 
     25;           lwr_correction_ncdf [shape=box, 
     26;           fontname=Courier, 
     27;           color=blue, 
     28;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/lwr_correction_ncdf.pro", 
     29;           label="${TROPFLUX}/src/lwr_correction_ncdf.pro"]; 
     30; 
     31;           {file_in} -> {lwr_correction_ncdf} -> {ncfile} 
     32; 
     33;        } 
    834; 
    935; SEE ALSO 
     
    2753; EVOLUTIONS 
    2854; ========== 
     55; 
     56; - fplod 20101215T113707Z aedon.locean-ipsl.upmc.fr (Darwin) 
     57; 
     58;   * add graph in header 
    2959; 
    3060; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/q2m_correction_ncdf.pro

    r7 r9  
    66; q2m_correction_ncdf.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 q2m_correction_ncdf { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21; 
     22;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_q2m_19890101_20091231_oafluxgrid.nc"]; 
     23; 
     24;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_cor/full_cor/TropFlux_q2m_19890101_20091231_v20.nc"]; 
     25; 
     26;           q2m_correction_ncdf [shape=box, 
     27;           fontname=Courier, 
     28;           color=blue, 
     29;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/q2m_correction_ncdf.pro", 
     30;           label="${TROPFLUX}/src/q2m_correction_ncdf.pro"]; 
     31; 
     32;           {file_in} -> {q2m_correction_ncdf} -> {ncfile} 
     33; 
     34;        } 
    835; 
    936; SEE ALSO 
     
    2653; EVOLUTIONS 
    2754; ========== 
     55; 
     56; - fplod 20101215T113945Z aedon.locean-ipsl.upmc.fr (Darwin) 
     57; 
     58;   * add graph in header 
    2859; 
    2960; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/sst_correction_ncdf.pro

    r7 r9  
    66; sst_correction_ncdf.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 sst_correction_ncdf { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21; 
     22;           file_sst [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_sst_19890101_20091231_oafluxgrid.nc"]; 
     23; 
     24;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_cor/full_cor/TropFlux_sst_19890101_20091231_v20.nc"]; 
     25; 
     26;           sst_correction_ncdf [shape=box, 
     27;           fontname=Courier, 
     28;           color=blue, 
     29;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/sst_correction_ncdf.pro", 
     30;           label="${TROPFLUX}/src/sst_correction_ncdf.pro"]; 
     31; 
     32;           {file_sst} -> {sst_correction_ncdf} -> {ncfile} 
     33; 
     34;        } 
    835; 
    936; 
     
    2754; EVOLUTIONS 
    2855; ========== 
     56; 
     57; - fplod 20101215T114224Z aedon.locean-ipsl.upmc.fr (Darwin) 
     58; 
     59;   * add graph in header 
    2960; 
    3061; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/t2m_correction_ncdf.pro

    r7 r9  
    66; t2m_correction_ncdf.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 t2m_correction_ncdf { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21; 
     22;           file_t2m [shape=ellipse,fontname=Courier,label="/Volumes/Iomega_HDD/TropFlux/input_uncor/erai_t2m_19890101_20091231_oafluxgrid.nc"]; 
     23; 
     24;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/Iomega_HDD/TropFlux/input_cor/full_cor/TropFlux_t2m_19890101_20091231_v20.nc"]; 
     25; 
     26;           t2m_correction_ncdf [shape=box, 
     27;           fontname=Courier, 
     28;           color=blue, 
     29;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/t2m_correction_ncdf.pro", 
     30;           label="${TROPFLUX}/src/t2m_correction_ncdf.pro"]; 
     31; 
     32;           {file_t2m} -> {t2m_correction_ncdf} -> {ncfile} 
     33; 
     34;        } 
    835; 
    936; SEE ALSO 
     
    2653; EVOLUTIONS 
    2754; ========== 
     55; 
     56; - fplod 20101215T114503Z aedon.locean-ipsl.upmc.fr (Darwin) 
     57; 
     58;   * add graph in header 
    2859; 
    2960; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/time_axe_modif_TropFlux.pro

    r6 r9  
    66; time_axe_modif_TropFlux.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 time_axe_modif_TropFlux { 
     18;           graph [ 
     19;           rankdir="LR", 
     20;           ] 
     21; 
     22;           file_inout [shape=ellipse,fontname=Courier,label="/Users/pkb/data/TropFlux/TropFlux_19890101_20091231.nc"]; 
     23; 
     24;           time_axe_modif_TropFlux  [shape=box, 
     25;           fontname=Courier, 
     26;           color=blue, 
     27;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/time_axe_modif_TropFlux.pro", 
     28;           label="${TROPFLUX}/src/time_axe_modif_TropFlux.pro"]; 
     29; 
     30;           {file_inout} -> {time_axe_modif_TropFlux} -> {file_inout} 
     31; 
     32;        } 
     33; 
    834; 
    935; SEE ALSO 
     
    2652; EVOLUTIONS 
    2753; ========== 
     54; 
     55; - fplod 20101215T114847Z aedon.locean-ipsl.upmc.fr (Darwin) 
     56; 
     57;   * add graph in header 
    2858; 
    2959; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/ws_correction_ncdf.pro

    r7 r9  
    77; ====================== 
    88; 
     9; 
     10; 
     11; .. only:: man 
     12; 
     13; Figure is visible on PDF and HTML documents only. 
     14; 
     15; .. only:: html 
     16; 
     17;     .. graphviz:: 
     18; 
     19;        digraph ws_correction_ncdf { 
     20;           graph [ 
     21;           rankdir="LR", 
     22;           ] 
     23;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_ws_19890101_20091231_oafluxgrid.nc"]; 
     24;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_cor/full_cor/TropFlux_ws_19890101_20091231_v20.nc"]; 
     25;           ws_correction_ncdf [shape=box, 
     26;           fontname=Courier, 
     27;           color=blue, 
     28;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/ws_correction_ncdf.pro", 
     29;           label="${TROPFLUX}/src/ws_correction_ncdf.pro"]; 
     30; 
     31;           {file_in} -> {ws_correction_ncdf} -> {ncfile} 
     32; 
     33;          } 
    934; 
    1035; SEE ALSO 
     
    2752; EVOLUTIONS 
    2853; ========== 
     54; 
     55; - fplod 20101215T115916Z aedon.locean-ipsl.upmc.fr (Darwin) 
     56; 
     57;   * add graph in header 
    2958; 
    3059; - fplod 20101214T093615Z aedon.locean-ipsl.upmc.fr (Darwin) 
Note: See TracChangeset for help on using the changeset viewer.