Changeset 1403 in lmdz_wrf for trunk/tools/documentation/plotting/barbs.html
- Timestamp:
- Jan 12, 2017, 3:26:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/documentation/plotting/barbs.html ¶
r1257 r1403 18 18 draw_barbs(ncfile, values, varns)<BR> 19 19 values= [dimname]|[vardimname]|[value]:[vecvals]:[windlabs]:[dimxv]:[dimyv]:[mapvalues]:[dimxyfmt]:<BR> 20 [ reverse]:[gtit]:[kindfig]:[figuren]:[close]<BR>20 [transform]:[gtit]:[kindfig]:[figuren]:[close]<BR> 21 21 [dimname]|[vardimname]|[value]: ',', list for each basic dimension '|' separated of:<BR> 22 22 [dimname]: name of the dimension in the file<BR> … … 59 59 [Ndy]: Number of ticks at the y-axis ('auto' for 5)<BR> 60 60 [ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR> 61 [ reverse]: Transformation of the values<BR>61 [transform]: Transformation of the values<BR> 62 62 * 'transpose': reverse the axes (x-->y, y-->x)<BR> 63 63 * 'flip'@[x/y]: flip the axis x or y<BR> … … 70 70 </DIV> 71 71 <DIV CLASS="valins"> 72 $ python drawing.py -o draw_barbs -f wrfout_d01_2001-11-11_00:00:00 -S 'west_east|XLONG|-1,south_north|XLAT|-1,Time|WRFtime|3:10@5,r,7.:wss,ms-1:XLONG:XLAT:cyl,c:auto:None:surface|wind|speed|on|2001-11-10|03|UTC:png:wind_barbs_2001111003_wss:True' -v U10,V10<BR>73 $ python drawing.py -o draw_barbs -f wrfout_d01_2001-11-11_00:00:00 -S 'west_east|XLONG|-1,west_east_stag|XLONG|0@239@1,south_north|XLAT|15,bottom_top|ZNU|-1,bottom_top_stag|ZNW|0@39@1,Time|WRFtime|3:10@2,colormap@rainbow,7.:uw,ms-1:XLONG:ZNW:None:auto:flip@y:vertical|cross|section|wind|speed|at|y=15|on|2001-11-10|03|UTC:png:wind_barbs_2001111003_uw:True' -v U,W72 $ python ${pyHOME}/drawing.py -o draw_barbs -f wrfout_d01_2001-11-11_00:00:00 -S 'west_east|XLONG|-1,south_north|XLAT|-1,Time|WRFtime|3:10@5,r,7.:wss,ms-1:XLONG:XLAT:cyl,c:auto:None:surface|wind|speed|on|2001-11-10|03|UTC:png:wind_barbs_2001111003_wss:True' -v U10,V10<BR> 73 $ python ${pyHOME}/drawing.py -o draw_barbs -f wrfout_d01_2001-11-11_00:00:00 -S 'west_east|XLONG|-1,west_east_stag|XLONG|0@239@1,south_north|XLAT|15,bottom_top|ZNU|-1,bottom_top_stag|ZNW|0@39@1,Time|WRFtime|3:10@2,colormap@rainbow,7.:uw,ms-1:XLONG:ZNW:None:auto:flip@y:vertical|cross|section|wind|speed|at|y=15|on|2001-11-10|03|UTC:png:wind_barbs_2001111003_uw:True' -v U,W 74 74 </DIV> 75 75 </BODY>
Note: See TracChangeset
for help on using the changeset viewer.