Changeset 1477 in lmdz_wrf for trunk/tools/documentation/plotting
- Timestamp:
- Mar 31, 2017, 3:19:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/Nlines.html
r1403 r1477 17 17 draw_lines(ncfilens, values, varname):<BR> 18 18 ncfilens= [filen] ',' separated list of netCDF files<BR> 19 values= [dimvname]:[valuesaxis]:[dimtit]:[dimxyfmt]:[ leglabels]:[vtit]:[title]:[legvals]:[colns]:[lines]<BR>19 values= [dimvname]:[valuesaxis]:[dimtit]:[dimxyfmt]:[vrange]:[leglabels]:[vtit]:[title]:[legvals]:[colns]:[lines]<BR> 20 20 [points]:[lwdths]:[psizes]:[freqv]:[figname]:[graphk]:[close]<BR> 21 21 [dimvname]: ',' list of names of the variable with he values of the common dimension<BR> … … 34 34 [Ndy]: Number of ticks at the y-axis ('auto' for 5)<BR> 35 35 [ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR> 36 [leglabels]: ',' separated list of names for the legend ('!' for spaces)<BR> 36 [vrange]=[ymin],[ymax] range for the plot ('auto' for current range of values) 37 [leglabels]: ',' separated list of names for the legend ('!' for spaces, '*' for no label)<BR> 37 38 [vartit]: name of the variable in the graph<BR> 38 39 [title]: title of the plot ('|' for spaces)<BR> … … 55 56 </DIV> 56 57 <DIV CLASS="valins"> 57 $ python ${pyHOME}/drawing.py -f WRF/current/hurs_wrfout_tturb_xmean_last.nc,WRF/micro1/hurs_wrfout_tturb_xmean_last.nc,WRF/micro2/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/AR40/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/NPv31/hurs_wrfout_tturb_xmean_last.nc,LMDZ/AR40/hurs_reproj-histins_tturb_xmean_last.nc,LMDZ/NPv31/hurs_reproj-histins_tturb_xmean_last.nc -o draw_lines -S 'lat:x:lat ($degrees\ North$):auto: wcurr,wmp1,wmp2,wlmdza,wlmdzb,lmdza,lmdzb:hurs:all model-experiments meridional hurs$_{[tturb\ xmean\ last]}$:0|auto:None:-:,:2.:2.:all:Nlines_hurs_wrfout_tturb-xmean-last:png:True' -v hursturbmean58 $ python ${pyHOME}/drawing.py -f WRF/current/hurs_wrfout_tturb_xmean_last.nc,WRF/micro1/hurs_wrfout_tturb_xmean_last.nc,WRF/micro2/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/AR40/hurs_wrfout_tturb_xmean_last.nc,WRF_LMDZ/NPv31/hurs_wrfout_tturb_xmean_last.nc,LMDZ/AR40/hurs_reproj-histins_tturb_xmean_last.nc,LMDZ/NPv31/hurs_reproj-histins_tturb_xmean_last.nc -o draw_lines -S 'lat:x:lat ($degrees\ North$):auto:auto:wcurr,wmp1,wmp2,wlmdza,wlmdzb,lmdza,lmdzb:hurs:all model-experiments meridional hurs$_{[tturb\ xmean\ last]}$:0|auto:None:-:,:2.:2.:all:Nlines_hurs_wrfout_tturb-xmean-last:png:True' -v hursturbmean 58 59 </DIV> 59 60 </BODY>
Note: See TracChangeset
for help on using the changeset viewer.