Skip to content

Commit

Permalink
Revisions to repair iovr=5 cloud overlap option (NCAR#471)
Browse files Browse the repository at this point in the history
*This PR addresses part 2 of CCPP issue NCAR#748 to activate the exponential-random cloud overlap method (iovr=5) in RRTMG.
  • Loading branch information
grantfirl authored Jan 31, 2022
1 parent 4e43229 commit 23b7dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccpp/data/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3930,7 +3930,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
if (levr < 0) then
Model%levr = levs
else if (levr > levs) then
write(0,*) "Logic error, number of radiatiton levels (levr) cannot exceed number of model levels (levs)"
write(0,*) "Logic error, number of radiation levels (levr) cannot exceed number of model levels (levs)"
stop
else
Model%levr = levr
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics

0 comments on commit 23b7dd3

Please sign in to comment.