diff --git a/versions/cesm2.2/doctrees/cesm_configurations.doctree b/versions/cesm2.2/doctrees/cesm_configurations.doctree index ad70463a3..4485d7dca 100644 Binary files a/versions/cesm2.2/doctrees/cesm_configurations.doctree and b/versions/cesm2.2/doctrees/cesm_configurations.doctree differ diff --git a/versions/cesm2.2/doctrees/downloading_cesm.doctree b/versions/cesm2.2/doctrees/downloading_cesm.doctree index 57f254200..b589be891 100644 Binary files a/versions/cesm2.2/doctrees/downloading_cesm.doctree and b/versions/cesm2.2/doctrees/downloading_cesm.doctree differ diff --git a/versions/cesm2.2/doctrees/environment.pickle b/versions/cesm2.2/doctrees/environment.pickle index d54423929..b1e58b93f 100644 Binary files a/versions/cesm2.2/doctrees/environment.pickle and b/versions/cesm2.2/doctrees/environment.pickle differ diff --git a/versions/cesm2.2/doctrees/index.doctree b/versions/cesm2.2/doctrees/index.doctree index b699cbef2..7815e94cc 100644 Binary files a/versions/cesm2.2/doctrees/index.doctree and b/versions/cesm2.2/doctrees/index.doctree differ diff --git a/versions/cesm2.2/doctrees/introduction.doctree b/versions/cesm2.2/doctrees/introduction.doctree index da4333541..9df2c1e2b 100644 Binary files a/versions/cesm2.2/doctrees/introduction.doctree and b/versions/cesm2.2/doctrees/introduction.doctree differ diff --git a/versions/cesm2.2/doctrees/quickstart.doctree b/versions/cesm2.2/doctrees/quickstart.doctree index b1cc166a7..9fcf0f343 100644 Binary files a/versions/cesm2.2/doctrees/quickstart.doctree and b/versions/cesm2.2/doctrees/quickstart.doctree differ diff --git a/versions/cesm2.2/html/.buildinfo b/versions/cesm2.2/html/.buildinfo index f28fefa7c..94aac80d4 100644 --- a/versions/cesm2.2/html/.buildinfo +++ b/versions/cesm2.2/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9e07e07f5c785fe82e0005ff0cb7d219 +config: 8d38dfe17db07cbf3c99bdc2e7e639ba tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/versions/cesm2.2/html/_sources/downloading_cesm.rst.txt b/versions/cesm2.2/html/_sources/downloading_cesm.rst.txt index f4b62b780..a20b1713e 100644 --- a/versions/cesm2.2/html/_sources/downloading_cesm.rst.txt +++ b/versions/cesm2.2/html/_sources/downloading_cesm.rst.txt @@ -25,7 +25,7 @@ code: .. code-block:: console - git clone -b release-cesm2.2.0 https://github.com/ESCOMP/CESM.git my_cesm_sandbox + git clone -b release-cesm2.2.2 https://github.com/ESCOMP/CESM.git my_cesm_sandbox cd my_cesm_sandbox To checkout a previous version of CESM2, first view the available versions: diff --git a/versions/cesm2.2/html/_static/basic.css b/versions/cesm2.2/html/_static/basic.css index be19270e4..24bc73e7f 100644 --- a/versions/cesm2.2/html/_static/basic.css +++ b/versions/cesm2.2/html/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -764,7 +764,6 @@ div.code-block-caption code { } table.highlighttable td.linenos, -span.linenos, div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ user-select: none; } diff --git a/versions/cesm2.2/html/_static/doctools.js b/versions/cesm2.2/html/_static/doctools.js index 144884ea6..daccd209d 100644 --- a/versions/cesm2.2/html/_static/doctools.js +++ b/versions/cesm2.2/html/_static/doctools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for all documentation. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -285,10 +285,9 @@ var Documentation = { initOnKeyListeners: function() { $(document).keydown(function(event) { var activeElementType = document.activeElement.tagName; - // don't navigate when in search box, textarea, dropdown or button + // don't navigate when in search box or textarea if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' - && activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey - && !event.shiftKey) { + && !event.altKey && !event.ctrlKey && !event.metaKey && !event.shiftKey) { switch (event.keyCode) { case 37: // left var prevHref = $('link[rel="prev"]').prop('href'); diff --git a/versions/cesm2.2/html/_static/language_data.js b/versions/cesm2.2/html/_static/language_data.js index 0e7dc7e9e..d2b4ee91b 100644 --- a/versions/cesm2.2/html/_static/language_data.js +++ b/versions/cesm2.2/html/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/versions/cesm2.2/html/_static/pygments.css b/versions/cesm2.2/html/_static/pygments.css index de7af262f..f346859c1 100644 --- a/versions/cesm2.2/html/_static/pygments.css +++ b/versions/cesm2.2/html/_static/pygments.css @@ -1,4 +1,4 @@ -pre { line-height: 125%; } +pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } diff --git a/versions/cesm2.2/html/_static/searchtools.js b/versions/cesm2.2/html/_static/searchtools.js index 6fc9e7f33..970d0d975 100644 --- a/versions/cesm2.2/html/_static/searchtools.js +++ b/versions/cesm2.2/html/_static/searchtools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for the full-text search. * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -59,10 +59,10 @@ var Search = { _pulse_status : -1, htmlToText : function(htmlString) { - var virtualDocument = document.implementation.createHTMLDocument('virtual'); - var htmlElement = $(htmlString, virtualDocument); - htmlElement.find('.headerlink').remove(); - docContent = htmlElement.find('[role=main]')[0]; + var htmlElement = document.createElement('span'); + htmlElement.innerHTML = htmlString; + $(htmlElement).find('.headerlink').remove(); + docContent = $(htmlElement).find('[role=main]')[0]; if(docContent === undefined) { console.warn("Content block not found. Sphinx search tries to obtain it " + "via '[role=main]'. Could you check your theme or template."); diff --git a/versions/cesm2.2/html/cesm_configurations.html b/versions/cesm2.2/html/cesm_configurations.html index d56c9c7b0..3e32c9511 100644 --- a/versions/cesm2.2/html/cesm_configurations.html +++ b/versions/cesm2.2/html/cesm_configurations.html @@ -634,7 +634,7 @@

CESM2 Validation

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -662,6 +662,7 @@

CESM2 Validation + diff --git a/versions/cesm2.2/html/downloading_cesm.html b/versions/cesm2.2/html/downloading_cesm.html index e74a9b88c..b020b127b 100644 --- a/versions/cesm2.2/html/downloading_cesm.html +++ b/versions/cesm2.2/html/downloading_cesm.html @@ -192,7 +192,7 @@

Downloading the code and scripts @@ -382,6 +382,7 @@

Downloading input data + diff --git a/versions/cesm2.2/html/genindex.html b/versions/cesm2.2/html/genindex.html index 32f1f22a5..c7a07c8a0 100644 --- a/versions/cesm2.2/html/genindex.html +++ b/versions/cesm2.2/html/genindex.html @@ -187,7 +187,7 @@

Index

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -215,6 +215,7 @@

Index

+ diff --git a/versions/cesm2.2/html/index.html b/versions/cesm2.2/html/index.html index df96bb3c4..75cc9a03c 100644 --- a/versions/cesm2.2/html/index.html +++ b/versions/cesm2.2/html/index.html @@ -232,7 +232,7 @@

Table of contents

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -260,6 +260,7 @@

Table of contents + diff --git a/versions/cesm2.2/html/introduction.html b/versions/cesm2.2/html/introduction.html index 512423f2d..64882e941 100644 --- a/versions/cesm2.2/html/introduction.html +++ b/versions/cesm2.2/html/introduction.html @@ -300,7 +300,7 @@

CESM2 Software/Operating System Prerequisites

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -328,6 +328,7 @@

CESM2 Software/Operating System Prerequisites + diff --git a/versions/cesm2.2/html/quickstart.html b/versions/cesm2.2/html/quickstart.html index ff3c2e77a..21d9d9a00 100644 --- a/versions/cesm2.2/html/quickstart.html +++ b/versions/cesm2.2/html/quickstart.html @@ -373,7 +373,7 @@

Run the case

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -401,6 +401,7 @@

Run the case + diff --git a/versions/cesm2.2/html/search.html b/versions/cesm2.2/html/search.html index bad6b72f8..4d37ccc68 100644 --- a/versions/cesm2.2/html/search.html +++ b/versions/cesm2.2/html/search.html @@ -193,7 +193,7 @@

- © Copyright 2020, U.S. National Science Foundation. + © Copyright 2023, U.S. National Science Foundation.

@@ -221,6 +221,7 @@ +