|
1 | | -# Selecting variables for analysis |
| 1 | +# Selecting Variables to Inspect |
| 2 | + |
| 3 | +QuickView's capabilities of variable search and selection |
| 4 | +has been enhanced substantially compared to the earlier version. |
| 5 | +The enhancement was motivated partly by the generalization of |
| 6 | +the tool to handle arbitrarily shaped arrays defined on the cubed sphere, |
| 7 | +and partly due to the wish to help users navigate through simulation |
| 8 | +files containing many (e.g., hundreds of) variables. |
| 9 | + |
| 10 | +Here, we use a file with more than one thousand variables as an example |
| 11 | +to explain the search and selection capabilities. |
| 12 | + |
| 13 | +The left screenshot below shows the Variable Selection panel |
| 14 | +right after the files have been loaded. |
| 15 | +- The checkboxes to the left of each variable name can be used |
| 16 | + to select or unselect the corresponding variables. |
| 17 | +- The first checkbox, to the left of `Name` and below the eye icon, |
| 18 | + can be used to select or unselect all variables. |
| 19 | + |
| 20 | +When all variables are selected, we get the right screenshot below. |
| 21 | +- The **wide blue button** at the top of the contol panel indicates there is |
| 22 | + a total of 1385 variables displayable in the file. |
| 23 | +- The **colorful tabs** correspond to different variable shapes (dimension |
| 24 | + combinations). The different cominations, as well as the number |
| 25 | + of displayable variables in each group, are shown in the tabs. |
| 26 | + |
| 27 | +Note that at this point, QuickView has *not* loaded all the variables into memory. |
| 28 | +It has finished a scan and *is ready to load* these variables. |
| 29 | +The user can deselect groups of variables by clicking on the close buttons |
| 30 | +on the right of each tab. |
| 31 | + |
| 32 | +{ width="95%", align=center } |
| 33 | + |
| 34 | +Talk points: |
| 35 | + |
| 36 | +- filter box; filter by dimension name, dimension combination, and variable name |
| 37 | +- eye icon: cycle through lists of selected, unselected, and all variables in the filtered list. |
| 38 | +- clicking on a tab applys filter by shape combination. |
| 39 | +- close button in filter box clears filter (make cross always visible) |
| 40 | + |
0 commit comments