diff --git a/scm/doc/TechGuide/chap_cases.rst b/scm/doc/TechGuide/chap_cases.rst index 621401aaf..20cf32a99 100644 --- a/scm/doc/TechGuide/chap_cases.rst +++ b/scm/doc/TechGuide/chap_cases.rst @@ -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`: diff --git a/scm/doc/TechGuide/chap_function.rst b/scm/doc/TechGuide/chap_function.rst index 15543244d..88dd9c966 100644 --- a/scm/doc/TechGuide/chap_function.rst +++ b/scm/doc/TechGuide/chap_function.rst @@ -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 `). This subroutine also sets some variables within the ``scm_input`` derived type from the data that was read. diff --git a/scm/doc/TechGuide/chap_intro.rst b/scm/doc/TechGuide/chap_intro.rst index 1bcd768ef..a879fea7f 100644 --- a/scm/doc/TechGuide/chap_intro.rst +++ b/scm/doc/TechGuide/chap_intro.rst @@ -60,8 +60,6 @@ Minor - Updated `Scientific Documentation `__, User's Guide, Technical Documentation, and online tutorials. -- Generalized plotting and visualization tools. - Limitations ~~~~~~~~~~~ diff --git a/scm/doc/TechGuide/chap_repo.rst b/scm/doc/TechGuide/chap_repo.rst index fcc2a46e2..4e5a73cd0 100644 --- a/scm/doc/TechGuide/chap_repo.rst +++ b/scm/doc/TechGuide/chap_repo.rst @@ -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