Skip to content

Commit

Permalink
Scrub the name GCHPctm from the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
  • Loading branch information
lizziel committed Jun 15, 2022
1 parent ce3431b commit 0448eac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/source/reference/git-submodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ update submodule so that they use your forks at any time. It is recommended you
only update the submodules that you need to, and that you leave submodules that
you don't need to modify pointing to the GEOS-Chem repositories.

The rest of this section assumes you are in the top-level of GCHPctm, i.e.,
The rest of this section assumes you are in the top-level of GCHP, i.e.,

.. code-block:: console
$ cd GCHPctm # navigate to top-level of GCHPctm
$ cd GCHP # navigate to top-level of GCHP
First, identify the submodules that you need to modify. The :file:`.gitmodules`
file has the paths and URLs to the submodules. You can see it with the following
Expand Down Expand Up @@ -72,5 +72,5 @@ Add and commit the update to :file:`.gitmodules`.
$ git add .gitmodules
$ git commit -m "Updated submodules to use my own forks"
Now, when you push to your GCHPctm fork, you should see the submodules point to your
submodule forks.
Now, when you push to your GCHP fork, you should see the submodules point to your
submodule forks.
4 changes: 2 additions & 2 deletions docs/source/supplement/config-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These files contain all run-time information required by GCHP. Files include:
config-files/HISTORY.rst
config-files/HEMCO.rst
config-files/ExtData.rst
config-files/input_geos.rst
config-files/geoschem_config.rst
config-files/others.rst

Much of the labor of updating the configuration files has been eliminated by run directory shell script :file:`setCommonRunSettings.sh`.
Expand Down Expand Up @@ -56,7 +56,7 @@ See the individual subsections on each file for additional information.
:file:`HEMCO_Diagn.rc`
Contains information mapping :file:`HISTORY.rc` diagnostic names to HEMCO containers.
Same function as in GEOS-Chem Classic except that not all items in :file:`HEMCO_Diagn.rc` will be output; only emissions listed in :file:`HISTORY.rc` will be included in diagnostics.
All GCHPctm diagnostics listed in :file:`HISTORY.rc` that start with Emis, Hco, or Inv must have a corresponding entry in :file:`HEMCO_Diagn.rc`.
All GCHP diagnostics listed in :file:`HISTORY.rc` that start with Emis, Hco, or Inv must have a corresponding entry in :file:`HEMCO_Diagn.rc`.

:file:`input.nml`
Namelist used in advection for domain stack size and stretched grid parameters.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/supplement/config-files/geoschem_config.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
input.geos
=================
geoschem_config.yml
===================

Information about the :file:`geoschem_config.yml` file is the same as for GEOS-Chem Classic with a few exceptions.
See the :file:`geoschem_config.yml` file wiki page for an overview of the file.
Expand Down

0 comments on commit 0448eac

Please sign in to comment.