Skip to content

Commit a676cab

Browse files
committed
website: misc small changes
1 parent 2ce2927 commit a676cab

11 files changed

Lines changed: 43 additions & 32 deletions

docs/gallery/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simulation data was provided by the EAMxx group, thanks to Chris Terai at LLNL.
77

88
<figure>
99
<figcaption>
10-
Shown here is an uneditted real-time screen recording of QuickView running on an exclusive GPU node at NERSC, depicting the time evolution of the top-of-model upward longwave flux.
10+
Shown here is an unedited real-time screen recording of QuickView running on an exclusive GPU node at NERSC, depicting the time evolution of the top-of-model upward longwave flux.
1111
</figcaption>
1212
<video controls autoplay loop muted playsinline width="100%">
1313
<source src="/gallery/QuickView2.5.0_SCREAM_TOMLWup.mp4" type="video/mp4">

docs/gallery/quickview-state_website_main_page_window_shot.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"origin": {
33
"user": "huiwan",
4-
"created": "2026-04-24 11:48:41.398652",
4+
"created": "2026-04-27 12:35:35.665126",
55
"comment": ""
66
},
77
"files": {
@@ -18,9 +18,7 @@
1818
"aspect-ratio": 2,
1919
"grouped": false,
2020
"active": "auto_layout",
21-
"tools": [
22-
"select-slice-time"
23-
],
21+
"tools": [],
2422
"help": false
2523
},
2624
"data-selection": {
-1.04 MB
Loading

docs/guides/connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ grids" or "GLL grids").
2323

2424
A collection of connectivity files can
2525
be found on [Zenodo](https://doi.org/10.5281/zenodo.16908566). The archive is
26-
continually updated as more users inform us about the grids use.
26+
continually updated as more users inform us about the grids they use.
2727

2828

2929
## Generating connectivity files
@@ -49,4 +49,4 @@ will generate several different files for the `ne30pg2` grid, including, e.g.,
4949
- `TEMEPST_NE30pg2.g` (Exodus format),
5050
- `TEMPEST_ne30pg2.scrip.nc` (SCRIP format).
5151

52-
QuickView uses the **SCRIP** format.
52+
The QuickView family uses the **SCRIP** format.

docs/guides/install_and_launch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Install and launch
22

33
All tools of the **QuickView** family are available as
4-
**conda** packages as well as **pre-compiled desktop bundles**
5-
for various OS's like Mac, Windows, and Linux.
4+
**Conda** and **PyPI** packages as well as **pre-compiled desktop bundles**
5+
for various OS's including Mac, Windows, and Linux.
66
The table below summarizes where the different packages
77
and bundles can be found.
88

@@ -14,9 +14,9 @@ and bundles can be found.
1414
:::tip Note: The contents below were written with desktop and laptop computers in mind.
1515

1616
Users who would like to **use** our tools installed at NERSC can find information in
17-
[this quickstart guide](/nersc/index.md).
18-
Users who would like to **install** their copy at NERSC can find an example
19-
[here](/nersc/users_installation.md).
17+
[a quickstart guide](/nersc/index.md).
18+
Users who would like to **install** their own copy at NERSC
19+
can follow [this example](/nersc/users_installation.md).
2020
:::
2121

2222
## Desktop bundles

docs/guides/quickview/individual_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using a fuzzy search on their names. The x icon clears the filter.
3131
The second icon in the top-left corner is a toggle
3232
for inverting and resetting the sequence of colors.
3333

34-
## Linear and symmetric logarithmic scales
34+
## Linear and symmetric logarithmic scales {#linear-and-log-scales}
3535

3636
![linear and log](./screenshots/linear_log_icons.png){ width="12%", align=right }
3737

docs/guides/quickview/miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ can be adjusted using the sliders in the lat/lon cropping panel activated by a c
2121
the Earth grid icon in the vertical toolbar.
2222

2323

24-
## Saving the visualization
24+
## Saving the visualization {#save-vis}
2525

2626
In addition to [saving the state](/guides/quickview/file_selection#state-files)
2727
of the current session so that the analysis can be resumed later,

docs/guides/reminders.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,28 @@ The QuickView family is a collection of tools for interactive
44
visualization and analysis of Earth system simulation data.
55
Compared to standardized and formalized diagnostic packages
66
that 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
88
family 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
1413
that 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
1615
to stay simple and intuitive.
1716
On the other hand, we are continually summarizing typical analysis
1817
workflows 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
3029
cubed-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
5049
One of the often encountered causes of error when loading files in the QuickView family is
5150
that 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
5659
Most buttons, sliders, and selection boxes in the graphical User Interfaces (UIs)
5760
apply their effects
5861
immediately upon user interaction. An important exception is variable
@@ -68,17 +71,18 @@ as images in the viewport.
6871
Each tool in the QuickView family contains multiple control panels
6972
for setting proverties of the visualization.
7073
These 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
7680
All tools in the QuickView family are designed to simultaneously present multiple
7781
images and charts etc. to help the user identify relationships and distinctions.
7882
The sizes and the layout of the different images etc. can be easily adjusted. See, e.g., [this page](/guides/quickview/viewport_layout).
7983

8084
Furthermore, if a user saves a state file after these
8185
adjustments, they can later resume their analysis with the customized
8286
arrangement. 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
:::

docs/guides/simulation_data.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Starting from QuickView version 2 and QuickCompare version 1,
2121
the tool family has been generalized to visualize any variable
2222
in a NetCDF file that has a horizontal dimension matching the connecitivity file,
2323
regardless of how many additional dimensions the variables have.
24+
2425
Here are some examples of variable dimensions (array shapes) from EAM output files:
2526

2627
- `(ncol)`
@@ -29,17 +30,25 @@ Here are some examples of variable dimensions (array shapes) from EAM output fil
2930
- `(time,ncol,swband,lev)`
3031
- `(time,ncol,num_phys_constituents)`
3132

33+
And here are some examples of variable dimensions (array shapes) from ELM output files:
34+
35+
- `(levgrnd,lndgrid)`
36+
- `(levlak,lndgrid)`
37+
- `(time,lndgrid)`
38+
- `(time,levgrnd,lndgrid)`
39+
- `(time,natpft,lndgrid)`
40+
3241
## Global averages
3342

34-
If an `area` variable with the correct horizontal dimension is present
43+
When an `area` variable with the correct horizontal dimension is present
3544
in the simulation file, this variable
3645
is used for calculating the area-weighted horizontal averages displayed in the
3746
viewport. If the `area` variable is not present, then an arithmetic average is
3847
calculated and displayed.
3948

4049
## Missing values
4150

42-
If a variable has an attribute named `missing_value` or `_FillValue`, the value
51+
When a variable has an attribute named `missing_value` or `_FillValue`, the value
4352
is converted to NaN and ignored in the calculation of global averages and for
4453
the visualization.
4554

docs/public/banner.png

-1.04 MB
Loading

0 commit comments

Comments
 (0)