Changeset 1465 in lmdz_wrf


Ignore:
Timestamp:
Mar 8, 2017, 10:14:54 PM (8 years ago)
Author:
lfita
Message:

Adding:

  • `draw_2D_shad_2cont': plotting three fields, one with shading and the other two with contour lines
  • `draw_ptZvals': Function to plot a given list of points by their Z value and a colorbar
  • `draw_vectors': Function to plot wind vectors
Location:
trunk/tools/documentation
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/documentation/intro.html

    r1248 r1465  
    2525      <LI>NetCDF creation from ASCII observation files (<A CLASS="la" HREF="other/other.html" TARGET="hmenu">other</A>)</LI>
    2626      <LI>Perform files/figures for model inter-comparison (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
     27      <LI>Creation of case study figures from GRIB files(<!--A CLASS="la" HREF="other/case_studies.html" TARGET="hmenu"-->case studies<!--/A-->)</LI>
    2728      <LI>Creation of multi-figure panels (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
    2829      <LI>netCDF transformation of Time-Series ASCII WRF output (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI>
  • trunk/tools/documentation/plotting/gallery.html

    r1453 r1465  
    1414      <A HREF="2Dshad_time.html"><IMG SRC="figs/hurs_Blues_auto_time.png" ALT="2D shadow time" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    1515      <A HREF="2Dshad_cont.html"><IMG SRC="figs/huss-tas_Blues_shad-cont.png" ALT="2D shadow contour" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     16      <A HREF="2Dshad_2cont.html"><IMG SRC="figs/2Dfields_shadow-2contour.png" ALT="2D shadow 2 contour" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    1617      <A HREF="2Dshad_cont_time.html"><IMG SRC="figs/huss-tas_shad_cont_time_BuPu.png" ALT="2D shadow contour time" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    1718      <A HREF="2Dshad_line.html"><IMG SRC="figs/hus-hgt_vert-sec_shad-line.png" ALT="2D shadow line" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     
    2324      <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>
    2425      <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>
     26      <A HREF="pointsZval.html"><IMG SRC="figs/pointsZval.png" ALT="plot points by Z value" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    2527      <A HREF="Taylor.html"><IMG SRC="figs/Taylor.png" ALT="Taylor diagram" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    2628      <A HREF="TimeSeries.html"><IMG SRC="figs/TimeSeries_ua.png" ALT="Time Series" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     
    2931      <A HREF="trajectories.html"><IMG SRC="figs/trajectories.png" ALT="trajectories" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    3032      <A HREF="vals_trajectories.html"><IMG SRC="figs/val_trajectories_maxcircle_wss.png" ALT="values along a trajectory" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     33      <A HREF="vectors.html"><IMG SRC="figs/winds.png" ALT="plotting a vector field with colorbar" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     34      <A HREF="vectors_3dvar.html"><IMG SRC="figs/winds_3dvar.png" ALT="plotting vector field with a 3rd variable" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
     35      <A HREF="vectors_singlecol.html"><IMG SRC="figs/winds_singlecol.png" ALT="plotting vector field with length depending on module" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    3136      <A HREF="vertical_lev.html"><IMG SRC="figs/vertical_lev.png" ALT="distribution of vertical levels" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
    3237      <A HREF="WindRose.html"><IMG SRC="figs/WindRose_anglespeedfreq.png" ALT="WindRose with frequencies of angle and wind speed" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A>
  • trunk/tools/documentation/plotting/plotting.html

    r1453 r1465  
    1010      <A CLASS="lc" HREF="2Dshad_time.html" TARGET="value">2D shadow time</A><BR>
    1111      <A CLASS="lc" HREF="2Dshad_cont.html" TARGET="value">2D shadow contour</A><BR>
     12      <A CLASS="lc" HREF="2Dshad_2cont.html" TARGET="value">2D shadow 2 contour</A><BR>
    1213      <A CLASS="lc" HREF="2Dshad_cont_time.html" TARGET="value">2D shadow contour time</A><BR>
    1314      <A CLASS="lc" HREF="2Dshad_line.html" TARGET="value">2D shadow line</A><BR>
     
    1819      <A CLASS="lc" HREF="Nlines_time.html" TARGET="value">Nlines time</A><BR>
    1920      <A CLASS="lc" HREF="plot_points.html" TARGET="value">points</A><BR>
     21      <A CLASS="lc" HREF="pointsZval.html" TARGET="value">points Zval</A><BR>
    2022      <A CLASS="lc" HREF="Taylor.html" TARGET="value">Taylor diagram</A><BR>
    2123      <A CLASS="lc" HREF="TimeSeries.html" TARGET="value">TimeSeries</A><BR>
     
    2426      <A CLASS="lc" HREF="trajectories.html" TARGET="value">trajectories</A><BR>
    2527      <A CLASS="lc" HREF="vals_trajectories.html" TARGET="value">trajectories vals</A><BR>
     28      <A CLASS="lc" HREF="vectors.html" TARGET="value">vector plot</A><BR>
    2629      <A CLASS="lc" HREF="vertical_lev.html" TARGET="value">vertical levels</A><BR>
    2730      <A CLASS="lc" HREF="WindRose.html" TARGET="value">Wind Rose</A><BR>
Note: See TracChangeset for help on using the changeset viewer.