This commit is contained in:
tiffanycmeyer13 2021-04-22 15:06:37 +00:00
parent ef8a6ccd56
commit 017c953c2c
6 changed files with 165 additions and 40 deletions

View file

@ -384,6 +384,13 @@
<label class="md-nav__title" for="toc">Table of contents</label> <label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix> <ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#visual-overview" title="Visual Overview" class="md-nav__link">
Visual Overview
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#volume-browser-menu-bar" title="Volume Browser Menu Bar" class="md-nav__link"> <a href="#volume-browser-menu-bar" title="Volume Browser Menu Bar" class="md-nav__link">
Volume Browser Menu Bar Volume Browser Menu Bar
@ -889,6 +896,13 @@
<label class="md-nav__title" for="toc">Table of contents</label> <label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix> <ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#visual-overview" title="Visual Overview" class="md-nav__link">
Visual Overview
</a>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#volume-browser-menu-bar" title="Volume Browser Menu Bar" class="md-nav__link"> <a href="#volume-browser-menu-bar" title="Volume Browser Menu Bar" class="md-nav__link">
Volume Browser Menu Bar Volume Browser Menu Bar
@ -1031,6 +1045,10 @@
<h1 id="volume-browser">Volume Browser<a class="headerlink" href="#volume-browser" title="Permanent link"></a></h1> <h1 id="volume-browser">Volume Browser<a class="headerlink" href="#volume-browser" title="Permanent link"></a></h1>
<p>The Volume Browser provides access to numerical models, other gridded data, sounding data, and selected point data sources, such as RAOB, METAR, and Profiler. Through the Browser interface, you can choose the data source(s), field(s), plane(s), and point(s), and generate a customized list of model graphics or images for display.</p> <p>The Volume Browser provides access to numerical models, other gridded data, sounding data, and selected point data sources, such as RAOB, METAR, and Profiler. Through the Browser interface, you can choose the data source(s), field(s), plane(s), and point(s), and generate a customized list of model graphics or images for display.</p>
<p>The Volume Browser can be accessed from either the <strong>Tools</strong> (alphabetically organized) or <strong>Models</strong> (first option) menus.</p>
<p><img alt="menuBar" src="../../images/menuBar.png" /></p>
<hr />
<h2 id="visual-overview">Visual Overview<a class="headerlink" href="#visual-overview" title="Permanent link"></a></h2>
<p>The Volume Browser window is divided into four areas:</p> <p>The Volume Browser window is divided into four areas:</p>
<p><img alt="" src="../../images/volumeBrowserLabeled.png" /></p> <p><img alt="" src="../../images/volumeBrowserLabeled.png" /></p>
<ol> <ol>

BIN
images/menuBar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -263,6 +263,40 @@
<label class="md-nav__title" for="toc">Table of contents</label> <label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix> <ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#general-troubleshooting" title="General Troubleshooting" class="md-nav__link">
General Troubleshooting
</a>
<nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#linux" title="Linux" class="md-nav__link">
Linux
</a>
</li>
<li class="md-nav__item">
<a href="#windows" title="Windows" class="md-nav__link">
Windows
</a>
</li>
<li class="md-nav__item">
<a href="#mac" title="Mac" class="md-nav__link">
Mac
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#windows-cave-start-up-error" title="Windows CAVE Start Up Error" class="md-nav__link"> <a href="#windows-cave-start-up-error" title="Windows CAVE Start Up Error" class="md-nav__link">
Windows CAVE Start Up Error Windows CAVE Start Up Error
@ -767,6 +801,40 @@
<label class="md-nav__title" for="toc">Table of contents</label> <label class="md-nav__title" for="toc">Table of contents</label>
<ul class="md-nav__list" data-md-scrollfix> <ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#general-troubleshooting" title="General Troubleshooting" class="md-nav__link">
General Troubleshooting
</a>
<nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#linux" title="Linux" class="md-nav__link">
Linux
</a>
</li>
<li class="md-nav__item">
<a href="#windows" title="Windows" class="md-nav__link">
Windows
</a>
</li>
<li class="md-nav__item">
<a href="#mac" title="Mac" class="md-nav__link">
Mac
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#windows-cave-start-up-error" title="Windows CAVE Start Up Error" class="md-nav__link"> <a href="#windows-cave-start-up-error" title="Windows CAVE Start Up Error" class="md-nav__link">
Windows CAVE Start Up Error Windows CAVE Start Up Error
@ -792,6 +860,20 @@
<h1 id="common-problems">Common Problems<a class="headerlink" href="#common-problems" title="Permanent link"></a></h1> <h1 id="common-problems">Common Problems<a class="headerlink" href="#common-problems" title="Permanent link"></a></h1>
<h2 id="general-troubleshooting">General Troubleshooting<a class="headerlink" href="#general-troubleshooting" title="Permanent link"></a></h2>
<p>Along with closing and restarting CAVE, one of the first things user's should turn to for resolving weird or unexpected behavior is <em>flushing their local cache</em>. The cache lives in a folder called <strong>caveData</strong>, so this process is also referred to as removing or deleting caveData.</p>
<h3 id="linux">Linux<a class="headerlink" href="#linux" title="Permanent link"></a></h3>
<p>For Linux users, the easiest way is to open a new terminal and run the following command:</p>
<pre><code>rm -rf ~/caveData
</code></pre>
<h3 id="windows">Windows<a class="headerlink" href="#windows" title="Permanent link"></a></h3>
<p>For Windows users, simply delete the caveData folder in your home user directory:</p>
<p><img alt="Windows Remove caveData" src="../../images/windowsRemoveCavedata.png" /></p>
<h3 id="mac">Mac<a class="headerlink" href="#mac" title="Permanent link"></a></h3>
<p>For Mac users, the easiest way is to open a new terminal and run the following command:</p>
<pre><code>rm -rf ~/Library/caveData
</code></pre>
<hr />
<h2 id="windows-cave-start-up-error">Windows CAVE Start Up Error<a class="headerlink" href="#windows-cave-start-up-error" title="Permanent link"></a></h2> <h2 id="windows-cave-start-up-error">Windows CAVE Start Up Error<a class="headerlink" href="#windows-cave-start-up-error" title="Permanent link"></a></h2>
<p>One common error some users are seeing manifests itself just after selecting an EDEX server to connect to. The following error dialogs may show up:</p> <p>One common error some users are seeing manifests itself just after selecting an EDEX server to connect to. The following error dialogs may show up:</p>
<p><img alt="" src="../../images/errorPurgingLogs.png" /> <p><img alt="" src="../../images/errorPurgingLogs.png" />

File diff suppressed because one or more lines are too long

View file

@ -2,187 +2,187 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>http://unidata.github.io/awips2/</loc> <loc>http://unidata.github.io/awips2/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/install/install-cave/</loc> <loc>http://unidata.github.io/awips2/install/install-cave/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/install/install-edex/</loc> <loc>http://unidata.github.io/awips2/install/install-edex/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/install/common-problems/</loc> <loc>http://unidata.github.io/awips2/install/common-problems/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc> <loc>http://unidata.github.io/awips2/cave/d2d-perspective/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc> <loc>http://unidata.github.io/awips2/cave/maps-views-projections/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc> <loc>http://unidata.github.io/awips2/cave/bundles-and-procedures/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc> <loc>http://unidata.github.io/awips2/cave/localization-perspective/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/nsharp/</loc> <loc>http://unidata.github.io/awips2/cave/nsharp/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/warngen/</loc> <loc>http://unidata.github.io/awips2/cave/warngen/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/goes-16-satellite/</loc> <loc>http://unidata.github.io/awips2/cave/goes-16-satellite/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc> <loc>http://unidata.github.io/awips2/cave/d2d-gridded-models/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc> <loc>http://unidata.github.io/awips2/cave/d2d-tools/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc> <loc>http://unidata.github.io/awips2/cave/d2d-radar-tools/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc> <loc>http://unidata.github.io/awips2/cave/d2d-edit-menus/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/cave-localization/</loc> <loc>http://unidata.github.io/awips2/cave/cave-localization/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/import-export/</loc> <loc>http://unidata.github.io/awips2/cave/import-export/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/install/start-edex/</loc> <loc>http://unidata.github.io/awips2/install/start-edex/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/settings/</loc> <loc>http://unidata.github.io/awips2/edex/settings/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc> <loc>http://unidata.github.io/awips2/edex/distributed-computing/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc> <loc>http://unidata.github.io/awips2/edex/edex-ingest-docker-container/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/ldm/</loc> <loc>http://unidata.github.io/awips2/edex/ldm/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc> <loc>http://unidata.github.io/awips2/edex/data-distribution-files/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/new-grid/</loc> <loc>http://unidata.github.io/awips2/edex/new-grid/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/data-purge/</loc> <loc>http://unidata.github.io/awips2/edex/data-purge/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/edex-users/</loc> <loc>http://unidata.github.io/awips2/edex/edex-users/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/data-plugins/</loc> <loc>http://unidata.github.io/awips2/edex/data-plugins/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/edex/case-studies/</loc> <loc>http://unidata.github.io/awips2/edex/case-studies/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/python/overview/</loc> <loc>http://unidata.github.io/awips2/python/overview/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc> <loc>http://unidata.github.io/awips2/dev/awips-development-environment/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc> <loc>http://unidata.github.io/awips2/appendix/appendix-grid-parameters/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/python/maps-database/</loc> <loc>http://unidata.github.io/awips2/python/maps-database/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc> <loc>http://unidata.github.io/awips2/appendix/appendix-acronyms/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc> <loc>http://unidata.github.io/awips2/appendix/appendix-wsr88d/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc> <loc>http://unidata.github.io/awips2/cave/cave-keyboard-shortcuts/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc> <loc>http://unidata.github.io/awips2/raytheon/cave_d2d/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>http://unidata.github.io/awips2/raytheon/smm/</loc> <loc>http://unidata.github.io/awips2/raytheon/smm/</loc>
<lastmod>2021-04-15</lastmod> <lastmod>2021-04-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>