MPAS-Dev/MPAS-Model: MPAS Version 8.2.0
Creators
- Michael Duda1
- Doug Jacobsen2
- Mark Petersen3
- Matt Hoffman3
- ldfowler58
- Adrian K. Turner
- Xylar Asay-Davis3
- Todd Ringler
- Luke Van Roekel4
- Miles Curry
- William Lipscomb5
- stephenprice
- skamaroc
- Nicole Jeffery6
- Dom Heinzeller7
- Jon Woodring4
- Phillip J. Wolfram
- G. Dylan Dickerson8
- maltrud
- Juan Saenz
- Nick9
- weiwangncar
- mperego
- Azamat Mametjanov
- Kelly Werner5
- Jon Wolfe4
- Jim W
- Phil Jones3
- James Foucar10
- Larofeticus
- 1. NSF National Center for Atmospheric Research
- 2. @Google
- 3. Los Alamos National Laboratory
- 4. LANL
- 5. National Center for Atmospheric Research
- 6. Los Alamos National Lab
- 7. National Oceanic and Atmospheric Administration, Earth System Research Laboratory, Global Systems Division
- 8. NSF NCAR
- 9. OU
- 10. Sandia National Labs
Description
This release of MPAS introduces several significant changes to MPAS-Atmosphere.
New physics
The Noah-MP v5.0.1 land-surface model is now available by setting
config_lsm_scheme = 'sf_noahmp'
in the&physics
namelist group.- New static files that include the
soilcomp
,soilcl1
,soilcl2
,soilcl3
, andsoilcl4
fields are required when activating Noah-MP in the model.
- New static files that include the
The aerosol-aware Thompson microphysics (as in WRF v4.1.4) is available by setting
config_microp_scheme = 'mp_thompson_aerosols'
in the&physics
namelist group.- An aerosol climatology file (QNWFA_QNIFA_SIGMA_MONTHLY.dat) is used when
running the
init_atmosphere_model
program to produce initial and lateral boundary conditions fornifa
andnwfa
.
- An aerosol climatology file (QNWFA_QNIFA_SIGMA_MONTHLY.dat) is used when
running the
Physics changes
Physics schemes in the
physics_mmm
directory are now obtained from a separate, shared MMM-physics repository at compile time using themanage_externals
tool.The revised Monin-Obukhov scheme replaces the Monin-Obukhov scheme in the
'mesoscale_reference'
suite.
GPU capabilities
The scalar transport code has been ported to GPUs using OpenACC directives.
- The atmosphere core must be compiled with
OPENACC=true
. - Additional timers in the log file capture host-device data transfer times.
- The atmosphere core must be compiled with
Infrastructure
- The build system no longer requires an intermediate clean step when compiling one core before another.
Files
MPAS-Dev/MPAS-Model-v8.2.0.zip
Files
(11.5 MB)
Name | Size | Download all |
---|---|---|
md5:bcccadb8eec5cf483d88c7d321cb8106
|
11.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/MPAS-Dev/MPAS-Model/tree/v8.2.0 (URL)