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.
Merge branch 'develop' into atmosphere/develop
This merge introduces fixes from the v5.1 release that were merged to 'develop', and it brings the 'atmosphere/develop' up to date with other infrastructure changes, most notably the switch from 'write(0,*)' statements to 'call mpas_log_write' for writing log messages. * develop: (98 commits) Initialize garbage elements for ke_edge and ke_vertex in atm_mpas_init_block Convert several 'write' statements introduced in v5.1 to mpas_log_write calls Note in description of config_len_disp that it is also used by 3-d div damping Threading change to mpas_vector_reconstruction by Phil Jones Framework only: bit-for-bit optimization for OpenMP by Abhinav Make a warning if a stream has duplicate contents Minor wording changes to threading level message in mpas_dmpar_init Only print thread level message if threadLevel /= desiredThreadLevel Clarify output message on MPI_THREAD_MULTIPLE Introduce a new, scale-aware 3-d divergence damping scheme for acoustic modes Introduced scaling of the gravity-wave absorbing layer coefficient Change G0 format to Gw Correct incorrect description in log_expand_string Change log write back to write Rename OMP CRITICAL section in mpas_log_write Remove old logging system Comment-out code in MYNN surface-layer scheme to bound 2-m theta Expand "$l" to either T/F (rather than TRUE/FALSE) in log module Convert atmosphere core to use new logging module Enable new log files for atmosphere core ... Conflicts: src/core_atmosphere/physics/mpas_atmphys_driver_lsm.F src/core_atmosphere/physics/mpas_atmphys_driver_radiation_lw.F src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F src/core_atmosphere/physics/mpas_atmphys_manager.F
- Loading branch information
Showing
156 changed files
with
4,962 additions
and
3,169 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
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.