Ignore:
Timestamp:
Jan 12, 2017, 3:26:51 PM (8 years ago)
Author:
lfita
Message:

Fixing issues and introducing $pyHOME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/documentation/plotting/barbs.html

    r1257 r1403  
    1818      draw_barbs(ncfile, values, varns)<BR>
    1919      values= [dimname]|[vardimname]|[value]:[vecvals]:[windlabs]:[dimxv]:[dimyv]:[mapvalues]:[dimxyfmt]:<BR>
    20       &nbsp;&nbsp;[reverse]:[gtit]:[kindfig]:[figuren]:[close]<BR>
     20      &nbsp;&nbsp;[transform]:[gtit]:[kindfig]:[figuren]:[close]<BR>
    2121      &nbsp;&nbsp;[dimname]|[vardimname]|[value]: ',', list for each basic dimension '|' separated of:<BR>
    2222      &nbsp;&nbsp;&nbsp;&nbsp;[dimname]: name of the dimension in the file<BR>
     
    5959      &nbsp;&nbsp;&nbsp;&nbsp;[Ndy]: Number of ticks at the y-axis ('auto' for 5)<BR>
    6060      &nbsp;&nbsp;&nbsp;&nbsp;[ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR>
    61       &nbsp;&nbsp;[reverse]: Transformation of the values<BR>
     61      &nbsp;&nbsp;[transform]: Transformation of the values<BR>
    6262      &nbsp;&nbsp;&nbsp;&nbsp;* 'transpose': reverse the axes (x-->y, y-->x)<BR>
    6363      &nbsp;&nbsp;&nbsp;&nbsp;* 'flip'@[x/y]: flip the axis x or y<BR>
     
    7070    </DIV>
    7171    <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,W
     72       $ 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
    7474    </DIV>
    7575  </BODY>
Note: See TracChangeset for help on using the changeset viewer.