-
Notifications
You must be signed in to change notification settings - Fork 50
Introduce Thompson MP namelist options to adjust rain and snow max terminal fall speeds; Enable RRTMGP working with nesting; Introduce SASAS namelist options to control convective adjustment time #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ufs/dev
Are you sure you want to change the base?
Changes from 3 commits
24f17a7
462bf71
330755a
01898e4
2aa85ba
5350bf8
d177274
1430d38
fd734a0
c67e810
2c90394
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,7 @@ module rrtmgp_lw_cloud_optics | |
| ! ###################################################################################### | ||
| !> | ||
| subroutine rrtmgp_lw_cloud_optics_init(rrtmgp_root_dir, rrtmgp_lw_file_clouds, & | ||
| nrghice, mpicomm, mpirank, mpiroot, errmsg, errflg) | ||
| nrghice, mpicomm, mpirank, mpiroot1, errmsg, errflg) | ||
|
||
|
|
||
| ! Inputs | ||
| character(len=128),intent(in) :: & | ||
|
|
@@ -61,7 +61,8 @@ subroutine rrtmgp_lw_cloud_optics_init(rrtmgp_root_dir, rrtmgp_lw_file_clouds, | |
| mpicomm !< MPI communicator | ||
| integer, intent(in) :: & | ||
| mpirank, & !< Current MPI rank | ||
| mpiroot !< Master MPI rank | ||
| mpiroot1 !< Master MPI rank | ||
| integer :: mpiroot | ||
|
|
||
| ! Outputs | ||
| character(len=*), intent(out) :: & | ||
|
|
@@ -77,6 +78,7 @@ subroutine rrtmgp_lw_cloud_optics_init(rrtmgp_root_dir, rrtmgp_lw_file_clouds, | |
| errmsg = '' | ||
| errflg = 0 | ||
|
|
||
| mpiroot = 0 | ||
| ! Filenames are set in the physics_nml | ||
| lw_cloud_props_file = trim(rrtmgp_root_dir)//trim(rrtmgp_lw_file_clouds) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.