|
2 | 2 |
|
3 | 3 | QuickView's capabilities of variable search and selection |
4 | 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 |
| 5 | +The enhancement was partly motivated by the generalization of |
| 6 | +the tool to handle arbitrarily-shaped arrays, |
| 7 | +and partly due to the intention to help users navigate through simulation |
8 | 8 | files containing many (e.g., hundreds of) variables. |
9 | | -Here, we use a file with more than one thousand variables as an example |
| 9 | + |
| 10 | +Here, we use a simulation file with more than one thousand variables as an example |
10 | 11 | to explain the search and selection capabilities. |
11 | 12 |
|
12 | | -<!-- { width="95%", align=center } --> |
| 13 | +## Checkboxes for selecting and unselecting variables |
13 | 14 |
|
14 | 15 | { width="55%", align=right } |
15 | | -The first screenshot shows the Variable Selection panel |
| 16 | +The first screenshot here shows the Variable Selection panel |
16 | 17 | right after the files have been loaded. |
17 | 18 | - The checkboxes to the left of each variable name can be used |
18 | 19 | to select or unselect the corresponding variables. |
19 | 20 | - The first checkbox, to the left of "Name" and below the eye icon, |
20 | 21 | can be used to select or unselect all variables. |
21 | 22 |
|
| 23 | +## Variable proups |
| 24 | + |
22 | 25 | { width="55%", align=right } |
23 | | -When all variables are selected using the first checkbox, we get the second screenshot shown here. |
| 26 | +QuickView sorts variables into different groups according to their dimensions |
| 27 | +and allows the users to select, unselect, and inspect groups. |
| 28 | + |
| 29 | +In the same example as discussed above, when all variables are selected |
| 30 | +using the first checkbox in the Variable Selection control panel, |
| 31 | +we get the second screenshot shown here. |
24 | 32 | - The **wide blue button** at the top of the contol panel indicates there is |
25 | 33 | a total of 1385 variables displayable in the file. |
26 | | -- The **colorful tabs** correspond to different variable shapes (dimension |
27 | | - combinations). The different cominations, as well as the number |
28 | | - of displayable variables in each group, are shown in the tabs. |
29 | | - Each tab has a close button that can be used to unselect the entire group. |
| 34 | +- The **colorful tabs** correspond to different variable groups with distinct shapes. |
| 35 | + Each groups shape (dimension combination), as well as the number |
| 36 | + of displayable variables in the group, is shown in the corresponding tab. |
| 37 | + Each tab also has a "close" button that can be used to unselect the entire group. |
30 | 38 |
|
31 | 39 | Note that at this point, QuickView has *not* loaded all the variables into memory. |
32 | 40 | It has finished a scan and *is ready to load* these variables. |
33 | 41 |
|
| 42 | +## The filter box |
34 | 43 |
|
35 | | -Additional talk points: |
| 44 | +Talk points to be expanded after we further revise the filter logic: |
36 | 45 |
|
37 | 46 | - filter box; filter by dimension name, dimension combination, or variable name |
38 | 47 | - eye icon: cycle through lists of selected, unselected, and all variables in the filtered list. |
39 | | -- clicking on a tab applys filter by shape combination. |
40 | | -- close button in filter box clears filter (make cross always visible) |
41 | | - |
| 48 | +- clicking a tab will filter the list of all variables by the shape combination. |
| 49 | +- filter is applied immediately when contents are entered. |
| 50 | + - implication: when the filter box is not empty, the eye icon and the first checkbox |
| 51 | + will operate on the filtered list. If the user wants them to apply to the full list |
| 52 | + of displayable variables instead, then the filter box should be cleared by deleteing the |
| 53 | + text; a shortcut would be to use the "close button" that shows up when the cursor |
| 54 | + hoves over the filter box". |
| 55 | + |
| 56 | +::: warning Reminder: Use the `Load X variables` button to apply selection or change |
| 57 | +::: |
0 commit comments