Changeset 1231 in lmdz_wrf for trunk/tools/documentation/plotting/2Dshad_cont_time.html
- Timestamp:
- Oct 25, 2016, 7:56:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/2Dshad_cont_time.html
r1216 r1231 14 14 </DIV> 15 15 <DIV CLASS="valhelp"> 16 16 draw_2D_shad_cont_time(ncfile, values, varn)<BR> 17 ncfile= [ncfilevars],[ncfilevarc] files to use (one value, same file)<BR> 18 values=[vnamefs];[dimvals];[dimvalc];[dimxvn];[dimyvn];[dimxyf];[colorbarvals];[ckind];[clabfmt];[sminv],[smaxv];[sminc],[smaxv],[Nlev];[figt];[kindfig];[reverse];[timevals];[close]<BR> 19 [vnamefs],[vnamefc]: Name in the figure of the shaded and the contour variables<BR> 20 [dimvals/c]: list of [dimname]|[value] telling at which dimension of the <BR> 21 variable a given value is required (no dimension name, all the length)<BR> 22 [dimxvn]: name of the variables with the values of the dimension of the x-axis ('WRFtime' for WRF times)<BR> 23 [dimyvn]: name of the variables with the values of the dimension of the y-axis ('WRFtime' for WRF times)<BR> 24 [dimxyf]=[dxf],[Ndx],[dyf],[Ndy]: format of the values at each axis<BR> 25 [dxs]: style of x-axis ('auto' for 'pretty')<BR> 26 'Nfix', values computed at even 'Ndx' (unique map plotted with constant pixel size)<BR> 27 'Vfix', values computed at even 'Ndx' increments<BR> 28 'pretty', values computed following aprox. 'Ndx' at 'pretty' intervals (2.,2.5,4,5,10)<BR> 29 [dxf]: format of the labels at the x-axis<BR> 30 [Ndx]: Number of ticks at the x-axis<BR> 31 [ordx]: angle of orientation of ticks at the x-axis ('auto' for horizontal)<BR> 32 [dys]: style of y-axis ('auto' for 'pretty')<BR> 33 [dyf]: format of the labels at the y-axis<BR> 34 [Ndy]: Number of ticks at the y-axis<BR> 35 [ordy]: angle of orientation of ticks at the y-axis ('auto' for horizontal)<BR> 36 [colorbarvals]=[colbarn],[fmtcolorbar],[orientation]<BR> 37 [colorbarn]: name of the color bar<BR> 38 [fmtcolorbar]: format of the numbers in the color bar 'C'-like ('auto' for %6g)<BR> 39 [orientation]: orientation of the colorbar ('vertical' (default, by 'auto'), 'horizontal')<BR> 40 [ckind]: kind of contours <BR> 41 'cmap': as it gets from colorbar<BR> 42 'fixc,[colname]': fixed color [colname], all stright lines<BR> 43 'fixsigc,[colname]': fixed color [colname], >0 stright, <0 dashed line<BR> 44 [clabfmt]: format of the labels in the contour (None, also possible)<BR> 45 [smin/axv]: minimum and maximum value for the shading or:<BR> 46 'Srange': for full range<BR> 47 'Saroundmean@val': for mean-xtrm,mean+xtrm where xtrm = np.min(mean-min@val,max@val-mean)<BR> 48 'Saroundminmax@val': for min*val,max*val<BR> 49 'Saroundpercentile@val': for median-xtrm,median+xtrm where xtrm = np.min(median-percentile_(val),<BR> 50 percentile_(100-val)-median)<BR> 51 'Smean@val': for -xtrm,xtrm where xtrm = np.min(mean-min*@val,max*@val-mean)<BR> 52 'Smedian@val': for -xtrm,xtrm where xtrm = np.min(median-min@val,max@val-median)<BR> 53 'Spercentile@val': for -xtrm,xtrm where xtrm = np.min(median-percentile_(val),<BR> 54 percentile_(100-val)-median)<BR> 55 [sminc]:[smaxv]:[Nlev]: minimum, maximum and number of values for the contour<BR> 56 [figt]: title of the figure ('|' for spaces)<BR> 57 [kindfig]: kind of figure<BR> 58 [reverse]: modification to the dimensions:<BR> 59 'transposed': transpose matrices<BR> 60 'flip',[x/y]: flip only the dimension [x] or [y]<BR> 61 [timevals]: [timen]|[units]|[kind]|[tfmt]|[label] time labels characteristics<BR> 62 [timen]; name of the time variable ('WRFtime' for WRF times)<BR> 63 [units]; units string according to CF conventions ([tunits] since <BR> 64 [YYYY]-[MM]-[DD] [[HH]:[MI]:[SS]], '!' for spaces)<BR> 65 [kind]; kind of output<BR> 66 'Nval': according to a given number of values as 'Nval',[Nval]<BR> 67 'exct': according to an exact time unit as 'exct',[tunit]; <BR> 68 tunit= [Nunits],[tu]; [tu]= 'c': centuries, 'y': year, 'm': month,<BR> 69 'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, <BR> 70 'l': milisecond<BR> 71 [tfmt]; desired format<BR> 72 [label]; label at the graph ('!' for spaces)<BR> 73 [close]: Whether figure should be finished or not<BR> 74 varn= [varsn],[varcn] name of the variable to plot with shading variable with contour<BR> 17 75 </DIV> 18 76 <DIV CLASS="valins">
Note: See TracChangeset
for help on using the changeset viewer.