Changeset 1216 in lmdz_wrf for trunk/tools/documentation/plotting/intro.html
- Timestamp:
- Oct 20, 2016, 11:44:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/documentation/plotting/intro.html ΒΆ
r1211 r1216 32 32 Available plots: 33 33 <UL> 34 <LI> create_movie:Function to create a movie assuming ImageMagick installed! </LI>35 <LI> draw_2D_shad:plotting a fields with shading </LI>36 <LI> draw_2D_shad_cont:plotting two fields, one with shading and the other with contour lines </LI>37 <LI> draw_2D_shad_cont_time:plotting two fields, one with shading and the other with contour lines being one of the dimensions of time characteristics </LI>38 <LI> draw_2D_shad_line:plotting a fields with shading and another with line </LI>39 <LI> draw_2D_shad_line_time:plotting a fields with shading and a line with time values </LI>40 <LI> draw_2D_shad_time:plotting a fields with shading with time values </LI>41 <LI> draw_2lines:Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI>42 <LI> draw_2lines_time:Function to plot two time-lines in different axes (x/x2 or y/y2) </LI>43 <LI> draw_barbs:Function to plot wind barbs </LI>44 <LI> draw_basins:Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI>45 <LI> draw_lines:Function to draw different lines at the same time from different files </LI>46 <LI> draw_lines_time:Function to draw different lines at the same time from different files with times </LI>47 <LI> draw_Neighbourghood_evol:Function to draw the temporal evolution of a neighbourghood around a point </LI>48 <LI> draw_points:Function to plot a series of points </LI>49 <LI> draw_points_lonlat:Function to plot a series of lon/lat points </LI>50 <LI> draw_ptZvals:Function to plot a given list of points and values </LI>51 <LI> draw_timeSeries:Function to draw a time-series </LI>52 <LI> draw_topo_geogrid:plotting geo_em.d[nn].nc topography from WPS files </LI>53 <LI> draw_topo_geogrid_boxes:plotting different geo_em.d[nn].nc topography from WPS files </LI>54 <LI> draw_trajectories:Function to draw different trajectories at the same time </LI>55 <LI> draw_vals_trajectories:Function to draw values from the outputs from 'compute_tevolboxtraj' </LI>56 <LI> draw_vectors:Function to plot wind vectors </LI>57 <LI> movievalslice:Function to provide variable slice according to a geneation of a movie </LI>58 <LI> variable_values:Function to give back values for a given variable </LI>59 <LI> draw_river_desc:Function to plot rivers' description from ORCHIDEE's routing scheme </LI>60 <LI> draw_subbasin:Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI>61 <LI> draw_vertical_levels:plotting vertical levels distribution </LI>34 <LI><SPAN CLASS="codetxt"> create_movie:</SPAN> Function to create a movie assuming ImageMagick installed! </LI> 35 <LI><SPAN CLASS="codetxt"> draw_2D_shad:</SPAN> plotting a fields with shading </LI> 36 <LI><SPAN CLASS="codetxt"> draw_2D_shad_cont:</SPAN> plotting two fields, one with shading and the other with contour lines </LI> 37 <LI><SPAN CLASS="codetxt"> draw_2D_shad_cont_time:</SPAN> plotting two fields, one with shading and the other with contour lines being one of the dimensions of time characteristics </LI> 38 <LI><SPAN CLASS="codetxt">draw_2D_shad_line:</SPAN> plotting a fields with shading and another with line </LI> 39 <LI><SPAN CLASS="codetxt">draw_2D_shad_line_time:</SPAN> plotting a fields with shading and a line with time values </LI> 40 <LI><SPAN CLASS="codetxt">draw_2D_shad_time:</SPAN> plotting a fields with shading with time values </LI> 41 <LI><SPAN CLASS="codetxt">draw_2lines:</SPAN> Fucntion to plot two lines in different axes (x/x2 or y/y2) </LI> 42 <LI><SPAN CLASS="codetxt">draw_2lines_time:</SPAN> Function to plot two time-lines in different axes (x/x2 or y/y2) </LI> 43 <LI><SPAN CLASS="codetxt">draw_barbs:</SPAN> Function to plot wind barbs </LI> 44 <LI><SPAN CLASS="codetxt">draw_basins:</SPAN> Function to plot river basins with their discharge vector and basins id (from 'routing.nc') </LI> 45 <LI><SPAN CLASS="codetxt">draw_lines:</SPAN> Function to draw different lines at the same time from different files </LI> 46 <LI><SPAN CLASS="codetxt">draw_lines_time:</SPAN> Function to draw different lines at the same time from different files with times </LI> 47 <LI><SPAN CLASS="codetxt">draw_Neighbourghood_evol:</SPAN> Function to draw the temporal evolution of a neighbourghood around a point </LI> 48 <LI><SPAN CLASS="codetxt">draw_points:</SPAN> Function to plot a series of points </LI> 49 <LI><SPAN CLASS="codetxt">draw_points_lonlat:</SPAN> Function to plot a series of lon/lat points </LI> 50 <LI><SPAN CLASS="codetxt">draw_ptZvals:</SPAN> Function to plot a given list of points and values </LI> 51 <LI><SPAN CLASS="codetxt">draw_timeSeries:</SPAN> Function to draw a time-series </LI> 52 <LI><SPAN CLASS="codetxt">draw_topo_geogrid:</SPAN> plotting geo_em.d[nn].nc topography from WPS files </LI> 53 <LI><SPAN CLASS="codetxt">draw_topo_geogrid_boxes:</SPAN> plotting different geo_em.d[nn].nc topography from WPS files </LI> 54 <LI><SPAN CLASS="codetxt">draw_trajectories:</SPAN> Function to draw different trajectories at the same time </LI> 55 <LI><SPAN CLASS="codetxt">draw_vals_trajectories:</SPAN> Function to draw values from the outputs from 'compute_tevolboxtraj' </LI> 56 <LI><SPAN CLASS="codetxt">draw_vectors:</SPAN> Function to plot wind vectors </LI> 57 <LI><SPAN CLASS="codetxt">movievalslice:</SPAN> Function to provide variable slice according to a geneation of a movie </LI> 58 <LI><SPAN CLASS="codetxt">variable_values:</SPAN> Function to give back values for a given variable </LI> 59 <LI><SPAN CLASS="codetxt">draw_river_desc:</SPAN> Function to plot rivers' description from ORCHIDEE's routing scheme </LI> 60 <LI><SPAN CLASS="codetxt">draw_subbasin:</SPAN> Function to plot subbasin from 'routnig.nc' ORCDHIEE </LI> 61 <LI><SPAN CLASS="codetxt">draw_vertical_levels:</SPAN> plotting vertical levels distribution </LI> 62 62 </UL> 63 63 </DIV>
Note: See TracChangeset
for help on using the changeset viewer.