The application of the latest MPAS cross-scale and variable resolution model practical technology and typical case analysis

 Table of contents

1. Basic information of MPAS mode

2. MPAS code acquisition and structure

3. MPAS transplantation, compilation and operation practice

4. Operation of MPAS Global Uniform Grid

5. Operation of MPAS global non-uniform grid

6. Operation of MPAS Regional Grid

7. Configuration during MPAS operation

8. MPAS result processing, analysis and visualization

9. Understand the structure of the MPAS code, the composition of the main modules, and the modification of the Fortran program


The Model for Prediction Across Scales (MPAS) is jointly developed by the Los Alamos Laboratory and the National Center for Atmospheric Research (NCAR). It consists of three parts, called MPAS-A (Atmospheric Model ), MPAS-O (ocean model) and MPAS-LI (land ice model). The initial purpose of MPAS was to build a new earth system model that can be used for global or regional weather and climate research. This training focuses on the atmospheric model MPAS-A. The atmospheric dynamic kernel of the MPAS-A model solves the fully compressible non-static equations of motion, and its most notable feature is the unstructured centroid Voronoi grid. The SCVT grid provides an opportunity for regional downscaling within a global framework (below), as it allows a smooth transition of the grid from coarser to higher resolutions, rather than the traditional method of translating grids using nesting Regional climate models RCM (eg WRF).

The MPAS-A model is being continuously optimized. Due to its advanced model structure and variable resolution grid characteristics, it will be one of the main trends in high-resolution simulation in the future.

1. Basic information of MPAS mode

First understanding of the MPAS model and its significance

2. MPAS code acquisition and structure

Structure of MPAS, Structure of MPAS Code

Several major functional modules of MPAS

Acquisition of the MPAS code and its structure

3. MPAS transplantation, compilation and operation practice

Preparation, compilation, installation and operation of MPAS operating environment

Linux system and program preparation

Preparation of compiler and library files (hdf5, netcdf, pnetcdf)

Compilation and preparation of WPS (ungrib)

4. Operation of MPAS Global Uniform Grid

The operation process of MPAS and the operation of the global uniform grid

Steps of MPAS operation: data preparation, initialization, operation

Operation of a global uniform grid: preparation of initial and boundary field files

5. Operation of MPAS global non-uniform grid

The operation process of MPAS and the operation of the global non-uniform grid

Steps of MPAS operation: data preparation, initialization, operation

Operation of global non-uniform grids: rotation of high-resolution grid centers; preparation of initial and boundary field files

6. Operation of MPAS Regional Grid

Preparation of data files required for MPAS regional grid operation

Fabrication of area grids

Production of Boundary Field Files

Operation of regional MPAS

7. Configuration during MPAS operation

Configuration and options in MPAS operation

Options for MPAS runtime

Customization of MPAS output

8. MPAS result processing, analysis and visualization

Familiar with MPAS output result file structure, variable meaning, variable selection and result analysis

Structure of the MPAS Results File

MPAS Result File Variables

Results Analysis and Plotting

9. Understand the structure of the MPAS code, the composition of the main modules, and the modification of the Fortran program

Understand the main code structure of MPAS

Understand the composition of several major modules of MPAS and the corresponding program locations

Modify the code as needed, compile and run


Original link: The latest MPAS cross-scale, variable resolution model practical technology application and typical case analysis

Guess you like

Origin blog.csdn.net/CCfz566/article/details/132319583