Changeset 1231 in lmdz_wrf for trunk/tools/documentation/plotting/2Dshad_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_time.html
r1211 r1231 15 15 </DIV> 16 16 <DIV CLASS="valhelp"> 17 17 draw_2D_shad_time(ncfile, values, varn)<BR> 18 ncfile= file to use<BR> 19 values=[vnamefs]~[dimvals]~[dimxvn]~[dimyvn]~[dimvfmt]~[colorbarvals]~[sminv],[smaxv]~[figt]~<BR> 20 [kindfig]~[reverse]~[timevals]~[close]<BR> 21 [vnamefs]: Name in the figure of the variable to be shaded<BR> 22 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the <BR> 23 variable a given value is required (-1, all the length, [beg]@[end] for an interval)<BR> 24 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y) ('WRFtime' for WRF times)<BR> 25 [dimvfmt]=[dvs],[dvf],[Ndv],[ordv]: format of the values for the non-temporal axis (or 'auto')<BR> 26 [dvs]: style of non-temporal axis ('auto' for 'pretty')<BR> 27 'Nfix', values computed at even 'Ndx'<BR> 28 'Vfix', values computed at even 'Ndx' increments<BR> 29 'pretty', values computed following aprox. 'Ndx' at 'pretty' intervals (2.,2.5,4,5,10)<BR> 30 [dvf]: format of the labels at the x-axis ('auto' for '%5g')<BR> 31 [Ndv]: Number of ticks at the x-axis ('auto' for 5)<BR> 32 [ordv]: angle of orientation of ticks at the x-axis ('auto' for horizontal)<BR> 33 [colorbarvals]=[colbarn],[fmtcolorbar],[orientation]<BR> 34 [colorbarn]: name of the color bar<BR> 35 [fmtcolorbar]: format of the numbers in the color bar 'C'-like ('auto' for %6g)<BR> 36 [orientation]: orientation of the colorbar ('vertical' (default, by 'auto'), 'horizontal')<BR> 37 [smin/axv]: minimum and maximum value for the shading or:<BR> 38 'Srange': for full range<BR> 39 'Saroundmean@val': for mean-xtrm,mean+xtrm where xtrm = np.min(mean-min@val,max@val-mean)<BR> 40 'Saroundminmax@val': for min*val,max*val<BR> 41 'Saroundpercentile@val': for median-xtrm,median+xtrm where xtrm = np.min(median-percentile_(val),<BR> 42 percentile_(100-val)-median)<BR> 43 'Smean@val': for -xtrm,xtrm where xtrm = np.min(mean-min*@val,max*@val-mean)<BR> 44 'Smedian@val': for -xtrm,xtrm where xtrm = np.min(median-min@val,max@val-median)<BR> 45 'Spercentile@val': for -xtrm,xtrm where xtrm = np.min(median-percentile_(val),<BR> 46 percentile_(100-val)-median)<BR> 47 [figt]: title of the figure ('|' for spaces)<BR> 48 [kindfig]: kind of figure<BR> 49 [reverse]: Transformation of the values<BR> 50 * 'transpose': reverse the axes (x-->y, y-->x)<BR> 51 * 'flip'@[x/y]: flip the axis x or y<BR> 52 [timevals]: [timen]|[units]|[kind]|[tfmt]|[label]|[timeaxis] time labels characteristics<BR> 53 [timen]; name of the time variable ('WRFtime' for WRF times)<BR> 54 [units]; units string according to CF conventions ([tunits] since <BR> 55 [YYYY]-[MM]-[DD] [[HH]:[MI]:[SS]], '!' for spaces)<BR> 56 [kind]; kind of output<BR> 57 'Nval': according to a given number of values as 'Nval',[Nval]<BR> 58 'exct': according to an exact time unit as 'exct',[tunit]; <BR> 59 tunit= [Nunits],[tu]; [tu]= 'c': centuries, 'y': year, 'm': month,<BR> 60 'w': week, 'd': day, 'h': hour, 'i': minute, 's': second, <BR> 61 'l': milisecond<BR> 62 [tfmt]; desired format<BR> 63 [label]; label at the graph ('!' for spaces)<BR> 64 [close]: should figure be closed (finished)<BR> 65 varn= [varsn] name of the variable to plot with shading<BR> 18 66 </DIV> 19 67 <DIV CLASS="valins">
Note: See TracChangeset
for help on using the changeset viewer.