Changeset 1465 in lmdz_wrf
- Timestamp:
- Mar 8, 2017, 10:14:54 PM (8 years ago)
- Location:
- trunk/tools/documentation
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/intro.html
r1248 r1465 25 25 <LI>NetCDF creation from ASCII observation files (<A CLASS="la" HREF="other/other.html" TARGET="hmenu">other</A>)</LI> 26 26 <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> 27 28 <LI>Creation of multi-figure panels (<!--A CLASS="la" HREF="other/other.html" TARGET="hmenu"-->other<!--/A-->)</LI> 28 29 <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 14 14 <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> 15 15 <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> 16 17 <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> 17 18 <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> … … 23 24 <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> 24 25 <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> 25 27 <A HREF="Taylor.html"><IMG SRC="figs/Taylor.png" ALT="Taylor diagram" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 26 28 <A HREF="TimeSeries.html"><IMG SRC="figs/TimeSeries_ua.png" ALT="Time Series" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> … … 29 31 <A HREF="trajectories.html"><IMG SRC="figs/trajectories.png" ALT="trajectories" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 30 32 <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> 31 36 <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> 32 37 <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 10 10 <A CLASS="lc" HREF="2Dshad_time.html" TARGET="value">2D shadow time</A><BR> 11 11 <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> 12 13 <A CLASS="lc" HREF="2Dshad_cont_time.html" TARGET="value">2D shadow contour time</A><BR> 13 14 <A CLASS="lc" HREF="2Dshad_line.html" TARGET="value">2D shadow line</A><BR> … … 18 19 <A CLASS="lc" HREF="Nlines_time.html" TARGET="value">Nlines time</A><BR> 19 20 <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> 20 22 <A CLASS="lc" HREF="Taylor.html" TARGET="value">Taylor diagram</A><BR> 21 23 <A CLASS="lc" HREF="TimeSeries.html" TARGET="value">TimeSeries</A><BR> … … 24 26 <A CLASS="lc" HREF="trajectories.html" TARGET="value">trajectories</A><BR> 25 27 <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> 26 29 <A CLASS="lc" HREF="vertical_lev.html" TARGET="value">vertical levels</A><BR> 27 30 <A CLASS="lc" HREF="WindRose.html" TARGET="value">Wind Rose</A><BR>
Note: See TracChangeset
for help on using the changeset viewer.