Skip to content

Commit c1d14ff

Browse files
committed
remove whitespace changes in radiation_clouds.f
1 parent 42fb34c commit c1d14ff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

physics/Radiation/radiation_clouds.f

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ subroutine radiation_clouds_prop &
600600
end do
601601
end do
602602
603-
if (imp_physics == imp_physics_mg) then !
603+
if (imp_physics == imp_physics_mg) then !
604604
! unified cloud and/or with MG microphysics
605605
606606
if (uni_cld .and. ncndl >= 2) then
@@ -1271,7 +1271,7 @@ subroutine progcld_fer_hires &
12711271
do k = 1, NLAY-1
12721272
do i = 1, IX
12731273
cldtot(i,k) = cld_frac_XuRandall(plyr(i,k), qstl(i,k), &
1274-
& rhly(i,k), clwf(i,k), xrc3, xr_exp, 0.)
1274+
& rhly(i,k), clwf(i,k), xrc3, xr_exp, 0.)
12751275
end do
12761276
end do
12771277
else
@@ -1280,7 +1280,7 @@ subroutine progcld_fer_hires &
12801280
do k = 1, NLAY-1
12811281
do i = 1, IX
12821282
cldtot(i,k) = cld_frac_XuRandall(plyr(i,k), qstl(i,k), &
1283-
& rhly(i,k), clwf(i,k), xrc3, xr_exp, 0.)
1283+
& rhly(i,k), clwf(i,k), xrc3, xr_exp, 0.)
12841284
end do
12851285
end do
12861286
endif
@@ -1597,7 +1597,7 @@ subroutine progcld_thompson_wsm6 &
15971597
do i = 1, IX
15981598
cldtot(i,k) = cld_frac_XuRandall(plyr(i,k), qstl(i,k), &
15991599
& rhly(i,k), clwf(i,k), xrc3, xr_exp, 0., &
1600-
& cond_cfrac_onRH)
1600+
& cond_cfrac_onRH)
16011601
end do
16021602
end do
16031603
endif
@@ -3155,7 +3155,7 @@ function cld_frac_XuRandall(p_lay, qs_lay, relhum, cld_mr, alpha, & ! --- inpu
31553155
31563156
! ! Parameters
31573157
! real(kind_phys) :: &
3158-
! lambda = 0.50 ! , &
3158+
! lambda = 0.50 ! , &
31593159
! P = 0.25
31603160
31613161
clwt = 1.0e-6 * (p_lay*0.001)

0 commit comments

Comments
 (0)