Changeset 1446 in lmdz_wrf for trunk


Ignore:
Timestamp:
Feb 12, 2017, 8:20:13 PM (8 years ago)
Author:
lfita
Message:

Adding:

`draw_Taylor': Function to draw a Taylor diagram (Taylor 2001)

Location:
trunk/tools/documentation/plotting
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/plotting/gallery.html

    r1439 r1446  
    2323      <A HREF="Nlines_time.html"><IMG SRC="figs/lines_time.png" ALT="Nlines time" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    2424      <A HREF="plot_points.html"><IMG SRC="figs/stations_loc.png" ALT="plot points" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     25      <A HREF="Taylor.html"><IMG SRC="figs/Taylor.png" ALT="Taylor diagram" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    2526      <A HREF="topo_geogrid.html"><IMG SRC="figs/geo_domain.png" ALT="topography WRF's geogrid" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    2627      <A HREF="topo_geogrid_boxes.html"><IMG SRC="figs/domain_boxes.png" ALT="nested topography WRF's geogrid with boxes" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
  • trunk/tools/documentation/plotting/intro.html

    r1223 r1446  
    6666       <LI><SPAN CLASS="codetxt">draw_river_desc:</SPAN> Function to plot rivers' description from ORCHIDEE's routing scheme </LI>
    6767       <LI><SPAN CLASS="codetxt">draw_subbasin:</SPAN> Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI>
     68       <LI><SPAN CLASS="codetxt">draw_Taylor:</SPAN> Function to draw a Taytor diagram (Taylor 2001)</LI>
    6869       <LI><SPAN CLASS="codetxt">draw_vertical_levels:</SPAN> plotting vertical levels distribution </LI>
     70       <LI><SPAN CLASS="codetxt">draw_WindRose:</SPAN> Function to plot a wind rose (from where the dinw blows)</LI>
     71
    6972      </UL>
    7073    </DIV>
  • trunk/tools/documentation/plotting/plotting.html

    r1439 r1446  
    1818      <A CLASS="lc" HREF="Nlines_time.html" TARGET="value">Nlines time</A><BR>
    1919      <A CLASS="lc" HREF="plot_points.html" TARGET="value">points</A><BR>
     20      <A CLASS="lc" HREF="Taylor.html" TARGET="value">Taylor diagram</A><BR>
    2021      <A CLASS="lc" HREF="topo_geogrid.html" TARGET="value">topo geogrid</A><BR>
    2122      <A CLASS="lc" HREF="topo_geogrid_boxes.html" TARGET="value">topo geogrid boxes</A><BR>
Note: See TracChangeset for help on using the changeset viewer.