-
Notifications
You must be signed in to change notification settings - Fork 324
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 v4.0 of all MPAS models. * release-v4.0: (198 commits) Fix an issue realted to core_run failing for the ocean model Move computation of invAreaCell field above first call to atm_compute_solve_diagnostics() Remove unused &io namelist options from init_atmosphere and atmosphere Registry.xml files Don't abort if errors occur when computing the MSLP diagnostic Update the code version to 4.0 in the physics table checkout script Change name of default physics suite from 'wrf' to 'mesoscale_reference' Add missing code for 2nd and 4th order vertical advection of 'u' Only write 'restart_timestamp' file from MPI rank 0 Set default surface update interval to 86400 s during initialization Process input streams individually and write a message to the log for each stream that is read Recompute longitude grid increment for Gaussian input data Set any negative soil moisture values to 0.001 Correctly detect non-isobaric data in real-data initialization Fix two LANDSEA masking errors for real-data cases Avoid writing initial diagnostics output file on restart runs Fix intent for output arguments in interface for xml_stream_get_attributes() Remove tab characters from shared infrastructure code Remove tab characters from Fortran code in init_atmosphere and atmosphere cores * In ./physics_wrf/module_ra_rrtmg_lw.F, in subroutine taugb7, corrected line number 6145 Update version number to 4.0 ...
- Loading branch information
Showing
227 changed files
with
14,468 additions
and
5,500 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-v3.3 | ||
MPAS-v4.0 | ||
==== | ||
|
||
The Model for Prediction Across Scales (MPAS) is a collaborative project for | ||
|
Oops, something went wrong.