|
1 |
| -MPAS-v6.0 |
| 1 | +MPAS-v6.1 |
2 | 2 | ====
|
3 | 3 |
|
4 | 4 | The Model for Prediction Across Scales (MPAS) is a collaborative project for
|
@@ -28,25 +28,29 @@ core's user's guide, which can be found at the following web sites:
|
28 | 28 |
|
29 | 29 | [MPAS-Atmosphere](http://mpas-dev.github.io/atmosphere/atmosphere_download.html)
|
30 | 30 |
|
31 |
| -[MPAS-Land Ice](http://mpas-dev.github.io/land_ice/download.html) |
| 31 | +[MPAS-Albany Land Ice](http://mpas-dev.github.io/land_ice/download.html) |
32 | 32 |
|
33 | 33 | [MPAS-Ocean](http://mpas-dev.github.io/ocean/releases.html)
|
34 | 34 |
|
| 35 | +[MPAS-Seaice](http://mpas-dev.github.io/sea_ice/releases.html) |
| 36 | + |
| 37 | + |
35 | 38 | Code Layout
|
36 | 39 | ----------
|
37 | 40 |
|
38 | 41 | Within the MPAS repository, code is laid out as follows. Sub-directories are
|
39 | 42 | only described below the src directory.
|
40 | 43 |
|
41 |
| - MPAS |
42 |
| - └── src |
43 |
| - ├── registry -- Code for building Registry.xml parser (Shared) |
44 |
| - ├── driver -- Main driver for MPAS in stand-alone mode (Shared) |
45 |
| - ├── external -- External software for MPAS (Shared) |
46 |
| - ├── framework -- MPAS Framework (Includes DDT Descriptions, and shared routines. Shared) |
47 |
| - ├── operators -- MPAS Opeartors (Includes Operators for MPAS meshes. Shared) |
48 |
| - ├── inc -- Empty directory for include files that Registry generates (Shared) |
49 |
| - └── core_* -- Individual model cores. |
| 44 | + MPAS-Model |
| 45 | + ├── src |
| 46 | + │ ├── registry -- Code for building Registry.xml parser (Shared) |
| 47 | + │ ├── driver -- Main driver for MPAS in stand-alone mode (Shared) |
| 48 | + │ ├── external -- External software for MPAS (Shared) |
| 49 | + │ ├── framework -- MPAS Framework (Includes DDT Descriptions, and shared routines. Shared) |
| 50 | + │ ├── operators -- MPAS Opeartors (Includes Operators for MPAS meshes. Shared) |
| 51 | + │ ├── inc -- Empty directory for include files that Registry generates (Shared) |
| 52 | + │ └── core_* -- Individual model cores. |
| 53 | + └────── testing_and_setup -- tools for setting up configurations and tests cases (Shared) |
50 | 54 |
|
51 | 55 | Model cores are typically developed independently. For information about
|
52 | 56 | building and running a particular core, please refer to that core's user's
|
|
0 commit comments