Changeset 1279 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 8, 2016, 2:36:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r1277 r1279 108 108 [vnamefs]: Name in the figure of the variable to be shaded 109 109 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the 110 variable a given value is required (-1, all the length) 110 variable a given value is required: 111 * [integer]: which value of the dimension 112 * -1: all along the dimension 113 * -9: last value of the dimension 114 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 115 * NOTE, no dim name all the dimension size 111 116 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y) 112 117 [dimxyfmt]=[dxs],[dxf],[Ndx],[ordx],[dys],[dyf],[Ndy],[ordx]: format of the values at each axis (or 'auto') … … 291 296 [vnamefs]: Name in the figure of the variable to be shaded 292 297 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the 293 variable a given value is required (-1, all the length, [beg]@[end] for an interval) 298 variable a given value is required: 299 * [integer]: which value of the dimension 300 * -1: all along the dimension 301 * -9: last value of the dimension 302 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 303 * NOTE, no dim name all the dimension size 294 304 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y) ('WRFtime' for WRF times) 295 305 [dimvfmt]=[dvs],[dvf],[Ndv],[ordv]: format of the values for the non-temporal axis (or 'auto') … … 523 533 [vnamefs],[vnamefc]: Name in the figure of the shaded and the contour variables 524 534 [dimvals/c]: list of [dimname]|[value] telling at which dimension of the 525 variable a given value is required (no dimension name, all the length) 535 variable a given value is required: 536 * [integer]: which value of the dimension 537 * -1: all along the dimension 538 * -9: last value of the dimension 539 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 540 * NOTE, no dim name all the dimension size 526 541 [dimx/yvn]: names of the variables with the values of the dimensions for the plot 527 542 [dimxyfmt]=[dxf],[Ndx],[dyf],[Ndy]: format of the values at each axis … … 786 801 [vnamefs],[vnamefc]: Name in the figure of the shaded and the contour variables 787 802 [dimvals/c]: list of [dimname]|[value] telling at which dimension of the 788 variable a given value is required (no dimension name, all the length) 803 variable a given value is required: 804 * [integer]: which value of the dimension 805 * -1: all along the dimension 806 * -9: last value of the dimension 807 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 808 * NOTE, no dim name all the dimension size 789 809 [dimxvn]: name of the variables with the values of the dimension of the x-axis ('WRFtime' for WRF times) 790 810 [dimyvn]: name of the variables with the values of the dimension of the y-axis ('WRFtime' for WRF times) … … 1073 1093 [vnamefl]: Name in the figure of the variable to be lined 1074 1094 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the 1075 variable a given value is required (-1, all the length) 1095 variable a given value is required: 1096 * [integer]: which value of the dimension 1097 * -1: all along the dimension 1098 * -9: last value of the dimension 1099 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 1100 * NOTE, no dim name all the dimension size 1076 1101 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y) 1077 1102 [dimxyfmt]=[dxs],[dxf],[Ndx],[ordx],[dys],[dyf],[Ndy],[ordx]: format of the values at each axis (or 'auto') … … 1292 1317 [vnamefl]: Name in the figure of the variable to be lined 1293 1318 [dimvals]: ',' list of [dimname]|[value] telling at which dimension of the 1294 variable a given value is required (-1, all the length) 1319 variable a given value is required: 1320 * [integer]: which value of the dimension 1321 * -1: all along the dimension 1322 * -9: last value of the dimension 1323 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 1324 * NOTE, no dim name all the dimension size 1295 1325 [dimx/yvn]: name of the variables with the values of the final dimensions (x,y) 1296 1326 [dimxyfmt]=[dxs],[dxf],[Ndx],[ordx],[dys],[dyf],[Ndy],[ordx]: format of the values at each axis (or 'auto') … … 2962 2992 [dimval]: '@' list of [dimn]|[dimval] to get the values for [varn] 2963 2993 [dimn]: name of the dimension 2964 [dimval]: value of the dimension (no value all range) 2994 [dimval]: value of the dimension variable a given value is required: 2995 * [integer]: which value of the dimension 2996 * -1: all along the dimension 2997 * -9: last value of the dimension 2998 * [beg]@[end]@[inc] slice from [beg] to [end] every [inc] 2999 * NOTE, no dim name all the dimension size 2965 3000 [vargn]: name of the variable in the graph 2966 3001 [min]: minimum value for the extra variable … … 3770 3805 [dimname]: name of the dimension in the file 3771 3806 [vardimname]: name of the variable with the values for the dimension in the file 3772 [value]: which value of the given dimension (-1, all; [ibeg]@[iend], i-range beginning, end) 3807 [value]: which value of the given dimension is required: 3808 * [integer]: which value of the dimension 3809 * -1: all along the dimension 3810 * -9: last value of the dimension 3811 * [beg]:[end] slice from [beg] to [end] 3812 * NOTE, no dim name all the dimension size 3773 3813 No value takes all the range of the dimension 3774 3814 [vecvals]= [frequency],[color],[length] … … 4190 4230 [dimname]: name of the dimension in the file 4191 4231 [vardimname]: name of the variable with the values for the dimension in the file 4192 [value]: which value of the given dimension (-1, all; [ibeg]@[iend], i-range beginning, end) 4232 [value]: which value of the given dimension is required: 4233 * [integer]: which value of the dimension 4234 * -1: all along the dimension 4235 * -9: last value of the dimension 4236 * [beg]:[end] slice from [beg] to [end] 4237 * NOTE, no dim name all the dimension size 4193 4238 No value takes all the range of the dimension 4194 4239 [basinsvals]= [colorline]
Note: See TracChangeset
for help on using the changeset viewer.