@@ -4,29 +4,28 @@ The QuickView family is a collection of tools for interactive
44visualization and analysis of Earth system simulation data.
55Compared to standardized and formalized diagnostic packages
66that produce hundreds of static figures for comprehensive and
7- in-depth analysis of model evaluation, the focus of the QuickView
7+ in-depth analysis for model evaluation, the focus of the QuickView
88family is on interactive explorations that often happen
9- during the initial stage of an investigation aimed at
10- reletionship search or code debugging using
11- simulation output on the model's native grid.
9+ during the initial stage of an investigation or code debugging,
10+ using simulation output on the model's native grid.
1211
13- Each tool in the family focuses only on a small set of actions
12+ Each tool in the family focuses on a small set of actions
1413that we believe are frequently taken by Earth system model
15- developers and users, allowing the graphical user interface
14+ developers and users. The focused attention allows the graphical user interface
1615to stay simple and intuitive.
1716On the other hand, we are continually summarizing typical analysis
1817workflows and assessing new needs to add members to the family.
1918
20- The first two members in the family are
19+ The first two members of the family are
2120- [ QuickView] ( /guides/quickview/index )
2221 for simultaneously presenting 2D contour plots of
2322 multiple physical quantities (variables) on
2423 global or regional maps, and
2524- [ QuickCompare] ( /guides/quickcompare/index )
2625 for contrasting two or more simulations, also using 2D contour plots.
2726
28- In terms of the computational mesh over the globe,
29- the tools currently supports only the E3SM Atmosphere Model's
27+ As for the computational mesh over the globe,
28+ the tools currently support only the E3SM Atmosphere Model's
3029cubed-sphere ` ne*pg2 ` grids, but extensions to other grids are planned.
3130
3231## Key Reminders
@@ -49,10 +48,14 @@ Further information about connectivity files can be found on
4948::: tip Consistency between connecitivity and simulation files
5049One of the often encountered causes of error when loading files in the QuickView family is
5150that the grid described by the connecitivity file does not match the grid in the
52- simulation data file. Please double check when you run into a loading error.
51+ simulation data file. In such a case, after the user specified the two files
52+ and clicked ` Load files ` (see more detailed description [ here] ( /guides/quickview/file_selection#new-analysis ) ),
53+ the file loading dialogue window will
54+ remain open and appear nonresponsive.
55+ When this happens, please double check the paths and names of the two files.
5356:::
5457
55- ::: warning The ` Load ... Variables ` Button
58+ ::: warning The ` Load ... Variables ` button
5659Most buttons, sliders, and selection boxes in the graphical User Interfaces (UIs)
5760apply their effects
5861immediately upon user interaction. An important exception is variable
@@ -68,17 +71,18 @@ as images in the viewport.
6871Each tool in the QuickView family contains multiple control panels
6972for setting proverties of the visualization.
7073These control panels can be shown/expanded for easy access or
71- be hidden/folded to maximize the screenspace for visualization,
72- using toggles in the toolbar and keyboard shortcuts.
74+ be hidden/folded to maximize the screenspace for visualization
75+ The UIs provide both keyboard shortcuts and toggles in the toolbar
76+ to show or hide these control panels.
7377:::
7478
75- ::: tip Viewport Layout
79+ ::: tip Viewport layout
7680All tools in the QuickView family are designed to simultaneously present multiple
7781images and charts etc. to help the user identify relationships and distinctions.
7882The sizes and the layout of the different images etc. can be easily adjusted. See, e.g., [ this page] ( /guides/quickview/viewport_layout ) .
7983
8084Furthermore, if a user saves a state file after these
8185adjustments, they can later resume their analysis with the customized
8286arrangement. For example, the use of state files in QuickView
83- can be found on [ in this section] ( /guides/quickview/file_selection#state-files ) .
87+ can be found in [ this section] ( /guides/quickview/file_selection#state-files ) .
8488:::
0 commit comments