DWF fork of the Model for Prediction Across Scales (MPAS).
For information about building and running each core, please refer to each core's user's guide, which can be found at the following web sites:
Within the MPAS repository, code is laid out as follows. Sub-directories are only described below the src directory.
MPAS-Model
├── src
│ ├── driver -- Main driver for MPAS in stand-alone mode (Shared)
│ ├── external -- External software for MPAS (Shared)
│ ├── framework -- MPAS Framework (Includes DDT Descriptions, and shared routines. Shared)
│ ├── operators -- MPAS Opeartors (Includes Operators for MPAS meshes. Shared)
│ ├── tools -- Empty directory for include files that Registry generates (Shared)
│ │ ├── registry -- Code for building Registry.xml parser (Shared)
│ │ └── input_gen -- Code for generating streams and namelist files (Shared)
│ └── core_* -- Individual model cores.
│ └── inc -- Empty directory for include files that Registry generates
├── testing_and_setup -- Tools for setting up configurations and test cases (Shared)
└── default_inputs -- Copies of default stream and namelists files (Shared)