Skip to content

Commit

Permalink
Update spp_mp to equal 7 in if statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBeck-NOAA committed Feb 17, 2022
1 parent 295cd27 commit def0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ subroutine mp_thompson_run(ncol, nlev, con_g, con_rd, &
end if

! Set stochastic physics selection to apply all perturbations
if ( spp_mp ) then
if ( spp_mp==7 ) then
spp_mp_opt=7
else
spp_mp_opt=0
Expand Down

0 comments on commit def0e78

Please sign in to comment.