Skip to content

Commit 172e23d

Browse files
committed
Add spacing needed for sublists in directory-structure section.
1 parent 56dc614 commit 172e23d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/design/directory-structure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Contains the SIMA-specific python and XML configuration routines used by CIME an
5858
**Subdirectories/**:
5959

6060
- testdefs - Location of the CAM-SIMA regression test list and associated files used by CIME during regression (system) testing.
61-
- testmods_dirs/cam - Location of CAM-SIMA case configuration files used during CIME regression testing.
61+
- testmods_dirs/cam - Location of CAM-SIMA case configuration files used during CIME regression testing.
6262

6363
### **docker/**
6464

@@ -76,7 +76,7 @@ Contains everything needed to perform software testing and validation of CAM-SIM
7676

7777
- system/ - Includes scripts needed to run CIME (integration) regression tests.
7878
- unit/ - Includes scripts and source code needed to run CAM-SIMA unit tests.
79-
- sample_files/ - Contains files that are used to validate the unit test results.
79+
- sample_files/ - Contains files that are used to validate the unit test results.
8080

8181
### **tools/**
8282

@@ -109,12 +109,12 @@ Contains all of the dynamical core (dycore) source code.
109109
**Subdirectories**:
110110

111111
- mpas/ - Contains all of the source code needed for SIMA to properly couple to the [MPAS dynamical core](https://github.com/MPAS-Dev/MPAS-Model).
112-
- dycore/ (external) - External submodule that contains the MPAS dycore code.
112+
- dycore/ (external) - External submodule that contains the MPAS dycore code.
113113
- none/ - Contains the "null" dycore source code, which allows physics and chemistry routines to be forced with atmospheric data coming directly from input files as opposed to dycore calculations.
114114
- se/ - Contains all of the source code needed for SIMA to properly couple to the [Spectral Element dynamical core](https://ncar.github.io/CAM/doc/build/html/cam5_scientific_guide/dynamics.html#spectral-element-dynamical-core).
115-
- dycore/ - Contains the internal SE dycore source code files.
115+
- dycore/ - Contains the internal SE dycore source code files.
116116
- tests/ - Contains the source code needed to configure analytic initial conditions for dycores.
117-
- initial_conditions/ - Contains source code needed to configure specific analytic initial conditions formulations.
117+
- initial_conditions/ - Contains source code needed to configure specific analytic initial conditions formulations.
118118
- utils/ - Contains utility code used by all dycores in SIMA.
119119

120120
### **physics/**

0 commit comments

Comments
 (0)