You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/directory-structure.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Contains the SIMA-specific python and XML configuration routines used by CIME an
58
58
**Subdirectories/**:
59
59
60
60
- 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.
62
62
63
63
### **docker/**
64
64
@@ -76,7 +76,7 @@ Contains everything needed to perform software testing and validation of CAM-SIM
76
76
77
77
- system/ - Includes scripts needed to run CIME (integration) regression tests.
78
78
- 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.
80
80
81
81
### **tools/**
82
82
@@ -109,12 +109,12 @@ Contains all of the dynamical core (dycore) source code.
109
109
**Subdirectories**:
110
110
111
111
- 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.
113
113
- 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.
114
114
- 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.
116
116
- 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.
118
118
- utils/ - Contains utility code used by all dycores in SIMA.
0 commit comments