@@ -84,54 +84,3 @@ If a variable has an attribute named `missing_value` or `_FillValue`, the value
8484is converted to NaN and ignored in the calculation of global averages and for
8585the visualization.
8686
87- # Connectivity files
88-
89- ::: tip Tip: Connecitivity File Download A collection of connectivity files can
90- be found on [ Zenodo] ( https://doi.org/10.5281/zenodo.16908566 ) . The archive is
91- continually updated as more users inform us about the grids their data files
92- use.
93- :::
94-
95- The horizontal grids used by EAM are cubed spheres. Since these are unstructed
96- grids, QuickView needs to know how to map data to the globe. Therefore, for each
97- simulation data file, a "connectivity file" needs to be provided.
98-
99- In EAMv2, v3, and v4, most of the variables (physical quantities) are written
100- out on a "physics grid" (also referred to as "physgrid", "FV grid", or "control
101- volume mesh") described in
102- [ Hannah et al. (2021)] ( https://doi.org/10.1029/2020MS002419 ) . The naming
103- convention for such grids is ` ne*pg2 ` , with ` * ` being a number, e.g., 4, 30,
104- 120, 256. Further details about EAM's cubed-sphere grids can be found in EAM's
105- documentation, for example in
106- [ this overview] ( https://e3sm.atlassian.net/wiki/spaces/DOC/pages/34113147/SE+Atmosphere+Grid+Overview+EAM+CAM )
107- and
108- [ this description] ( https://e3sm.atlassian.net/wiki/spaces/DOC/pages/872579110/Running+E3SM+on+New+Atmosphere+Grids ) .
109-
110- Future versions of QuickView will also support the cubed-sphere meshes used by
111- EAM's dynamical core, i.e., the ` ne*np4 ` grids (also referred to as "native
112- grids" or "GLL grids").
113-
114- ## Generate connectivity files
115-
116- Users can generate connectivity files with
117- [ ` TempestRemap ` ] ( https://github.com/ClimateGlobalChange/tempestremap )
118- ([ Ullrich and Taylor, 2015] ( https://doi.org/10.1175/MWR-D-14-00343.1 ) ;
119- [ Ullrich et al., 2016] ( https://doi.org/10.1175/MWR-D-15-0301.1 ) ) using
120- [ this script] ( https://github.com/mt5555/remap-ncl/blob/master/makeSE.sh ) shared
121- by Mark A. Taylor at Sandia National Laboratories. (` TempestRemap ` is available
122- as a part of the [ ` E3SM-Unified ` ] ( https://github.com/E3SM-Project/e3sm-unified )
123- conda environment. It can also be installed following the instructions provided
124- in its [ repo] ( https://github.com/ClimateGlobalChange/tempestremap ) .)
125-
126- For example, using Mark's script, the command
127-
128- ```
129- ./makeSE.sh 30
130- ```
131-
132- will generate several different files for the ` ne30pg2 ` grid, including, e.g.,
133-
134- - ` TEMEPST_NE30pg2.g ` (Exodus format),
135- - ` TEMPEST_ne30pg2.scrip.nc ` (SCRIP format).
136-
137- EAM QuickView uses the ** SCRIP** format.
0 commit comments