Skip to content

Commit fea3680

Browse files
committed
website: update connecitivity page; resolve dead link
1 parent 3cfc705 commit fea3680

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

docs/guides/connectivity.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
21
# Connectivity files
32

4-
::: tip "Tip: Connecitivity File Download"
3+
::: tip Connecitivity File Download
54

65
A collection of connectivity files can
76
be found on [Zenodo](https://doi.org/10.5281/zenodo.16908566). The archive is
8-
continually updated as more users inform us about the grids their data files
9-
use.
7+
continually updated as more users inform us about the grids use.
108
:::
119

12-
The horizontal grids used by EAM are cubed spheres. Since these are unstructed
13-
grids, QuickView needs to know how to map data to the globe. Therefore, for each
14-
simulation data file, a "connectivity file" needs to be provided.
10+
The horizontal grids used by E3SM's atmosphere component EAM, and sometimes the
11+
land component ELM as well, are cubed spheres. Since these are unstructed
12+
grids from ParaView's perspective, QuickView needs to know how to map data to the globe.
13+
Therefore, for each simulation data file, a "connectivity file" needs to be provided.
1514

1615
In EAMv2, v3, and v4, most of the variables (physical quantities) are written
1716
out on a "physics grid" (also referred to as "physgrid", "FV grid", or "control
18-
volume mesh") described in
19-
[Hannah et al. (2021)](https://doi.org/10.1029/2020MS002419). The naming
20-
convention for such grids is `ne*pg2`, with `*` being a number, e.g., 4, 30,
21-
120, 256. Further details about EAM's cubed-sphere grids can be found in EAM's
17+
volume mesh") described in [Hannah et al. (2021)](https://doi.org/10.1029/2020MS002419).
18+
The naming convention for such grids is `ne*pg2`, with `*` being a number, e.g., 4, 30,
19+
120, 256, 1024. Further details about EAM's cubed-sphere grids can be found in EAM's
2220
documentation, for example in
2321
[this overview](https://e3sm.atlassian.net/wiki/spaces/DOC/pages/34113147/SE+Atmosphere+Grid+Overview+EAM+CAM)
2422
and
@@ -28,7 +26,7 @@ Future versions of QuickView will also support the cubed-sphere meshes used by
2826
EAM's dynamical core, i.e., the `ne*np4` grids (also referred to as "native
2927
grids" or "GLL grids").
3028

31-
## Generate connectivity files
29+
## Generating connectivity files
3230

3331
Users can generate connectivity files with
3432
[`TempestRemap`](https://github.com/ClimateGlobalChange/tempestremap)

docs/guides/quickview/shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Single-key shortcuts

docs/guides/reminders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Key reminders for using QuickView and other tools in the family
1+
# Key reminders for using QuickView and other tools in the family
22

33
::: info Two modes of use
44
QuickView can be used in two modes:
@@ -26,7 +26,7 @@ button at the top of the "Select Variables" control panel for the new selection
2626
::: info Show/hide control panels
2727
Most of the buttons in the vertical [toolbar](/guides/quickview/toolbar.md)
2828
are toggles for showing or hiding the corresponding control panels.
29-
These toggles have 1-key shortcuts--see cheatsheet [here](/guides/quickview/shortcuts.md).
29+
These toggles have 1-key shortcuts--see cheat sheet [here](/guides/quickview/shortcuts.md).
3030
Detailed descriptions of the control panels can be found on
3131
[this page](/guides/quickview/control_panels.md).
3232
:::

0 commit comments

Comments
 (0)