Skip to content

Commit

Permalink
Address Tracy's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Apr 2, 2024
1 parent 3e34a94 commit 7fdf996
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scm/doc/TechGuide/chap_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Reading input

The following steps are performed at the beginning of program execution:

#. Call ``get_config_nml()`` in the ``scm_input`` module to read in the ``case_config`` and
#. Call ``get_config_nml()`` in the ``scm_input`` module to read in the ``case_config`` (:numref:`Section %s <case config>`) and
``physics_config`` namelists. This subroutine also
sets some variables within the ``scm_state`` derived type from the data that was
read.

#. Call ``get_case_init()`` (or ``get_case_init_DEPHY()`` if using the DEPHY format) in the ``scm_input`` module to read in the
:numref:`case input data file <case input>`. This subroutine
case input data file (see :numref:`Section %s <case input>`). This subroutine
also sets some variables within the ``scm_input`` derived type from the data that
was read.

Expand Down Expand Up @@ -134,10 +134,10 @@ can be written out as instantaneous or time-averaged and there are 5
output periods:

#. one associated with how often instantaneous variables should be
written out (controlled by the ``-- n_itt_out`` run script variable).
written out (controlled by the ``--n_itt_out`` run script variable).

#. one associated with how often diagnostic (either instantaneous or
time-averaged) should be written out (controlled by the ``-- n_itt_diag`` run script
time-averaged) should be written out (controlled by the ``--n_itt_diag`` run script
variable)

#. one associated with the shortwave radiation period (controlled by ``fhswr``
Expand Down
3 changes: 1 addition & 2 deletions scm/doc/TechGuide/chap_hsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Hierarchical Physics Development
================================

Chapter 7 of the CCPP v6 Technical Documentation
(https://ccpp-techdoc.readthedocs.io/en/v6.0.0/) provides an overview of
:numref:`Chapter %c <Hierarchical_Physics_Development>` provides an overview of
the tools supported by the Single Column Model (SCM) to faciliate
hierarchical system development (HSD)

Expand Down
6 changes: 4 additions & 2 deletions scm/doc/TechGuide/preface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ The table below describes the type changes and symbols used in this document.
-
* The SCM uses only a small part of the UFS *hpc-stack* package
* - **AaBbCc123**
- Words or phrases requiring particular emphasis
- Fortran77 code should **not** be used
-
* Words or phrases requiring particular emphasis
-
* Fortran77 code should **not** be used

0 comments on commit 7fdf996

Please sign in to comment.