Skip to content

Repository for MPAS models and shared framework releases.

Notifications You must be signed in to change notification settings

davidfillmore/MPAS-Model-DWF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPAS-v8.3.1

DWF fork of the Model for Prediction Across Scales (MPAS).

BUILDING

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:

MPAS-Atmosphere

MPAS-Albany Land Ice

MPAS-Ocean

MPAS-Seaice

Code Layout

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)

About

Repository for MPAS models and shared framework releases.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 92.8%
  • Python 3.2%
  • C 1.4%
  • C++ 0.9%
  • Makefile 0.8%
  • CMake 0.4%
  • Other 0.5%