This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This merge introduces fixes for MPAS-Atmosphere * hotfix-v5.1: (24 commits) Note in description of config_len_disp that it is also used by 3-d div damping Introduce a new, scale-aware 3-d divergence damping scheme for acoustic modes Introduced scaling of the gravity-wave absorbing layer coefficient Comment-out code in MYNN surface-layer scheme to bound 2-m theta Initialize horizontal fluxes for ghost-cell faces in monotonic transport Use 'config_extrap_airtemp' to control vertical extrapolation of temperature Add check for lapse-rate extrapolation above first-guess data in vertical_interp Add namelist option config_extrap_airtemp for extrapolation above/below first-guess levels Ensure that temperature is computed if MSLP is needed in isobaric_diagnostics Remove .tmp.f90 files from esmf_time_f90 directory when 'make clean' is run Replace angle brackets with quotes in include statements in esmf_time_f90 Change name of preprocessed Fortran files from .f90 to .tmp.f90 in esmf_time_f90 Provide compatibility with ECMWF 100-289 cm soil layer * In ./src/core_atmosphere/physics/mpas_atmphys_driver_radiation_lw.F and mpas_atmphys_driver_radiation_sw.F, revised the initialization of the variables re_cloud, re_ice, re_snow, and rre_cloud, rre_ice, and rre_snow, when config_microp_scheme is set to off. Tiny formatting corrections in mpas_init_atm_cases.F Bug fix to re-enable the read and interpolation of pressure levels as output by calc_ecmpwf_p.exe from WPS Updated INSTALL documentation with known problems on IBM Bluegene and Mac OSX Changes to real/double conversion as requested in amendment of 2423776, however 0.0d0_RKIND does not work, need to use 0.0_RKIND Removed CPP directives -DSINGLE_PRECISION from Fortran compiler flags as this breaks builds on systems where GEN_F90 is required (e.g. Bluegene) Avoid setting invalid pointers to scalar constituents in mpas_atmphys_interface module ...
- Loading branch information
Showing
32 changed files
with
405 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MPAS-v5.0 | ||
MPAS-v5.1 | ||
==== | ||
|
||
The Model for Prediction Across Scales (MPAS) is a collaborative project for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.