-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ReadTheDocs documentation for the 14.5.0 release
CHANGELOG.md CMakeLists.txt docs/source/conf.py src/GEOS-Chem/CHANGELOG.md src/GEOS-Chem/KPP/fullchem/CHANGELOG_fullchem.md - Updated version numbers from 14.4.3 to 14.5.0 docs/requirements.txt - Update Python package jinja2 needed for ReadTheDocs from 3.1.3 to 3.1.4 (fixes a security issue) docs/source/getting-started/*.rst docs/source/user-guide/*.rst docs/source/geos-chem-shared-docs - Updated documentation for 14.5.0. Includes: - New documentation for the GEOS-Chem Input Data portal on AWS - Corresponding updates to the dry-run simulation docs - Moved doc common to GCClassic, GCHP, HEMCO to geos-chem-shared-docs - Added warnings in doc about GEOS-FP convection update on 6/1/20 - Updated links and references - Text formatting updates (indentation, trimmed whitespace, etc.) src/GCHP_GridComp/GEOSChem_GridComp/geos-chem - Submodule update (updated version numbers to 14.5.0) Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
27 changed files
with
2,491 additions
and
1,203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required (VERSION 3.13) | ||
project (gchp_ctm | ||
VERSION 14.4.3 | ||
VERSION 14.5.0 | ||
LANGUAGES Fortran CXX C | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule geos-chem-shared-docs
updated
19 files
+146 −0 | doc/gcid-awscli-tutorial.rst | |
+244 −0 | doc/gcid-data-on-aws.rst | |
+33 −0 | doc/gcid-portal-overview.rst | |
+87 −0 | doc/gcid-special-portals.rst | |
+42 −0 | doc/gcid-why-on-cloud.rst | |
+2,047 −0 | doc/geoschem-config.rst | |
+287 −0 | doc/hemco-config.rst | |
+73 −0 | doc/hemco-diagn.rst | |
+134 −0 | doc/phot-chem.rst | |
+85 −0 | doc/spec-db.rst | |
+45 −41 | spack/packages.yaml | |
+0 −132 | supplemental-guides/data-on-aws.rst | |
+0 −25 | supplemental-guides/geos-chem-input-data-on-aws.rst | |
+0 −90 | supplemental-guides/getting-started-aws.rst | |
+74 −57 | supplemental-guides/history-diag-guide.rst | |
+14 −13 | supplemental-guides/load-libraries-guide.rst | |
+4 −4 | supplemental-guides/spack-guide.rst | |
+1 −1 | supplemental-guides/species-guide.rst | |
+0 −21 | supplemental-guides/why-on-cloud.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.