Skip to content

Commit

Permalink
more ug updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy committed Jul 29, 2024
1 parent 8c31cf6 commit 5100474
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions scm/doc/TechGuide/chap_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ arguments) are:

- ``spinup_timesteps``

- Number of timesteps to spin up when ``do_spinup`` is true
- Number of timesteps to spin up when ``do_spinup`` is true

- ``lsm_ics``

- Set to ``.true.`` when LSM initial conditions are included (but not all ICs from
another model)
- Set to ``.true.`` when LSM initial conditions are included (but not all ICs from
another model)

.. _`case input`:

Expand Down
2 changes: 1 addition & 1 deletion scm/doc/TechGuide/chap_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following steps are performed at the beginning of program execution:
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
#. Call ``get_case_init_DEPHY()`` in the ``scm_input`` module to read in the
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
2 changes: 0 additions & 2 deletions scm/doc/TechGuide/chap_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Minor
- Updated `Scientific Documentation <https://dtcenter.ucar.edu/GMTB/v7.0.0/sci_doc/>`__, User's Guide, Technical Documentation, and
online tutorials.

- Generalized plotting and visualization tools.

Limitations
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion scm/doc/TechGuide/chap_repo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Cubed-Sphere (FV3) dynamical core.
| ``├── docker``
| ``│   └── Dockerfile`` - Contains Docker instructions for building the CCPP SCM image
| ``├── environment-suite-sim.yml`` - Python environment dependency file for the CCPP Suite Simulator
| ``├── environment-ufsreplay.yml`` - Python environment dependency file for the UFS Case Generator capability
| ``├── environment-ufscasegen.yml`` - Python environment dependency file for the UFS Case Generator capability
| ``├── environment.yml`` - Python environment dependency file for the SCM
| ``├── scm``
| ``│   ├── LICENSE.txt`` - Contains licensing information
Expand Down

0 comments on commit 5100474

Please sign in to comment.