-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
242 additions
and
227 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
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 |
---|---|---|
|
@@ -2,11 +2,9 @@ | |
!! This file contains Morrison-Gettelman MP version 3.0 - | ||
!! Update of MG microphysics with prognostic hail OR graupel. | ||
|
||
!>\ingroup mg2mg3 | ||
!>\defgroup mg3_mp Morrison-Gettelman MP version 3.0 | ||
!!--------------------------------------------------------------------------------- | ||
!! Purpose: | ||
!! MG microphysics version 3.0 - Update of MG microphysics with | ||
!--------------------------------------------------------------------------------- | ||
! Purpose: | ||
!> MG microphysics version 3.0 - Update of MG microphysics with | ||
!! prognostic hail OR graupel. | ||
!! | ||
!! \authors Andrew Gettelman, Hugh Morrison | ||
|
@@ -247,8 +245,7 @@ module micro_mg3_0 | |
contains | ||
!=============================================================================== | ||
|
||
!>\ingroup mg3_mp | ||
!! This subroutine initializes the microphysics | ||
!> This subroutine initializes the microphysics | ||
!! and needs to be called once at start of simulation. | ||
!!\author Andrew Gettelman, Dec 2005 | ||
subroutine micro_mg_init( & | ||
|
@@ -432,8 +429,7 @@ end subroutine micro_mg_init | |
!=============================================================================== | ||
!microphysics routine for each timestep goes here... | ||
|
||
!>\ingroup mg3_mp | ||
!! This subroutine calculates the MG3 microphysical processes. | ||
!> This subroutine calculates the MG3 microphysical processes. | ||
!>\authors Hugh Morrison, Andrew Gettelman, NCAR, Peter Caldwell, LLNL | ||
!! e-mail: [email protected], [email protected] | ||
!!\section mg3_micro_mg_tend MG3 micro_mg_tend General Algorithm | ||
|
@@ -4483,8 +4479,7 @@ end subroutine micro_mg_tend | |
!OUTPUT CALCULATIONS | ||
!======================================================================== | ||
|
||
!>\ingroup mg3_mp | ||
!! This subroutine calculates effective radii for rain and cloud. | ||
!> This subroutine calculates effective radii for rain and cloud. | ||
subroutine calc_rercld(lamr, n0r, lamc, pgam, qric, qcic, ncic, rercld, mgncol,nlev) | ||
integer, intent(in) :: mgncol, nlev ! horizontal and vertical dimension | ||
real(r8), dimension(mgncol,nlev), intent(in) :: lamr ! rain size parameter (slope) | ||
|
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.